aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcd.h')
-rw-r--r--glcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glcd.h b/glcd.h
index 6ad127fa..15dea81e 100644
--- a/glcd.h
+++ b/glcd.h
@@ -46,6 +46,7 @@
( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
+enum filles{frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);