Display - TFT ILI934x/ILI948x
Moderators: grovkillen, Stuntteam, TD-er
Display - TFT ILI934x/ILI948x
Hello,I have the ILI9488 on ESPEasy build mega-20241222. Almost everything works well. Dimming via the command line or rules doesn't work.
It works via the device tab. The values as set via rules are also displayed in the device, but the brightness only changes when you click submit in the device.
So dimming via rules is not possible.
What can I do?
It works via the device tab. The values as set via rules are also displayed in the device, but the brightness only changes when you click submit in the device.
So dimming via rules is not possible.
What can I do?
Re: Display - TFT ILI934x/ILI948x
I'll have a look at the code, later today, to see if something needs to be fixed. 

/Ton (PayPal.me)
Re: Display - TFT ILI934x/ILI948x
Hello, i have this installed:
ESP_Easy_mega_20250224_max_ESP32s3_16M8M_LittleFS_OPI_PSRAM_CDC_ETH
Git Build:⋄ HEAD_b5f9e7b
Thank you!
ESP_Easy_mega_20250224_max_ESP32s3_16M8M_LittleFS_OPI_PSRAM_CDC_ETH
Git Build:⋄ HEAD_b5f9e7b
Thank you!
Re: Display - TFT ILI934x/ILI948x
Tank you so much for the fast help.
It works
Greetings Holger
It works

Greetings Holger
Re: Display - TFT ILI934x/ILI948x
Another question, is it possible to only change the background color via rules? I didn't find anything about it.
I want to change the background color depending on a temperature sensor
I want to change the background color depending on a temperature sensor
Re: Display - TFT ILI934x/ILI948x
Hm, that's currently not supported, neither in the commands, nor technically, as the current on-screen data isn't buffered (in ESPEasy, because of memory restrictions), and the background color is applied before or during writing text (when different from the text/foreground color. If the fg- and bg-colors are the same, the background becomes transparent during the write, so you can write on a preloaded bitmap).
As an alternative, you can have a look at the 'windowing' subcommands (defwin, delwin, win) that can be used to confine writing/drawing commands to a specific screen area. You can then redraw only that part of the screen, after changing the background color. This will probably cause some screen-flicker.
/Ton (PayPal.me)
Re: Display - TFT ILI934x/ILI948x
Thanks for the explanation. It's not that important to me now. Was just an idea.
Who is online
Users browsing this forum: No registered users and 15 guests