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:
Hairo R. Carela 2025-08-18 21:43:13 -04:00
parent e6ddf94fbd
commit 69f27d4c66
6 changed files with 21 additions and 6 deletions

2
tools/configure vendored
View file

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