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. | ||
Defines the colors used by the application.
| uint16_t BUTTON_BLUE = 0x02FA |
| uint16_t BUTTON_GREEN = 0x0420 |
| uint16_t BUTTON_GREY = 0x73AE |
| uint16_t BUTTON_RED = 0xF800 |
| const struct { ... } COLORS |
Colors used by the application.
| uint16_t WHITE = 0xFFFF |