Searched refs:buttonmatrix_event_cb (Results 1 – 2 of 2) sorted by relevance
11 static void buttonmatrix_event_cb(lv_event_t * e);117 lv_obj_add_event_cb(btnmatrix, buttonmatrix_event_cb, LV_EVENT_VALUE_CHANGED, label); in create_ui()204 static void buttonmatrix_event_cb(lv_event_t * e) in buttonmatrix_event_cb() function
225 lambda _: buttonmatrix_event_cb(btnmatrix, label),344 def buttonmatrix_event_cb(buttonmatrix, label): function