diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-01-11 16:09:40 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-11 16:09:40 +0000 |
| commit | aa7ff208ce849bfccc7808e91d9781539be885ca (patch) | |
| tree | 38eb92bc0074d81055a098508a4c601cba8ecd71 | |
| parent | 130a0270bf44c6277f4032426686b4286c410cec (diff) | |
| download | rockbox-aa7ff208ce849bfccc7808e91d9781539be885ca.zip rockbox-aa7ff208ce849bfccc7808e91d9781539be885ca.tar.gz rockbox-aa7ff208ce849bfccc7808e91d9781539be885ca.tar.bz2 rockbox-aa7ff208ce849bfccc7808e91d9781539be885ca.tar.xz | |
let's hope we can start with using the x5 LCD in 16bits as then we can re-use
much code from the h3x0 and ipod LCD code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8338 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-iaudiox5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index dd31ada..a06d22b 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -14,7 +14,7 @@ /* LCD dimensions */ #define LCD_WIDTH 160 #define LCD_HEIGHT 128 -#define LCD_DEPTH 18 /* 262.144 colors */ +#define LCD_DEPTH 16 /* 262.144 colors but we use 16bit for now */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 |