diff options
author | Tectu <joel@unormal.org> | 2012-05-28 19:41:40 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-05-28 19:41:40 +0200 |
commit | 7d1a46d2fcbdbecf1fba9c915ef757d66989f199 (patch) | |
tree | a76b329fa74719d91ef906b98dafcdb24a8d7d18 /glcd.h | |
parent | 8a20373132e6eedd4acd60bbd125c47af9453f6c (diff) | |
download | uGFX-7d1a46d2fcbdbecf1fba9c915ef757d66989f199.tar.gz uGFX-7d1a46d2fcbdbecf1fba9c915ef757d66989f199.tar.bz2 uGFX-7d1a46d2fcbdbecf1fba9c915ef757d66989f199.zip |
cleanups
Diffstat (limited to 'glcd.h')
-rwxr-xr-x | glcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ (( green >> 2 ) << 5 ) | \
( blue >> 3 ))
-enum orientation { Portrait = 0, Landscape = 1 };
+enum orientation {portrait = 0, landscape = 1};
uint16_t lcdReadReg(uint16_t reg);
void lcdInit(void);
|