forked from len0rd/rockbox
fix sdlapp and ypr0 builds
Change-Id: I3953350c04607691b427fc2a3b00e8ae08bcea45
This commit is contained in:
parent
8f6c779ff6
commit
cd4fb9ee79
2 changed files with 2 additions and 2 deletions
|
@ -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
2
tools/configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue