UCTRONICS_LCD35_RPI icon indicating copy to clipboard operation
UCTRONICS_LCD35_RPI copied to clipboard

ili9488 as module, or at least don't suppress built in hdmi frame buffer?

Open asmagill opened this issue 7 years ago • 4 comments

Any chance of getting either the ili9488 driver as a module or a kernel with both the hdmi framebuffer and the lcd framebuffer active? I had hoped to use rpi-fbcp to copy camera output to this lcd but it requires both frame buffers to be active to work.

Thanks!

asmagill avatar Dec 18 '17 17:12 asmagill

@asmagill Hi, We are thinking about this issue, willing to work with you for this issue.

UCTRONICS avatar Feb 02 '18 04:02 UCTRONICS

Sorry for the delay in replying. For my last project I ended up using another LCD, but I would still like to have this unit as a backup.

LCD's that use the notro fbtft modules add the LCD as a second frame buffer, so /dev/fb0 and /dev/fb1 both exist. rpi-fbcp can then be used to duplicate the HDMI frame buffer (which is where raspistill displays its output) onto the LCD.

So, what I would like is either a loadable module for the UCTRONICS SPI LCD or a kernel which includes the normal HDMI framebuffer and loads this one as /dev/fb1.

What I think I've discovered so far is that the normal approach with most SPI based LCD's of using the fbtft_device and flexfb modules won't work because when using 3-wire SPI, the ili9488 requires 18bit (6-6-6) color and the fbtft modules only support 16 bit (5-6-5) color.

If you have any suggestions or if this is something that you might consider in a future update, please let me know.

Thanks!

asmagill avatar May 16 '18 04:05 asmagill

i have a similar usecase as @asmagill and thought id express interest of having this issue resolved.

jobez avatar Sep 25 '18 00:09 jobez

I also have a similar issue at the moment. I would like to see @UCTRONICS bring us a module for the ili9488.

PiAreSquared avatar Jan 04 '20 02:01 PiAreSquared