Page 1 of 1

Display 3,5" ILI9488

Posted: 22 Dec 2021, 19:24
by giobbe
I'd use the display tft 3.5" touch screen with driver ILI9488.
If possible with ESPEASY?
Thanks
Giobbe

Re: Display 3,5" ILI9488

Posted: 22 Dec 2021, 20:27
by Ath
That type of display is not yet supported.
According to the internet, the closest driver is the ILI9341, but with a few (crucial) code changes, as the device supposedly supports 18 bit (262144) colors instead of 16 bit (65535), so this implies it won't work with current builds, and colors have to be converted.

I'm working on extended device support for TFT displays, and have already included the ST77xx series of TFT drivers. so adding ILI9488 shouldn't be really hard. Color support will initially be limited to 16 bit (using RGB565), and converted to 18 (using RGB666), to not have to change settings incompatibly.

I will need your help for testing, as I don't own the hardware...

NB: The XPT2046 touch driver is already supported :)

Edit: Corrected color-depth: it's 18 bit, not 24.

Re: Display 3,5" ILI9488

Posted: 23 Dec 2021, 00:17
by TD-er
Not to be the Debby Downer here, but if support for an extra display does mean extensive changes in the code, we may want to get the current PR merged first.
Otherwise there will be the next display, etc.
There are lots and lots of people asking for that plugin which is pending, so let's get it actually be used as it is almost finished.

So "delaying" support for this display will probably not result in a delay for when _this_ display is supported, but trying to include it in the pending PR will delay it for all others waiting.
And of course if the next display request is made, it will delay support for _this_ display if that gets put in too and thus delaying the pending plugin even more.

TL;DR
Let's put a feature freeze for now on that pending PR and after it has been merged we can continue with this one (and the next... )

Re: Display 3,5" ILI9488

Posted: 23 Dec 2021, 07:45
by Ath
Yes, agree, there is also a request for the ILI9342 used in M5Stack in this thread (same OP) ;)

Re: Display 3,5" ILI9488

Posted: 27 Dec 2021, 18:48
by giobbe
I'm available for testing for ILI9342 used in M5Stack and ILI9488.
let me know when I can try the software
Thanks
Giobbe

Re: Display 3,5" ILI9488

Posted: 09 Jan 2022, 20:35
by Ath
I've created a pull request #3903 for an update to P095, adding support for ILI9342, ILI9481, ILI9486 and ILI9488.

If you would be so kind to do testing on your available units, that will be appreciated very much :!: