-
|
Hi, I use ESP32 on AZ-Touch display and ESP32 2432S028 with LVGL and HASPMOTA. Both model use a inverted BACKLIGHT (means L = on, H = off), but there is no BACKLIGHT_i or alike. Is there any way to acomplish the same and work together with the new auto-dimm function in HASPMOTA? Sven |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
|
Not that I can think of. This seems to be the first time we see an inverted backlight. I guess we would need to add it. |
Beta Was this translation helpful? Give feedback.
-
|
there is an option to invert back panel in display descriptor: |
Beta Was this translation helpful? Give feedback.
-
|
small extra problem... while my CYD (2432S028v3)is working with #24278, the AZ-Touch-MOD does not accept PWM modulation for backlight well. If I change that backlight to PWM_i I can control it perfectly, so I am lost again... Also if I change the source to apply digital on/off to backlight, like the esp8266 does, then it also works perfect. So I ask, if it is possible to make the PWM control for ESP32 backlights optional? mayby another SetOption? |
Beta Was this translation helpful? Give feedback.

there has been a large rework lately and the backlight function seems to be broken on SPI displays.
if you compile yourself exchange this file and report
uDisplay_SPI_panel.cpp.zip