aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-05-29 01:00:38 +0200
committerTectu <joel@unormal.org>2012-05-29 01:00:38 +0200
commit83b373062bdd8f48bbef34d85cf3e71d125f5c33 (patch)
treea5140d6bb095f55fc741eee84ed2b7afcd5d4d10 /glcd.h
parentda85b990445e4b8127c14dd2b9cb769f36eb171c (diff)
downloaduGFX-83b373062bdd8f48bbef34d85cf3e71d125f5c33.tar.gz
uGFX-83b373062bdd8f48bbef34d85cf3e71d125f5c33.tar.bz2
uGFX-83b373062bdd8f48bbef34d85cf3e71d125f5c33.zip
cleanup
Diffstat (limited to 'glcd.h')
-rwxr-xr-xglcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/glcd.h b/glcd.h
index afa5c628..b0bf0b52 100755
--- a/glcd.h
+++ b/glcd.h
@@ -44,7 +44,6 @@
enum orientation {portrait = 0, landscape = 1};
-uint16_t lcdReadReg(uint16_t reg);
void lcdInit(void);
void lcdClear(uint16_t color);
void lcdTest(void);