Difference between revisions of "Predefined color"

From Microduino Wiki
Jump to: navigation, search
(Created page with " #define ST7735_BLACK 0x0000 #define ST7735_BLUE 0x001F #define ST7735_RED 0xF800 #define ST7735_GREEN 0x07E0 #define ST7735_CYAN 0x07FF #d...")
 
Line 17: Line 17:
  
  
[[http://wiki.microduino.cn/index.php/TFT_ST7735%E8%AF%AD%E6%B3%95%E6%89%8B%E5%86%8C/zh Return to TFT_ST7735 Grammar Handbook]]
+
[[https://wiki.microduino.cc/index.php/TFT_ST7735_Grammar_Handbook Return to TFT_ST7735 Grammar Handbook]]

Revision as of 04:36, 18 July 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 Grammar Handbook]