diff options
author | Tectu <joel@unormal.org> | 2012-06-27 23:35:21 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-27 23:35:21 +0200 |
commit | 599af99046c76691e6212f75be3b5af76ec1141b (patch) | |
tree | 8b01c58e356d0d051dad829a251c0c7cdcd32c1f /glcd.h | |
parent | 3249a8e3bc06cb3dad6c50abacc445ad4738095a (diff) | |
download | uGFX-599af99046c76691e6212f75be3b5af76ec1141b.tar.gz uGFX-599af99046c76691e6212f75be3b5af76ec1141b.tar.bz2 uGFX-599af99046c76691e6212f75be3b5af76ec1141b.zip |
whitespaces
Diffstat (limited to 'glcd.h')
-rw-r--r-- | glcd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |