lv_calendar_private.h

API reference for lv_calendar_private.h

Report on GitHub
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

MemberTypeDescription
objlv_obj_t
btnmlv_obj_t *
todaylv_calendar_date_tDate of today
showed_datelv_calendar_date_tCurrently visible month (day is ignored)
highlighted_dateslv_calendar_date_t *Apply different style on these days (pointer to user-defined array)
highlighted_dates_numsize_tNumber of elements in highlighted_days
mapconst char *[8 *7]
use_chinese_calendarbool
numschar[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

How is this guide?

Last updated on

On this page