aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-27 23:35:21 +0200
committerTectu <joel@unormal.org>2012-06-27 23:35:21 +0200
commit599af99046c76691e6212f75be3b5af76ec1141b (patch)
tree8b01c58e356d0d051dad829a251c0c7cdcd32c1f /glcd.h
parent3249a8e3bc06cb3dad6c50abacc445ad4738095a (diff)
downloaduGFX-599af99046c76691e6212f75be3b5af76ec1141b.tar.gz
uGFX-599af99046c76691e6212f75be3b5af76ec1141b.tar.bz2
uGFX-599af99046c76691e6212f75be3b5af76ec1141b.zip
whitespaces
Diffstat (limited to 'glcd.h')
-rw-r--r--glcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/glcd.h b/glcd.h
index c1653869..531be901 100644
--- a/glcd.h
+++ b/glcd.h
@@ -54,7 +54,6 @@ extern "C" {
/* Core functions */
void lcdInit(GLCDDriver *GLCDD1);
-
void lcdClear(uint16_t color);
void lcdSetOrientation(uint8_t newOrientation);
void lcdSetWindow(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1);