ILI9341 TFT
Revision 14:98e5e2d29c2d, committed 2021-02-07
- Comitter:
- nicolas_sopo
- Date:
- Sun Feb 07 20:24:01 2021 +0000
- Parent:
- 13:b2b3e5430f81
- Commit message:
- Juego realizado para la TFT controlador ili9341
Changed in this revision
SPI_TFT_ILI9341.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SPI_TFT_ILI9341.h Wed Jun 25 16:51:27 2014 +0000 +++ b/SPI_TFT_ILI9341.h Sun Feb 07 20:24:01 2021 +0000 @@ -33,14 +33,19 @@ #define LightGrey 0xC618 /* 192, 192, 192 */ #define DarkGrey 0x7BEF /* 128, 128, 128 */ #define Blue 0x001F /* 0, 0, 255 */ -#define Green 0x07E0 /* 0, 255, 0 */ +#define Green 0x3549 /* 0, 255, 0 */ #define Cyan 0x07FF /* 0, 255, 255 */ -#define Red 0xF800 /* 255, 0, 0 */ +#define Red 0xD081 /* 255, 0, 0 */ #define Magenta 0xF81F /* 255, 0, 255 */ #define Yellow 0xFFE0 /* 255, 255, 0 */ #define White 0xFFFF /* 255, 255, 255 */ #define Orange 0xFD20 /* 255, 165, 0 */ #define GreenYellow 0xAFE5 /* 173, 255, 47 */ +#define Brown 0x89E0 +#define Gold 0xF5E0 +#define YellOrange 0xFD60 +#define Azulito 0x3C17 +#define Selva 0x12E8 /** Display control class, based on GraphicsDisplay and TextDisplay