ILI 9488 and ESP32

For general Flowcode discussion that does not belong in the other sections.
Post Reply
estevaon
Posts: 13
http://meble-kuchenne.info.pl
Joined: Tue Aug 29, 2023 7:42 pm
Has thanked: 4 times
Been thanked: 4 times

Flowcode v10 ILI 9488 and ESP32

Post 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!

jgu1
Posts: 725
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 611 times
Been thanked: 164 times

Re: ILI 9488 and ESP32

Post 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

BenR
Matrix Staff
Posts: 1912
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 496 times
Been thanked: 674 times

Re: ILI 9488 and ESP32

Post 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

stefan.erni
Valued Contributor
Posts: 909
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 181 times
Been thanked: 208 times

Re: ILI 9488 and ESP32

Post 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 5216 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 5216 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 5216 times

BenR
Matrix Staff
Posts: 1912
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 496 times
Been thanked: 674 times

Re: ILI 9488 and ESP32

Post by BenR »

Hi Stefan,

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

stefan.erni
Valued Contributor
Posts: 909
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 181 times
Been thanked: 208 times

Re: ILI 9488 and ESP32

Post by stefan.erni »

Hi Ben

I testet the "Queue Fast Pixels" property.

This is super! Very fast!

jgu1
Posts: 725
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 611 times
Been thanked: 164 times

Re: ILI 9488 and ESP32

Post by jgu1 »

Hi estevaon!

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

Br Jorgen
Attachments
StandardIli9488Firs.fcfx
(33.66 KiB) Downloaded 273 times

estevaon
Posts: 13
Joined: Tue Aug 29, 2023 7:42 pm
Has thanked: 4 times
Been thanked: 4 times

Re: ILI 9488 and ESP32

Post by estevaon »

Thanks jgu1!!!
I´ll test it son...

estevaon
Posts: 13
Joined: Tue Aug 29, 2023 7:42 pm
Has thanked: 4 times
Been thanked: 4 times

Re: ILI 9488 and ESP32

Post 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!

Post Reply