Changed display init

This commit is contained in:
id101010
2015-05-04 22:04:29 +02:00
parent a41359173a
commit c224d40bbf
2 changed files with 125 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
#define RED RGB(255,0,0)
#define GREEN RGB(0,255,0)
#define BLUE RGB(0,0,255)
#define WHITE RGB(255,255,255)
#define WHITE 0xF7BE
#define BLACK RGB(0,0,0)
#define HEX(h) (RGB(((h)>>16),((h)>>8),(h)))