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!
ILI 9488 and ESP32
-
- Posts: 13
- http://meble-kuchenne.info.pl
- Joined: Tue Aug 29, 2023 7:42 pm
- Has thanked: 4 times
- Been thanked: 4 times
-
- 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
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
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
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- 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
Hi estevaon
I used the display on this hardware with an ESP32 and it's working nice with flowcode.
Core 2 with touchscreen: M5 Stack Fire (with Button) and about 50 $:
https://www.mouser.ch/ProductDetail/M5S ... DFJA%3D%3D This is the setup for the display:
I used the display on this hardware with an ESP32 and it's working nice with flowcode.
Core 2 with touchscreen: M5 Stack Fire (with Button) and about 50 $:
https://www.mouser.ch/ProductDetail/M5S ... DFJA%3D%3D This is the setup for the display:
-
- 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
Hi Stefan,
It will likely update the display a lot faster if you enable the Queue Fast Pixels property.
It will likely update the display a lot faster if you enable the Queue Fast Pixels property.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 909
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 181 times
- Been thanked: 208 times
-
- 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
Hi estevaon!
Hereby my testprogram, you can enable the different macro, with touch. Maybe useful.
Br Jorgen
Hereby my testprogram, you can enable the different macro, with touch. Maybe useful.
Br Jorgen
- Attachments
-
- StandardIli9488Firs.fcfx
- (33.66 KiB) Downloaded 273 times
Re: ILI 9488 and ESP32
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!
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!