i2c_oled sample
get_day_of_week()
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
get_day_of_week()
get_day_of_week() function
Get the day of the week
Syntax
Show:
Summary
Declaration
Definition
from
lv_calendar.c:33
static
uint8_t
get_day_of_week
(
uint32_t
year
,
uint32_t
month
,
uint32_t
day
)
;
Implemented in
lv_calendar.c:364
Arguments
Argument
Description
year
a year
month
a month [1..12]
day
a day [1..32]
Return value
[0..6] which means [Sun..Sat] or [Mon..Sun] depending on LV_CALENDAR_WEEK_STARTS_MONDAY
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