mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
rgnano: Use proper lcd depth and pixelformat
According to screen driver this device screen is actually 16 bit RGB565 (https://github.com/DrUm78/linux/blob/FunKey_S/drivers/staging/fbtft/fb_st7789v.c#L137). This also fixes the color banding issues we had before and boomshine doesn't segfault anymore. Also building rockpaint now that's possible. Change-Id: Icee49c347fbfabc79e0040314ec148cb77ca6325
This commit is contained in:
parent
e6ddf94fbd
commit
69f27d4c66
6 changed files with 21 additions and 6 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -3664,7 +3664,7 @@ fi
|
|||
tool="cp "
|
||||
boottool="cp "
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 9"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
output="rockbox"
|
||||
bootoutput="rockbox"
|
||||
appextra="recorder:gui"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue