Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
Colors.h File Reference

Defines the colors used by the application. More...

#include <Arduino.h>

Go to the source code of this file.

Variables

struct { 
 
   uint16_t   BUTTON_GREY = 0x73AE 
 
   uint16_t   BUTTON_BLUE = 0x02FA 
 
   uint16_t   BUTTON_RED = 0xF800 
 
   uint16_t   BUTTON_GREEN = 0x0420 
 
   uint16_t   WHITE = 0xFFFF 
 
COLORS 
 Colors used by the application.
 

Detailed Description

Defines the colors used by the application.

Variable Documentation

◆ BUTTON_BLUE

uint16_t BUTTON_BLUE = 0x02FA

◆ BUTTON_GREEN

uint16_t BUTTON_GREEN = 0x0420

◆ BUTTON_GREY

uint16_t BUTTON_GREY = 0x73AE

◆ BUTTON_RED

uint16_t BUTTON_RED = 0xF800

◆ [struct]

const struct { ... } COLORS

Colors used by the application.

◆ WHITE

uint16_t WHITE = 0xFFFF