Merge branch 'develop' into update_touch_driver

This commit is contained in:
Riku Isokoski
2021-09-14 15:34:09 +03:00
105 changed files with 988 additions and 554 deletions

View File

@@ -67,13 +67,6 @@ SystemInfo::~SystemInfo() {
lv_obj_clean(lv_scr_act());
}
bool SystemInfo::Refresh() {
if (running) {
screens.Refresh();
}
return running;
}
bool SystemInfo::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
return screens.OnTouchEvent(event);
}