Page 1 of 1

ILI 9488 and ESP32

Posted: Tue Jul 02, 2024 10:44 pm
by estevaon
Hello!

Does anyone have an example with the ILI9488 that works? I purchased a display like this and wanted to test it with an ESP32 board .

Thanks!

Re: ILI 9488 and ESP32

Posted: Wed Jul 03, 2024 5:38 am
by jgu1
Hi estevaon!

Yes, I have a test examble I use only for testing. If you can wait until afternon I Will share it with you :D

Br jorgen

Re: ILI 9488 and ESP32

Posted: Wed Jul 03, 2024 10:38 am
by BenR
There's an example here on the wiki if that helps.
https://www.flowcode.co.uk/wiki/index.p ... cal_Color)

Also an in depth guide to GLCD on Flowcode here. https://www.flowcode.co.uk/wiki/index.php?title=GLCD

Re: ILI 9488 and ESP32

Posted: Wed Jul 03, 2024 11:22 am
by stefan.erni
Hi estevaon

I used the display on this hardware with an ESP32 and it's working nice with flowcode.
Core 2 with touchscreen:
2024-07-03_11-57-30.PNG
2024-07-03_11-57-30.PNG (275.93 KiB) Viewed 7145 times
M5 Stack Fire (with Button) and about 50 $:
https://www.mouser.ch/ProductDetail/M5S ... DFJA%3D%3D
2024-07-03_11-59-47.PNG
2024-07-03_11-59-47.PNG (182.83 KiB) Viewed 7145 times
This is the setup for the display:
2024-07-03_12-14-04.PNG
2024-07-03_12-14-04.PNG (89.04 KiB) Viewed 7145 times

Re: ILI 9488 and ESP32

Posted: Wed Jul 03, 2024 11:46 am
by BenR
Hi Stefan,

It will likely update the display a lot faster if you enable the Queue Fast Pixels property.

Re: ILI 9488 and ESP32

Posted: Wed Jul 03, 2024 1:27 pm
by stefan.erni
Hi Ben

I testet the "Queue Fast Pixels" property.

This is super! Very fast!

Re: ILI 9488 and ESP32

Posted: Wed Jul 03, 2024 8:09 pm
by jgu1
Hi estevaon!

Hereby my testprogram, you can enable the different macro, with touch. Maybe useful.

Br Jorgen

Re: ILI 9488 and ESP32

Posted: Thu Jul 04, 2024 1:31 am
by estevaon
Thanks jgu1!!!
I´ll test it son...

Re: ILI 9488 and ESP32

Posted: Thu Aug 01, 2024 12:15 am
by estevaon
Hello!

Just stopping by to thank everyone, it's working 100%. One of my mistakes was not supplying the display correctly, it consumes a current that is not supplied by the ESP. Furthermore I used the example you gave me and, based on it I, am developing the rest.

Thanks again!