LCD-ESP32-Driver 1.0
Project includes component for controlling LCD displays. Currently supports only one LCD controller - SSD1283A but it may change in the future.
|
Contains values of the most basic colors in different formats as a set of macros. More...
Go to the source code of this file.
Macros | |
#define | RGB565_RED 0xF800 |
#define | RGB565_GREEN 0x07E0 |
#define | RGB565_BLUE 0x001F |
#define | RGB565_BLACK 0x0000 |
#define | RGB565_WHITE 0xFFFF |
Contains values of the most basic colors in different formats as a set of macros.
#define RGB565_BLACK 0x0000 |
Value of the BLACK color in RGB565 format
#define RGB565_BLUE 0x001F |
Value of the BLUE color in RGB565 format
#define RGB565_GREEN 0x07E0 |
Value of the GREEN color in RGB565 format
#define RGB565_RED 0xF800 |
Value of the RED color in RGB565 format
#define RGB565_WHITE 0xFFFF |
Value of the WHITE color in RGB565 format