Searched refs:style_radio (Results 1 – 1 of 1) sorted by relevance
4 static lv_style_t style_radio; variable32 lv_obj_add_style(obj, &style_radio, LV_PART_INDICATOR); in radiobutton_create()46 lv_style_init(&style_radio); in lv_example_checkbox_2()47 lv_style_set_radius(&style_radio, LV_RADIUS_CIRCLE); in lv_example_checkbox_2()