New touch handler, with issues
This commit is contained in:
@@ -108,7 +108,7 @@ bool List::Refresh() {
|
||||
}
|
||||
|
||||
void List::OnButtonEvent(lv_obj_t* object, lv_event_t event) {
|
||||
if (event == LV_EVENT_RELEASED) {
|
||||
if (event == LV_EVENT_CLICKED) {
|
||||
for (int i = 0; i < MAXLISTITEMS; i++) {
|
||||
if (apps[i] != Apps::None && object == itemApps[i]) {
|
||||
app->StartApp(apps[i], DisplayApp::FullRefreshDirections::Up);
|
||||
|
||||
Reference in New Issue
Block a user