Color matching, Greek and French update 3/8/23
This commit is contained in:
+10
-8
@@ -1,8 +1,10 @@
|
||||
#define TFT_BLACK 0x0000 /* 0, 0, 0 */
|
||||
#define TFT_DARKGREY 0x7BEF /* 128, 128, 128 */
|
||||
#define TFT_BLUE 0xF800 /* 255, 0, 0 */
|
||||
#define TFT_GREEN 0x07E0 /* 0, 255, 0 */
|
||||
#define TFT_RED 0x001F /* 0, 0, 255 */
|
||||
#define TFT_YELLOW 0x07FF /* 0, 255, 255 */
|
||||
#define TFT_WHITE 0xFFFF /* 255, 255, 255 */
|
||||
#define TFT_SKYBLUE 0x867D /* 235, 206, 135 */
|
||||
#define TFT_BLACK 0x0000 /* 0, 0, 0 */
|
||||
#define TFT_DARKGREY 0x7BEF /* 15, 31, 15 */
|
||||
#define TFT_RED 0xF800 /* 31, 0, 0 */
|
||||
#define TFT_GREEN 0x07E0 /* 0, 63, 0 */
|
||||
#define TFT_BLUE 0x001F /* 0, 0, 31 */
|
||||
#define TFT_YELLOW 0xFFE0 /* 31, 63, 0 */
|
||||
#define TFT_CYAN 0x07FF /* 0, 63, 31 */
|
||||
#define TFT_WHITE 0xFFFF /* 31, 63, 31 */
|
||||
#define TFT_SKYBLUE 0x867D /* 16, 51, 29 */
|
||||
#define TFT_ORANGE 0xFC00 /* 31, 32, 0 */
|
||||
|
||||
Reference in New Issue
Block a user