summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano1g.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-07-20 22:05:16 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-07-20 22:05:16 +0000
commit2f620b8af336d65a7f48f131b1a78ecb0487de36 (patch)
tree8579b150242b29c7c42aca11eb7b0280e53796c4 /firmware/export/config/ipodnano1g.h
parent1f728254443cff87ffd4906ec3394e237e723954 (diff)
downloadrockbox-2f620b8af336d65a7f48f131b1a78ecb0487de36.tar.gz
rockbox-2f620b8af336d65a7f48f131b1a78ecb0487de36.zip
ipod nano 1g: enable LCD invert
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30182 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipodnano1g.h')
-rw-r--r--firmware/export/config/ipodnano1g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h
index e321d070cb..9dba533744 100644
--- a/firmware/export/config/ipodnano1g.h
+++ b/firmware/export/config/ipodnano1g.h
@@ -58,6 +58,9 @@
58#define LCD_DEPTH 16 /* 65536 colours */ 58#define LCD_DEPTH 16 /* 65536 colours */
59#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 59#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
60 60
61/* define this if you can invert the colours on your LCD */
62#define HAVE_LCD_INVERT
63
61/* Define this if the LCD can shut down */ 64/* Define this if the LCD can shut down */
62#define HAVE_LCD_SHUTDOWN 65#define HAVE_LCD_SHUTDOWN
63 66