aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lcd/s6d1121_lld.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-27 10:03:05 -0700
committerTectu <joel@unormal.org>2012-06-27 10:03:05 -0700
commit1f43c6d654b9cbb86138c40e1f7f133d0bb5d214 (patch)
tree781a53c2ba5ffa6b607db156f85bfc8544dcd371 /drivers/lcd/s6d1121_lld.h
parent3a5be9c67812c2ef16f335078f2ec8e8773d2144 (diff)
parentbb69ed37aad36fac6bdf1e2c9669caee5689630f (diff)
downloaduGFX-1f43c6d654b9cbb86138c40e1f7f133d0bb5d214.tar.gz
uGFX-1f43c6d654b9cbb86138c40e1f7f133d0bb5d214.tar.bz2
uGFX-1f43c6d654b9cbb86138c40e1f7f133d0bb5d214.zip
Merge pull request #11 from trsaunders/master
Console support
Diffstat (limited to 'drivers/lcd/s6d1121_lld.h')
-rw-r--r--drivers/lcd/s6d1121_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lcd/s6d1121_lld.h b/drivers/lcd/s6d1121_lld.h
index edc6da33..8c4e7057 100644
--- a/drivers/lcd/s6d1121_lld.h
+++ b/drivers/lcd/s6d1121_lld.h
@@ -2,7 +2,6 @@
#define S6D1121_H
#include "glcd.h"
-#include "glcdconf.h"
#ifdef LCD_USE_S6D1121
@@ -43,6 +42,7 @@ uint16_t lld_lcdGetPixelColor(uint16_t x, uint16_t y);
uint16_t lld_lcdGetOrientation(void);
uint16_t lld_lcdGetHeight(void);
uint16_t lld_lcdGetWidth(void);
+void lld_lcdVerticalScroll(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, int16_t lines);
#ifdef __cplusplus
}