diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:28:34 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:28:34 +0000 |
| commit | fbc938864cdf701e72b402d6c913739a973ffb20 (patch) | |
| tree | 6113e3eb0a0d9474b5a824e2959a97d8fb02a255 | |
| parent | 1550bdcea6f90184f95c40a2904e827dab6f6395 (diff) | |
| download | rockbox-fbc938864cdf701e72b402d6c913739a973ffb20.zip rockbox-fbc938864cdf701e72b402d6c913739a973ffb20.tar.gz rockbox-fbc938864cdf701e72b402d6c913739a973ffb20.tar.bz2 rockbox-fbc938864cdf701e72b402d6c913739a973ffb20.tar.xz | |
16-bit color for h300 for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7793 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-h300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 7bdc5ab..647508e 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -18,7 +18,7 @@ /* LCD dimensions */ #define LCD_WIDTH 220 #define LCD_HEIGHT 176 -#define LCD_DEPTH 18 /* 262.144 colours */ +#define LCD_DEPTH 16 /* 65k colours */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 |