diff options
| author | Joaquim José Almeida Pereira <joaquim.org@gmail.com> | 2021-04-15 14:55:01 (GMT) |
|---|---|---|
| committer | Joaquim José Almeida Pereira <joaquim.org@gmail.com> | 2021-04-15 14:55:01 (GMT) |
| commit | 969bb8e721efc21cc12a16621c705da74425e493 (patch) | |
| tree | 1cebf218efb9fadac6a5db450e7f646f81847d48 /src/displayapp/screens/Tile.cpp | |
| parent | f5e43a16680d1a71c08b02da9a7fef7d6c83abeb (diff) | |
Change animation direction in menus
Diffstat (limited to 'src/displayapp/screens/Tile.cpp')
| -rw-r--r-- | src/displayapp/screens/Tile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Tile.cpp b/src/displayapp/screens/Tile.cpp index 8fa7fd0..b1dfaf7 100644 --- a/src/displayapp/screens/Tile.cpp +++ b/src/displayapp/screens/Tile.cpp @@ -128,7 +128,7 @@ bool Tile::Refresh() { void Tile::OnObjectEvent(lv_obj_t *obj, lv_event_t event, uint32_t buttonId) { if(event == LV_EVENT_VALUE_CHANGED) { - app->StartApp(apps[buttonId], DisplayApp::FullRefreshDirections::Down); + app->StartApp(apps[buttonId], DisplayApp::FullRefreshDirections::Up); running = false; } } |
