sGUI
V1.0
|
Files | |
file | color.h |
Simple graphic library color definitions. | |
Macros | |
#define | GUI_COLOR_BLACK 0x0000 |
#define | GUI_COLOR_WHITE 0xFFFF |
#define | GUI_COLOR_LIGHT_GRAY 0xBDF7 |
#define | GUI_COLOR_DARK_GREY 0x7BEF |
#define | GUI_COLOR_RED 0xF800 |
#define | GUI_COLOR_YELLOW 0xFFE0 |
#define | GUI_COLOR_ORANGE 0xFBE0 |
#define | GUI_COLOR_BROWN 0x79E0 |
#define | GUI_COLOR_GREEN 0x07E0 |
#define | GUI_COLOR_CYAN 0x07FF |
#define | GUI_COLOR_BLUE 0x001F |
#define | GUI_COLOR_PINK 0xF81F |
#define | GUI_COLOR_MAGENTA 0xF81F |
Typedefs | |
typedef uint16_t | LCDCOLOR |
Data type for a color definition. | |
#define GUI_COLOR_GREEN 0x07E0 |
#define GUI_COLOR_LIGHT_GRAY 0xBDF7 |
#define GUI_COLOR_RED 0xF800 |
#define GUI_COLOR_WHITE 0xFFFF |