aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-04 23:06:05 +0200
committerTectu <joel@unormal.org>2012-06-04 23:06:05 +0200
commit08bb31506ea7c3c6fbc9792d9455ef8638d66f9d (patch)
treeccb6862be831248910d679a1eb27b202c502c26c /glcd.h
parent8956b50eb2084a45e0e5b25e5db5a6fb11dcaa9d (diff)
downloaduGFX-08bb31506ea7c3c6fbc9792d9455ef8638d66f9d.tar.gz
uGFX-08bb31506ea7c3c6fbc9792d9455ef8638d66f9d.tar.bz2
uGFX-08bb31506ea7c3c6fbc9792d9455ef8638d66f9d.zip
cleanup
Diffstat (limited to 'glcd.h')
-rw-r--r--glcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcd.h b/glcd.h
index 280c0a76..f075d28b 100644
--- a/glcd.h
+++ b/glcd.h
@@ -44,7 +44,7 @@
(uint16_t)( (( red >> 3 ) << 11 ) | (( green >> 2 ) << 5 ) | ( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
-enum filles{frame, filled};
+enum filled {frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);