Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dcoffee_machine.c26 static int scroll_value = 0; variable
42 scroll_value = lv_obj_get_scroll_left(screen); in coffee_machine_png_box_scroll_callback()
44 if (scroll_value > 0 && scroll_value < 250) { in coffee_machine_png_box_scroll_callback()
49 if (scroll_value > 250 && scroll_value < 650 ) { in coffee_machine_png_box_scroll_callback()
55 if (scroll_value > 650 && scroll_value < 1050) { in coffee_machine_png_box_scroll_callback()
61 if (scroll_value > 1050 && scroll_value < 1450) { in coffee_machine_png_box_scroll_callback()
67 if (scroll_value > 1450 && scroll_value < 1850) { in coffee_machine_png_box_scroll_callback()