Solo Controller Documentation
1.0
Documentation for the Solo Controller
Loading...
Searching...
No Matches
Colors.h
Go to the documentation of this file.
1
/******************************************************************************/
7
8
#ifndef COLORS_DEFINED
9
#define COLORS_DEFINED
10
11
#include <Arduino.h>
12
16
const
struct
{
17
uint16_t
BUTTON_GREY
= 0x73AE;
18
uint16_t
BUTTON_BLUE
= 0x02FA;
19
uint16_t
BUTTON_RED
= 0xF800;
20
uint16_t
BUTTON_GREEN
= 0x0420;
21
uint16_t
WHITE
= 0xFFFF;
22
}
COLORS
;
23
24
#endif
BUTTON_GREEN
uint16_t BUTTON_GREEN
Definition
Colors.h:20
BUTTON_BLUE
uint16_t BUTTON_BLUE
Definition
Colors.h:18
WHITE
uint16_t WHITE
Definition
Colors.h:21
BUTTON_GREY
uint16_t BUTTON_GREY
Definition
Colors.h:17
COLORS
const struct @335246042156366161160006341037173214026114026241 COLORS
Colors used by the application.
BUTTON_RED
uint16_t BUTTON_RED
Definition
Colors.h:19
src
Display
fonts
Colors.h
Generated by
1.13.2