diff options
author | Tectu <joel@unormal.org> | 2012-06-04 23:06:05 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-04 23:06:05 +0200 |
commit | 08bb31506ea7c3c6fbc9792d9455ef8638d66f9d (patch) | |
tree | ccb6862be831248910d679a1eb27b202c502c26c /glcd.h | |
parent | 8956b50eb2084a45e0e5b25e5db5a6fb11dcaa9d (diff) | |
download | uGFX-08bb31506ea7c3c6fbc9792d9455ef8638d66f9d.tar.gz uGFX-08bb31506ea7c3c6fbc9792d9455ef8638d66f9d.tar.bz2 uGFX-08bb31506ea7c3c6fbc9792d9455ef8638d66f9d.zip |
cleanup
Diffstat (limited to 'glcd.h')
-rw-r--r-- | glcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);
|