Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/calendar/
Dlv_calendar.h33 int8_t month; /**< 1..12 */ member
Dlv_calendar_chinese.c22 uint8_t month; member
175 uint8_t month = gregorian_time->month; 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()
120 void lv_calendar_set_month_shown(lv_obj_t * obj, uint32_t year, uint32_t month) in lv_calendar_set_month_shown()
387 static uint8_t get_month_length(int32_t year, int32_t month) in get_month_length()
420 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day) in get_day_of_week()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_2.c40 …static const char * month[] = {"Jan", "Febr", "March", "Apr", "May", "Jun", "July", "Aug", "Sept",… in lv_example_chart_2() local
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c174 …mo_smartwatch_home_set_time(int minute, int hour, const char * am_pm, int date, const char * month, in lv_demo_smartwatch_home_set_time()
/lvgl-latest/src/libs/lodepng/
Dlodepng.h474 unsigned month; /*1-12*/ member