mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps] Stop backlight dimming when waking up (2)
Change-Id: I28ec565072791d6bfa5e73a003fb2a6a9e684de7
This commit is contained in:
@@ -83,6 +83,7 @@ void AppsContainer::suspend() {
|
||||
* the frame memory is lost. That's why we need to force a window redraw
|
||||
* upon wakeup, otherwise the screen is filled with noise. */
|
||||
Ion::Backlight::setBrightness(Ion::Backlight::MaxBrightness);
|
||||
m_backlightDimmingTimer.reset();
|
||||
window()->redraw(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user