Searched refs:lv_calendar_set_day_names (Results 1 – 3 of 3) sorted by relevance
100 void lv_calendar_set_day_names(lv_obj_t * obj, const char ** day_names);
72 void lv_calendar_set_day_names(lv_obj_t * obj, const char * day_names[]) in lv_calendar_set_day_names() function
45 The name of the days can be adjusted with `lv_calendar_set_day_names(calendar, day_names)` where `d…