Searched refs:bright_label (Results 1 – 1 of 1) sorted by relevance
14 static lv_obj_t * bright_label; variable34 bright_label = lv_label_create(bg); in menu_display_init()35 lv_label_set_text(bright_label, "亮度"); in menu_display_init()36 lv_obj_add_style(bright_label, &style_txt_m, LV_PART_MAIN); in menu_display_init()