Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/widgets/calendar/
Dlv_calendar.h91 void lv_calendar_set_highlighted_dates(lv_obj_t * obj, lv_calendar_date_t highlighted[], uint16_t d…
Dlv_calendar.c96 void lv_calendar_set_highlighted_dates(lv_obj_t * obj, lv_calendar_date_t highlighted[], uint16_t d… in lv_calendar_set_highlighted_dates() argument
98 LV_ASSERT_NULL(highlighted); in lv_calendar_set_highlighted_dates()
103 calendar->highlighted_dates = highlighted; in lv_calendar_set_highlighted_dates()
/lvgl-3.4.0/docs/widgets/extra/
Dcalendar.md26 - 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…
/lvgl-3.4.0/docs/
DCHANGELOG.md546 - 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…