aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-05-28 19:41:40 +0200
committerTectu <joel@unormal.org>2012-05-28 19:41:40 +0200
commit7d1a46d2fcbdbecf1fba9c915ef757d66989f199 (patch)
treea76b329fa74719d91ef906b98dafcdb24a8d7d18 /glcd.h
parent8a20373132e6eedd4acd60bbd125c47af9453f6c (diff)
downloaduGFX-7d1a46d2fcbdbecf1fba9c915ef757d66989f199.tar.gz
uGFX-7d1a46d2fcbdbecf1fba9c915ef757d66989f199.tar.bz2
uGFX-7d1a46d2fcbdbecf1fba9c915ef757d66989f199.zip
cleanups
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 8a730d79..dfe9b9a2 100755
--- a/glcd.h
+++ b/glcd.h
@@ -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);