added filled / frame types

ugfx_release_2.6
Tectu 2012-06-03 18:17:02 +02:00
parent e1d479987a
commit 181ce21530
1 changed files with 1 additions and 0 deletions

1
glcd.h
View File

@ -46,6 +46,7 @@
( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
enum filles{frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);