lv_calendar_private.h
API reference for lv_calendar_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_calendar.h
Summary
Structs
struct
_lv_calendar_t
Data of calendar
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
btnm | lv_obj_t * | |
today | lv_calendar_date_t | Date of today |
showed_date | lv_calendar_date_t | Currently visible month (day is ignored) |
highlighted_dates | lv_calendar_date_t * | Apply different style on these days (pointer to user-defined array) |
highlighted_dates_num | size_t | Number of elements in highlighted_days |
map | const char *[8 *7] | |
use_chinese_calendar | bool | |
nums | char[7 *6][20] | 7 * 6: A week has 7 days, and the calendar displays 6 weeks in total. 20: Including the number of dates, line breaks, names for each day, and reserving several spaces for addresses. |
Dependencies
Last updated on