diff options
Diffstat (limited to 'glcd.h')
-rw-r--r-- | glcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ ( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
+enum filles{frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);
|