Skip to content

Add RGB666 color format for ILI9488 #9286

Open
@skerr92

Description

@skerr92

I have an ILI9488 SPI display that I've been working on a driver for. Unfortunately, I can't seem to get it to work with the standard bus device as it looks like the display driver is expecting each byte over SPI to be clocked individually rather than sending it all over one clock.

@bablokb has their own version of the ili9488 driver in which they use a custom build of circuitpython that employs the patch here bus core patch

I think it would be helpful to have an option to enable byte clocking if a display needs it while maintaining the current behavior by default.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions