-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR]Is it possible to add the TFT ILI934x/ILI948x to the ESP32 Climate version? #5236
Comments
Maybe the other way around is more practical? |
Thanks for the reply. What I need from climate is:
And the touch XPT2046 offcourse.. |
I'd suggest to also add the STxxxx displays (P116), as some of the supposedly ILI948x displays only seem to work with the STxxxx configuration. |
Maybe I misunderstood the replies: is someone going to create the binary for me? Regards, Harry |
I've added P095 (ILI9xxx), P099 (XPT2046), P116 (ST77xx) and P123 (I2C touchdisplays) to the regular Climate build: ESP_Easy_mega_20250203_climate_ESP32_4M316k.zip Includes both the regular .bin file for uploading via OTA, and the .factory.bin for uploading via a Flash upload tool. |
Flashed it. Working right away ! Thanks a lot... |
@tonhuisman do you have any reference for such st/ili problematic LCDs and solutions? |
You can just try all available options in both P095 and P116 until you find one that works. Shouldn't break anything if it doesn't match, might just display something weird. NB: I'm planning on replacing the libraries currently in use by Arduino_GFX and LVGL graphics, as I want to add support for the 8-bit parallel displays seen on some ESP32-S3 based units. (Work on that will probably start in the coming weeks.) |
@tonhuisman Ok have followed your advice. So it looks like ILI9341 works even marked as ST7789. |
I've tried to get up and running with VSCode / Platformio to build my special request but that ends up in errors. Since I'm not a hard core programmer I got lost in the setup and customizations.
I would be grateful if the TFT ILI934x/ILI948x plugin coud be added (by someone) to the Climate ESP32 4M315 version.
Is that possible?
Thanks in advance,
Harry
The text was updated successfully, but these errors were encountered: