i2c_oled sample
lv_calendar_t
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_calendar_t
lv_calendar_t struct
Syntax
Show:
Summary
Declaration
from
lv_calendar.h:38
typedef
struct
{
lv_obj_t
obj
;
lv_obj_t
*
btnm
;
lv_calendar_date_t
today
;
lv_calendar_date_t
showed_date
;
lv_calendar_date_t
*
highlighted_dates
;
uint16_t
highlighted_dates_num
;
const
char
*
map
[
8
*
7
]
;
char
nums
[
7
*
6
]
[
4
]
;
}
lv_calendar_t
;
Fields
Field
Declared as
lv_calendar_t::obj
lv_obj_t
lv_calendar_t::btnm
lv_obj_t
*
lv_calendar_t::today
lv_calendar_date_t
lv_calendar_t::showed_date
lv_calendar_date_t
lv_calendar_t::highlighted_dates
lv_calendar_date_t
*
lv_calendar_t::highlighted_dates_num
uint16_t
lv_calendar_t::map
const
char
*
[
8
*
7
]
lv_calendar_t::nums
char
[
7
*
6
]
[
4
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out