Nelson Lagos / SPI_TFT_ILI9341

Files at this revision

API Documentation at this revision

Comitter:
nelsonlagos
Date:
Sun Jun 07 06:03:02 2020 +0000
Parent:
13:b2b3e5430f81
Commit message:
SPI_TFT_ILI9341_Example;

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 Jun 07 06:03:02 2020 +0000
@@ -41,7 +41,7 @@
 #define White           0xFFFF      /* 255, 255, 255 */
 #define Orange          0xFD20      /* 255, 165,   0 */
 #define GreenYellow     0xAFE5      /* 173, 255,  47 */
-
+#define kitty           0xF91F      /* 173, 255,  47 */
 
 /** Display control class, based on GraphicsDisplay and TextDisplay
  *