Searched refs:bt_label (Results 1 – 1 of 1) sorted by relevance
23 static lv_obj_t * bt_label; variable150 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()