Searched full:days (Results 1 – 8 of 8) sorted by relevance
8 - show the days of any month in a 7x7 matrix9 - Show the name of the days19 - 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` flag26 - highlighted days have some opacity with the theme's primary color.39 ### Highlighted days44 ### Name of the days45 The name of the days can be adjusted with `lv_calendar_set_day_names(calendar, day_names)` where `d…
15 …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: 1427 days-before-close: 7
45 …highlighted_dates; /*Apply different style on these days (pointer to an array defined by the user)…94 * Set the name of the days97 * E.g. `const char * days[7] = {"Sun", "Mon", ...}`138 * @return number of highlighted days
151 /*Reset the focused button if the days changes*/ in lv_calendar_set_showed_date()324 * Get the number of days in a month
21 # Highlight a few days
27 /*Highlight a few days*/ in lv_example_calendar_1()
1930 *) 07 jan 2007: Some cleanup & fixes, and a few changes over the last days:
1892 - Init disabled days to gray color in calendar