summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2007-08-04 03:56:22 +0000
committerKevin Ferrare <kevin@rockbox.org>2007-08-04 03:56:22 +0000
commit217a6891f37cd051a58493536d78bc073541b3b0 (patch)
treeb970906e5121254ad9870acc4218b01e0182ce87 /firmware
parent93b2f9fd447b73fff736d71826880ef9ac64bd94 (diff)
downloadrockbox-217a6891f37cd051a58493536d78bc073541b3b0.tar.gz
rockbox-217a6891f37cd051a58493536d78bc073541b3b0.zip
defined a dummy LCD_PIXELFORMAT for the IFP7xx to allow the simulator to build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14175 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-ifp7xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 89b2228078..a038d893c8 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -25,6 +25,9 @@
25#define LCD_HEIGHT 64 25#define LCD_HEIGHT 64
26#define LCD_DEPTH 1 26#define LCD_DEPTH 1
27 27
28/* To make the sim compile until the real value is discovered */
29#define LCD_PIXELFORMAT 0 /* FIXME */
30
28#define CONFIG_KEYPAD IRIVER_IFP7XX_PAD 31#define CONFIG_KEYPAD IRIVER_IFP7XX_PAD
29 32
30#define CONFIG_FLASH FLASH_IFP7XX 33#define CONFIG_FLASH FLASH_IFP7XX