ugfx_release_2.6
Tectu 2012-06-04 23:06:05 +02:00
parent 8956b50eb2
commit 08bb31506e
1 changed files with 1 additions and 1 deletions

2
glcd.h
View File

@ -44,7 +44,7 @@
(uint16_t)( (( red >> 3 ) << 11 ) | (( green >> 2 ) << 5 ) | ( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
enum filles{frame, filled};
enum filled {frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);