Hi, im learning lvgl using the demo code but when i click any button, this if block returns false. i have tried using LV_EVENT_PRESSED, LV_SHORT_CLICKED and many more. none of them seem to work. need help here
I didn’t see on the code you adding the button to a group with lv_group_add_obj(), are you adding the group in another part of the code? if not try adding to the group you buttons are!
The method ui_event_ON5(lv_event_t *e) are static? if not try make it.