Searched refs:today (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/src/extra/widgets/calendar/ |
D | lv_calendar.c | 89 calendar->today.year = year; in lv_calendar_set_today_date() 90 calendar->today.month = month; in lv_calendar_set_today_date() 91 calendar->today.day = day; in lv_calendar_set_today_date() 184 return &calendar->today; in lv_calendar_get_today_date() 245 calendar->today.year = 2020; in lv_calendar_constructor() 246 calendar->today.month = 1; in lv_calendar_constructor() 247 calendar->today.day = 1; in lv_calendar_constructor() 285 … lv_calendar_set_today_date(obj, calendar->today.year, calendar->today.month, calendar->today.day); in lv_calendar_constructor() 396 …if(calendar->showed_date.year == calendar->today.year && calendar->showed_date.month == calendar->… in highlight_update() 397 …lv_btnmatrix_set_btn_ctrl(calendar->btnm, calendar->today.day - 1 + day_first + 7, LV_CALENDAR_CTR… in highlight_update()
|
D | lv_calendar.h | 42 lv_calendar_date_t today; /*Date of today*/ member
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | calendar.md | 10 - highlight the current day (today) 25 - today has a thicker border with the theme's primary color 34 To set the current date (today), use the `lv_calendar_set_today_date(calendar, year, month, day)` f…
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | nxp.md | 5 today and get started with your next GUI application.
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 1180 - fix(calendar) fix calculation today and highlighted day [`8f0b5ab`](https://github.com/lvgl/lvgl/… 1224 - fix(calendar) fix the position calculation today [`ad05e19`](https://github.com/lvgl/lvgl/commit/… 1261 - fix(calendar) fix incorrect highlight of today [`adbac52`](https://github.com/lvgl/lvgl/commit/ad… 1572 - fix(calendar) fix the position calculation today <a href="https://github.com/lvgl/lvgl/commit/ad0… 2077 …_PART_DATE` normal for normal dates, checked for highlighted, focused for today, pressed for the b…
|