aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE12
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-02 00:56:57 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-02 00:56:57 +1000
commit8408e020b4a80f40ccbc15378a85fa2ce09da361 (patch)
tree15779e8e16235734b4f5d45b7e0fc9139eb67ae3 /drivers/gdisp/Nokia6610GE12
parent77872d856086241f671dd7b265c9869ed0c54984 (diff)
downloaduGFX-8408e020b4a80f40ccbc15378a85fa2ce09da361.tar.gz
uGFX-8408e020b4a80f40ccbc15378a85fa2ce09da361.tar.bz2
uGFX-8408e020b4a80f40ccbc15378a85fa2ce09da361.zip
Compile error fix.
Nokia GE8 - scale contrast correctly.
Diffstat (limited to 'drivers/gdisp/Nokia6610GE12')
-rw-r--r--drivers/gdisp/Nokia6610GE12/gdisp_lld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld.c b/drivers/gdisp/Nokia6610GE12/gdisp_lld.c
index 441ac82d..c8071917 100644
--- a/drivers/gdisp/Nokia6610GE12/gdisp_lld.c
+++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld.c
@@ -52,7 +52,6 @@
#ifndef GDISP_RAM_Y_OFFSET
#define GDISP_RAM_Y_OFFSET 2 /* Offset in RAM of visible area */
#endif
-#endif
#ifndef GDISP_SLEEP_POS
#define GDISP_SLEEP_POS ((GDISP_SCAN_LINES-GDISP_SLEEP_SIZE)/2 & ~3)
#endif