Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c34 static void drift_timer_cb(lv_timer_t * timer);
186 static void drift_timer_cb(lv_timer_t * timer) in drift_timer_cb() function
198 drift_timer_black = lv_timer_create(drift_timer_cb, 3000, lvgl_logo_black); in start_drift_animation()
201 drift_timer_blue = lv_timer_create(drift_timer_cb, 3000, lvgl_logo_blue); in start_drift_animation()
204 drift_timer_green = lv_timer_create(drift_timer_cb, 3000, lvgl_logo_green); in start_drift_animation()
207 drift_timer_red = lv_timer_create(drift_timer_cb, 3000, lvgl_logo_red); in start_drift_animation()