Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Ddisplay_ui.c14 static lv_obj_t * bright_label; variable
34 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()