i80_controller sample
lv_calendar_set_today_date()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_calendar_set_today_date()
lv_calendar_set_today_date() function
Set the today's date
Syntax
Show:
Summary
Declaration
Definition
from
lv_calendar.h:65
void
lv_calendar_set_today_date
(
lv_obj_t
*
obj
,
uint32_t
year
,
uint32_t
month
,
uint32_t
day
)
;
Implemented in
lv_calendar.c:95
Arguments
Argument
Description
obj
pointer to a calendar object
year
today's year
month
today's month [1..12]
day
today's day [1..31]
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