diff options
| -rw-r--r-- | firmware/export/config/samsungypr0.h | 2 | ||||
| -rwxr-xr-x | tools/configure | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/tools/configure b/tools/configure index d3312c0..022f380 100755 --- a/tools/configure +++ b/tools/configure @@ -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" |