diff --git a/src/hasp_gui.cpp b/src/hasp_gui.cpp index fe77e05c..8a4c6d78 100644 --- a/src/hasp_gui.cpp +++ b/src/hasp_gui.cpp @@ -434,7 +434,7 @@ void guiSetDim(uint8_t level) guiDimLevel = level >= 0 ? level : 0; guiDimLevel = guiDimLevel <= 100 ? guiDimLevel : 100; - if(guiBacklightIsOn) { // The backlight is ON + if(true || guiBacklightIsOn) { // The backlight is ON #if defined(ARDUINO_ARCH_ESP32) ledcWrite(99, map(guiDimLevel, 0, 100, 0, 1023)); // ledChannel and value #else