Home
last modified time | relevance | path

Searched full:days (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/docs/widgets/extra/
Dcalendar.md8 - show the days of any month in a 7x7 matrix
9 - Show the name of the days
19 - Container: A rectangle which is a container for the *Header* and the *Days*. Uses only `LV_PART_M…
20 - Days: It's a [Button matrix](/widgets/core/btnmatrix) object under the hood to arrange the days i…
24 - days of the previous and next month have `LV_BTNMATRIX_CTRL_DISABLED` flag
26 - highlighted days have some opacity with the theme's primary color.
39 ### Highlighted days
44 ### Name of the days
45 The name of the days can be adjusted with `lv_calendar_set_day_names(calendar, day_names)` where `d…
/lvgl-latest/.github/workflows/
Dclose_old_issues.yml15 …stale because it has been open 14 days with no activity. Remove stale label or comment or this wil…
19 Now we mark this as "stale" because there was no activity here for 14 days.
21 Remove the "stale" label or comment else this will be closed in 7 days.
26 days-before-stale: 14
27 days-before-close: 7
/lvgl-latest/src/extra/widgets/calendar/
Dlv_calendar.h45 …highlighted_dates; /*Apply different style on these days (pointer to an array defined by the user)…
94 * Set the name of the days
97 * E.g. `const char * days[7] = {"Sun", "Mon", ...}`
138 * @return number of highlighted days
Dlv_calendar.c151 /*Reset the focused button if the days changes*/ in lv_calendar_set_showed_date()
324 * Get the number of days in a month
/lvgl-latest/examples/widgets/calendar/
Dlv_example_calendar_1.py21 # Highlight a few days
Dlv_example_calendar_1.c27 /*Highlight a few days*/ in lv_example_calendar_1()
/lvgl-latest/src/extra/libs/png/
Dlodepng.h1930 *) 07 jan 2007: Some cleanup & fixes, and a few changes over the last days:
/lvgl-latest/docs/
DCHANGELOG.md1892 - Init disabled days to gray color in calendar