1
0
Fork 0
forked from len0rd/rockbox

lcd-24bit: fix up previous commit a1842c0

* e200v2 shouldn't use 24bit (was just for testing)
* samsung ypr0/ypr1 should enable it but the correct number must be passed to bmp2rb

Change-Id: Ia91b0ff80a54265d4c3111d9dcb8e7b9dd12b5d4
This commit is contained in:
Thomas Martitz 2014-06-21 00:20:24 +02:00
parent a1842c04f9
commit dbb76896ec
2 changed files with 4 additions and 4 deletions

View file

@ -53,8 +53,8 @@
#define LCD_HEIGHT 220 #define LCD_HEIGHT 220
/* sqrt(176^2 + 220^2) / 1.8 = 156.5 */ /* sqrt(176^2 + 220^2) / 1.8 = 156.5 */
#define LCD_DPI 157 #define LCD_DPI 157
#define LCD_DEPTH 24 /* 65536 colours */ #define LCD_DEPTH 16 /* 65536 colours */
#define LCD_PIXELFORMAT RGB888 /* rgb565 */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */
#ifndef BOOTLOADER #ifndef BOOTLOADER
/* define this if you have LCD enable function */ /* define this if you have LCD enable function */

4
tools/configure vendored
View file

@ -3474,7 +3474,7 @@ fi
tool="cp " tool="cp "
boottool="cp " boottool="cp "
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_native="$rootdir/tools/bmp2rb -f 9"
output="rockbox" output="rockbox"
bootoutput="rockbox" bootoutput="rockbox"
appextra="recorder:gui:radio" appextra="recorder:gui:radio"
@ -3554,7 +3554,7 @@ fi
tool="cp " tool="cp "
boottool="cp " boottool="cp "
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_native="$rootdir/tools/bmp2rb -f 9"
output="rockbox" output="rockbox"
bootoutput="rockbox" bootoutput="rockbox"
appextra="recorder:gui:radio" appextra="recorder:gui:radio"