Home
last modified time | relevance | path

Searched defs:day (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c104 void lv_demo_smartwatch_set_weather(int temp, uint8_t icon, bool day, int hour, int minute, const c… in lv_demo_smartwatch_set_weather()
128 void lv_demo_smartwatch_weather_add_daily(int day, int temp, int id) in lv_demo_smartwatch_weather_add_daily()
452 static void set_weather_icon(lv_obj_t * obj, uint8_t id, bool day) in set_weather_icon()
457 static const lv_img_dsc_t * get_weather_icon(uint8_t id, bool day) in get_weather_icon()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar.h34 int8_t day; /**< 1..31 */ member
Dlv_calendar_chinese.c23 uint8_t day; member
176 uint8_t day = gregorian_time->day; in lv_calendar_gregorian_to_chinese() local
Dlv_calendar.c95 void lv_calendar_set_today_date(lv_obj_t * obj, uint32_t year, uint32_t month, uint32_t day) in lv_calendar_set_today_date()
420 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day) in get_day_of_week()
488 static void chinese_calendar_set_day_name(lv_obj_t * obj, uint8_t index, uint8_t day, in chinese_calendar_set_day_name()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c215 int32_t day = lv_subject_get_int(&subject_day); in current_data_objserver_cb() local
305 uint32_t day = lv_subject_get_int(&subject_day); in chart_draw_event_cb() local
459 int32_t day = lv_subject_get_int(&subject_day); in chart_day_observer_cb() local
/lvgl-latest/src/libs/lodepng/
Dlodepng.h475 unsigned day; /*1-31*/ member