i2c_oled sample
lv_calendar_set_today_date()
is only used within i2c_oled 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
i2c_oled 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:74
void
lv_calendar_set_today_date
(
lv_obj_t
*
obj
,
uint32_t
year
,
uint32_t
month
,
uint32_t
day
)
;
Implemented in
lv_calendar.c:84
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
Code
Location
Referrer
void
lv_calendar_set_today_date
(
lv_obj_t
*
obj
,
uint32_t
year
,
uint32_t
month
,
uint32_t
day
)
lv_calendar.c:84
void
lv_calendar_set_today_date
(
lv_obj_t
*
obj
,
uint32_t
year
,
uint32_t
month
,
uint32_t
day
)
;
lv_calendar.h:74
lv_calendar_set_today_date
(
obj
,
calendar
->
today
.
year
,
calendar
->
today
.
month
,
calendar
->
today
.
day
)
;
lv_calendar.c:286
lv_calendar_constructor()
Call Tree
from
examples
lv_calendar_set_today_date()
is called by 1 function and calls 1 function:
lv_calendar_constructor()
All items filtered out
lv_calendar_set_today_date()
highlight_update()
All items filtered out
Data Use
from
examples
lv_calendar_set_today_date()
reads 1 variable and writes 3 variables:
lv_calendar_t::today
All items filtered out
lv_calendar_set_today_date()
lv_calendar_date_t::year
lv_calendar_date_t::month
lv_calendar_date_t::day
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