Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c50 static lv_timer_t * drift_timer_green = NULL; /* Timer for the green logo */ variable
204 drift_timer_green = lv_timer_create(drift_timer_cb, 3000, lvgl_logo_green); in start_drift_animation()
205 lv_timer_set_repeat_count(drift_timer_green, -1); in start_drift_animation()
227 if(drift_timer_green != NULL) { in stop_drift_animation()
228 lv_timer_delete(drift_timer_green); in stop_drift_animation()
229 drift_timer_green = NULL; in stop_drift_animation()