Home
last modified time | relevance | path

Searched refs:buttonmatrix_event_cb (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_bindings.c11 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
/lvgl-latest/tests/micropy_test/
Dmicropy.py225 lambda _: buttonmatrix_event_cb(btnmatrix, label),
344 def buttonmatrix_event_cb(buttonmatrix, label): function