From 217a6891f37cd051a58493536d78bc073541b3b0 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sat, 4 Aug 2007 03:56:22 +0000 Subject: 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 --- firmware/export/config-ifp7xx.h | 3 +++ 1 file changed, 3 insertions(+) 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 @@ #define LCD_HEIGHT 64 #define LCD_DEPTH 1 +/* To make the sim compile until the real value is discovered */ +#define LCD_PIXELFORMAT 0 /* FIXME */ + #define CONFIG_KEYPAD IRIVER_IFP7XX_PAD #define CONFIG_FLASH FLASH_IFP7XX -- cgit v1.2.3