Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c49 static lv_timer_t * drift_timer_blue = NULL; /* Timer for the blue logo */ variable
201 drift_timer_blue = lv_timer_create(drift_timer_cb, 3000, lvgl_logo_blue); in start_drift_animation()
202 lv_timer_set_repeat_count(drift_timer_blue, -1); in start_drift_animation()
222 if(drift_timer_blue != NULL) { in stop_drift_animation()
223 lv_timer_delete(drift_timer_blue); in stop_drift_animation()
224 drift_timer_blue = NULL; in stop_drift_animation()