Flashlight brightness control

This commit is contained in:
Riku Isokoski
2021-10-13 13:04:40 +03:00
parent 92aeae73de
commit fd4fbfddb9
4 changed files with 102 additions and 32 deletions

View File

@@ -131,7 +131,7 @@ void QuickSettings::OnButtonEvent(lv_obj_t* object, lv_event_t event) {
if (object == btn2 && event == LV_EVENT_CLICKED) {
running = false;
app->StartApp(Apps::FlashLight, DisplayApp::FullRefreshDirections::None);
app->StartApp(Apps::FlashLight, DisplayApp::FullRefreshDirections::Up);
} else if (object == btn1 && event == LV_EVENT_CLICKED) {