added filled / frame types

This commit is contained in:
Tectu 2012-06-03 18:17:02 +02:00
parent e1d479987a
commit 181ce21530

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);