aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcd.h')
-rwxr-xr-xglcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcd.h b/glcd.h
index b0bf0b52..166fb10c 100755
--- a/glcd.h
+++ b/glcd.h
@@ -42,7 +42,7 @@
(( green >> 2 ) << 5 ) | \
( blue >> 3 ))
-enum orientation {portrait = 0, landscape = 1};
+enum orientation {portrait, landscape, portraitInv, landscapeInv};
void lcdInit(void);
void lcdClear(uint16_t color);