Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dcoffee_machine.c12 static lv_obj_t * coffee_machine_name = NULL; variable
47 lv_label_set_text(coffee_machine_name, "美式咖啡"); in coffee_machine_png_box_scroll_callback()
53 lv_label_set_text(coffee_machine_name, "意式咖啡"); in coffee_machine_png_box_scroll_callback()
59 lv_label_set_text(coffee_machine_name, "美味拿铁"); in coffee_machine_png_box_scroll_callback()
65 lv_label_set_text(coffee_machine_name, "卡布奇诺"); in coffee_machine_png_box_scroll_callback()
70 lv_label_set_text(coffee_machine_name, "RK咖啡"); in coffee_machine_png_box_scroll_callback()
169 coffee_machine_name = lv_label_create(coffee_machine_box_name); in ui_coffee_machine_screen_init()
170 lv_obj_add_style(coffee_machine_name, &style_txt_m, LV_PART_MAIN); in ui_coffee_machine_screen_init()
171 lv_label_set_text(coffee_machine_name, "美式咖啡"); in ui_coffee_machine_screen_init()
172 lv_obj_set_style_text_color(coffee_machine_name, lv_color_white(), LV_PART_MAIN); in ui_coffee_machine_screen_init()
[all …]