Searched refs:highlighted (Results 1 – 4 of 4) sorted by relevance
91 void lv_calendar_set_highlighted_dates(lv_obj_t * obj, lv_calendar_date_t highlighted[], uint16_t d…
96 void lv_calendar_set_highlighted_dates(lv_obj_t * obj, lv_calendar_date_t highlighted[], uint16_t d… in lv_calendar_set_highlighted_dates() argument98 LV_ASSERT_NULL(highlighted); in lv_calendar_set_highlighted_dates()103 calendar->highlighted_dates = highlighted; in lv_calendar_set_highlighted_dates()
26 - highlighted days have some opacity with the theme's primary color.40 The list of highlighted dates should be stored in a `lv_calendar_date_t` array loaded by `lv_calend…
546 - fix(calendar) fix calculation today and highlighted day [`8f0b5ab`](https://github.com/lvgl/lvgl/…1396 The new drawing engine brought new drawing features too. They are highlighted in the "style" sectio…1443 …nged: use `LV_CALENDAR_PART_DATE` normal for normal dates, checked for highlighted, focused for to…