diff options
author | Tectu <joel@unormal.org> | 2012-05-29 01:00:38 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-05-29 01:00:38 +0200 |
commit | 83b373062bdd8f48bbef34d85cf3e71d125f5c33 (patch) | |
tree | a5140d6bb095f55fc741eee84ed2b7afcd5d4d10 /glcd.h | |
parent | da85b990445e4b8127c14dd2b9cb769f36eb171c (diff) | |
download | uGFX-83b373062bdd8f48bbef34d85cf3e71d125f5c33.tar.gz uGFX-83b373062bdd8f48bbef34d85cf3e71d125f5c33.tar.bz2 uGFX-83b373062bdd8f48bbef34d85cf3e71d125f5c33.zip |
cleanup
Diffstat (limited to 'glcd.h')
-rwxr-xr-x | glcd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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);
|