Den 18.10.2022 23.28, skrev Michael Nazzareno Trimarchi: > Hi > > On Tue, Oct 18, 2022 at 9:06 PM Noralf Trønnes <noralf@xxxxxxxxxxx> wrote: >> >> >> >> Den 18.10.2022 18.45, skrev Tommaso Merciai: >>> Hi All, >>> This series support for ilitek,ili9488 based displays like >>> Waveshare-ResTouch-LCD-3.5 display. Tested on Waveshare-ResTouch-LCD-3.5 >>> connected to px30-evb via SPI. >> >> There's a generic MIPI DBI SPI driver now that should work with all >> these panels: drivers/gpu/drm/tiny/panel-mipi-dbi.c >> >> More info: https://github.com/notro/panel-mipi-dbi/wiki >> > > We have seen it but it does not apply to the color output and there is > no helper. I was a bit surprised > to have a generic panel for spi and not for standard mipi one. > Yeah, you're right the generic driver doesn't support rgb666 I assumed it was rgb565. Noralf.