New touch handler, with issues
This commit is contained in:
@@ -66,10 +66,10 @@ bool FirmwareValidation::Refresh() {
|
||||
}
|
||||
|
||||
void FirmwareValidation::OnButtonEvent(lv_obj_t* object, lv_event_t event) {
|
||||
if (object == buttonValidate && event == LV_EVENT_PRESSED) {
|
||||
if (object == buttonValidate && event == LV_EVENT_CLICKED) {
|
||||
validator.Validate();
|
||||
running = false;
|
||||
} else if (object == buttonReset && event == LV_EVENT_PRESSED) {
|
||||
} else if (object == buttonReset && event == LV_EVENT_CLICKED) {
|
||||
validator.Reset();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user