aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-11 12:53:59 +0200
committerTectu <joel@unormal.org>2012-06-11 12:53:59 +0200
commitef1197baf14f69d2d1db7137298bc099085f3442 (patch)
tree67a20bb2abe4ce9628e39aa555271fd69e773614
parent3e75dfd965ffae0f959434e37568136c14b709ae (diff)
downloaduGFX-ef1197baf14f69d2d1db7137298bc099085f3442.tar.gz
uGFX-ef1197baf14f69d2d1db7137298bc099085f3442.tar.bz2
uGFX-ef1197baf14f69d2d1db7137298bc099085f3442.zip
ssd1289 fix
-rw-r--r--drivers/ssd1289_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ssd1289_lld.c b/drivers/ssd1289_lld.c
index 2d5b44dd..c6295918 100644
--- a/drivers/ssd1289_lld.c
+++ b/drivers/ssd1289_lld.c
@@ -3,7 +3,7 @@
#ifdef LCD_USE_SSD1289
uint8_t orientation;
-extern uint16_t DeviceCode;
+uint16_t DeviceCode;
extern uint16_t lcd_width, lcd_height;
static __inline void lcdWriteIndex(uint16_t index) {