A simple operating system for the ESP32-based M5StickC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
627 B

#define TFT_BLACK 0x0000
#define TFT_NAVY 0x000F
#define TFT_DARKGREEN 0x03E0
#define TFT_MAROON 0x7800
#define TFT_PURPLE 0x780F
#define TFT_OLIVE 0x7BE0
#define TFT_LIGHTGREY 0xC618
#define TFT_DARKGREY 0x7BEF
#define TFT_BLUE 0x001F
#define TFT_GREENYELLOW 0xB7E0
#define TFT_GREEN 0x07E0
#define TFT_YELLOW 0xFFE0
#define TFT_ORANGE 0xFDA0
#define TFT_PINK 0xFC9F
#define TFT_CYAN 0x07FF
#define TFT_DARKCYAN 0x03EF
#define TFT_RED 0xF800
#define TFT_MAGENTA 0xF81F
#define TFT_WHITE 0xFFFF