diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2014-06-23 23:47:25 +0200 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-06-23 23:47:25 +0200 |
| commit | cd4fb9ee798ccb11863aa98531852c2405bb6f8c (patch) | |
| tree | 8e79d3b153f820865276f734e4aa8375aa0951e4 /firmware/export | |
| parent | 8f6c779ff6b1c738e13ba32da8dfb736b8df4abd (diff) | |
| download | rockbox-cd4fb9ee798ccb11863aa98531852c2405bb6f8c.zip rockbox-cd4fb9ee798ccb11863aa98531852c2405bb6f8c.tar.gz rockbox-cd4fb9ee798ccb11863aa98531852c2405bb6f8c.tar.bz2 rockbox-cd4fb9ee798ccb11863aa98531852c2405bb6f8c.tar.xz | |
fix sdlapp and ypr0 builds
Change-Id: I3953350c04607691b427fc2a3b00e8ae08bcea45
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/samsungypr0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index 0fce70e..b27a1fa 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h @@ -49,7 +49,7 @@ #define LCD_DEPTH 24 /* Check that but should not matter */ -#define LCD_PIXELFORMAT RGB565 +#define LCD_PIXELFORMAT RGB888 /* YP-R0 has the backlight */ #define HAVE_BACKLIGHT |