Question about LVGL + nRF Connect SDK support for e-ink display

Hi,

Is there any existing support for an e-ink display interfacing with the nRF52840? Something that already has an existing LVGL driver and can be integrated with an nRF Connect SDK application?

Thanks!

Parents Reply
  • Hi,
    You could maybe try to use the ILI9488 driver as a starting point, since it's the closest match to your ILI9486 controller. You would need to modify the driver to match the specifications of the ILI9486 controller. This would also involve understanding the differences between the ILI9486 and ILI9488 controllers and adjusting the driver code accordingly. I cannot comment more on this as I feel it would be a better question for the Zephyr community and they might be able to help you more regarding this. Please try reaching out to the Zephyr forum.

    Regards,

    Priyanka

Children
Related