summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-31 19:49:40 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-31 19:49:40 +0000
commitcb031f052dd9ac3600b410082b2c865dc8a02a2a (patch)
tree06862e2f25ac318229df666500b7383fe1784138 /firmware/export/config-iaudiox5.h
parent84074cd29263c7fbb5f47750f36ea9ff56991aa3 (diff)
downloadrockbox-cb031f052dd9ac3600b410082b2c865dc8a02a2a.tar.gz
rockbox-cb031f052dd9ac3600b410082b2c865dc8a02a2a.zip
X5 can flip the display.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11410 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 3e835605da..80b010a6b0 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -12,6 +12,9 @@
12/* define this if you have a bitmap LCD display */ 12/* define this if you have a bitmap LCD display */
13#define HAVE_LCD_BITMAP 1 13#define HAVE_LCD_BITMAP 1
14 14
15/* define this if you can flip your LCD */
16#define HAVE_LCD_FLIP
17
15/* define this if you have a colour LCD */ 18/* define this if you have a colour LCD */
16#define HAVE_LCD_COLOR 1 19#define HAVE_LCD_COLOR 1
17 20