diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-08-04 07:54:23 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-08-04 07:54:23 +0000 |
| commit | db6af4eeac61f7a4c999049fc49d0b51ac4b79ca (patch) | |
| tree | 69f6f91cca321b62adfaffdee72e6b8d7b2ab693 | |
| parent | b6da77a10ab0f9e9d2f17b43fe0765aab6e4eae6 (diff) | |
| download | rockbox-db6af4eeac61f7a4c999049fc49d0b51ac4b79ca.zip rockbox-db6af4eeac61f7a4c999049fc49d0b51ac4b79ca.tar.gz rockbox-db6af4eeac61f7a4c999049fc49d0b51ac4b79ca.tar.bz2 rockbox-db6af4eeac61f7a4c999049fc49d0b51ac4b79ca.tar.xz | |
Set correct pixel format for iFP7xx.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14177 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-ifp7xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h index a038d89..64e8b13 100644 --- a/firmware/export/config-ifp7xx.h +++ b/firmware/export/config-ifp7xx.h @@ -25,8 +25,7 @@ #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 LCD_PIXELFORMAT VERTICAL_PACKING #define CONFIG_KEYPAD IRIVER_IFP7XX_PAD |