Skip to content
Discussion options

You must be logged in to vote

Answering my own question.

No, it seems I was the first person to try using ThingPulse ESP32 Color Kit Grande.

I worked with Peter to develop a new driver specifically for the ili9488 in SPI mode.
The ili9488 only supports 5-6-5 pixel format (2 bytes per pixel) when using a parallel interface,
When using SPI a 6-6-6 pixel format (3 bytes per pixel) is required.

Some vendors do serial to parallel conversion on their display board.
So even though the microcontroller is using SPI the ILI9488 will support the 5-6-5 pixel format.
In this case the ili9486 driver can be used.
Writing 3 bytes per pixel is slower than 2 bytes per pixel.
So, the il9486 driver is preferred when it works.

Thanks Pete…

Replies: 14 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@cpottle9
Comment options

@cpottle9
Comment options

@peterhinch
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cpottle9
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cpottle9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants