Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/widgets/checkbox/
Dlv_example_checkbox_2.c6 static uint32_t active_index_1 = 0; variable
24 LV_LOG_USER("Selected radio buttons: %d, %d", (int)active_index_1, (int)active_index_2); in radio_event_handler()
58 lv_obj_add_event_cb(cont1, radio_event_handler, LV_EVENT_CLICKED, &active_index_1); in lv_example_checkbox_2()