diff --git a/gui/blanktimer.cpp b/gui/blanktimer.cpp index 83330539..c8d1bcc2 100644 --- a/gui/blanktimer.cpp +++ b/gui/blanktimer.cpp @@ -142,6 +142,7 @@ int blanktimer::setBrightness(int brightness) { bstring = buff; if ((TWFunc::write_file(brightness_path, bstring)) != 0) return -1; + gui_forceRender(); return 0; }