Difference between revisions of "Predefined color"

From Microduino Wiki
Jump to: navigation, search
 
Line 17: Line 17:
  
  
[[https://wiki.microduino.cc/index.php/TFT_ST7735_Grammar_Handbook Return to TFT_ST7735 Grammar Handbook]]
+
[[https://wiki.microduino.cc/index.php/TFT_ST7735_Syntax_Manual Return to TFT_ST7735 Syntax Manual]]

Latest revision as of 03:35, 4 August 2016

 #define  ST7735_BLACK   0x0000
 #define  ST7735_BLUE    0x001F
 #define  ST7735_RED     0xF800
 #define  ST7735_GREEN   0x07E0
 #define  ST7735_CYAN    0x07FF
 #define  ST7735_MAGENTA 0xF81F
 #define  ST7735_YELLOW  0xFFE0  
 #define  ST7735_WHITE   0xFFFF


[Return to TFT_ST7735 Syntax Manual]