Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dbt_ui.c23 static lv_obj_t * bt_label; variable
150 bt_label = lv_label_create(part_switch); in menu_bt_init()
151 lv_obj_align(bt_label, LV_ALIGN_LEFT_MID, 0, 0); in menu_bt_init()
152 lv_label_set_text(bt_label, "BT"); in menu_bt_init()
153 lv_obj_add_style(bt_label, &style_txt, LV_PART_MAIN); in menu_bt_init()