1
0
Fork 0
forked from len0rd/rockbox

fix sdlapp and ypr0 builds

Change-Id: I3953350c04607691b427fc2a3b00e8ae08bcea45
This commit is contained in:
Thomas Martitz 2014-06-23 23:47:25 +02:00
parent 8f6c779ff6
commit cd4fb9ee79
2 changed files with 2 additions and 2 deletions

View file

@ -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

2
tools/configure vendored
View file

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