Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c28 static void weather_screen_event_cb(lv_event_t * e);
367 lv_obj_add_event_cb(weather_screen, weather_screen_event_cb, LV_EVENT_ALL, NULL); in create_screen_weather()
370 static void weather_screen_event_cb(lv_event_t * e) in weather_screen_event_cb() function