Add support for gestures and integrate it with the vertical scrolling transition.

This commit is contained in:
JF
2020-03-09 21:29:12 +01:00
parent 968f18f472
commit 35e221078b
5 changed files with 184 additions and 100 deletions

View File

@@ -184,7 +184,8 @@ void Clock::OnObjectEvent(lv_obj_t *obj, lv_event_t event) {
}
bool Clock::OnButtonPushed() {
return Screen::OnButtonPushed();
running = false;
return false;
}