Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c51 static lv_timer_t * drift_timer_red = NULL; /* Timer for the red logo */ variable
207 drift_timer_red = lv_timer_create(drift_timer_cb, 3000, lvgl_logo_red); in start_drift_animation()
208 lv_timer_set_repeat_count(drift_timer_red, -1); in start_drift_animation()
232 if(drift_timer_red != NULL) { in stop_drift_animation()
233 lv_timer_delete(drift_timer_red); in stop_drift_animation()
234 drift_timer_red = NULL; in stop_drift_animation()