i2c_oled sample
lv_calendar_t::showed_date
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::showed_date
lv_calendar_t::showed_date field
Syntax
Show:
Summary
Declaration
from
lv_calendar.h:43
lv_calendar_date_t
showed_date
;
Examples
References
from
examples
Code
Location
Referrer
lv_calendar_date_t
showed_date
;
/*Currently visible month (day is ignored)*/
lv_calendar.h:43
calendar
->
showed_date
.
year
=
year
;
lv_calendar.c:114
lv_calendar_set_showed_date()
calendar
->
showed_date
.
month
=
month
;
lv_calendar.c:115
lv_calendar_set_showed_date()
calendar
->
showed_date
.
day
=
1
;
lv_calendar.c:116
lv_calendar_set_showed_date()
d
.
year
=
calendar
->
showed_date
.
year
;
lv_calendar.c:119
lv_calendar_set_showed_date()
d
.
month
=
calendar
->
showed_date
.
month
;
lv_calendar.c:120
lv_calendar_set_showed_date()
d
.
day
=
calendar
->
showed_date
.
day
;
lv_calendar.c:121
lv_calendar_set_showed_date()
return
&
calendar
->
showed_date
;
lv_calendar.c:192
lv_calendar_get_showed_date()
date
->
year
=
calendar
->
showed_date
.
year
;
lv_calendar.c:229
lv_calendar_get_pressed_date()
date
->
month
=
calendar
->
showed_date
.
month
;
lv_calendar.c:230
lv_calendar_get_pressed_date()
calendar
->
showed_date
.
year
=
2020
;
lv_calendar.c:250
lv_calendar_constructor()
calendar
->
showed_date
.
month
=
1
;
lv_calendar.c:251
lv_calendar_constructor()
calendar
->
showed_date
.
day
=
1
;
lv_calendar.c:252
lv_calendar_constructor()
lv_calendar_set_showed_date
(
obj
,
calendar
->
showed_date
.
year
,
calendar
->
showed_date
.
month
)
;
lv_calendar.c:285
lv_calendar_constructor()
uint8_t
day_first
=
get_day_of_week
(
calendar
->
showed_date
.
year
,
calendar
->
showed_date
.
month
,
1
)
;
lv_calendar.c:386
highlight_update()
if
(
calendar
->
highlighted_dates
[
i
]
.
year
==
calendar
->
showed_date
.
year
&&
lv_calendar.c:389
highlight_update()
calendar
->
highlighted_dates
[
i
]
.
month
==
calendar
->
showed_date
.
month
)
{
lv_calendar.c:390
highlight_update()
if
(
calendar
->
showed_date
.
year
==
calendar
->
today
.
year
&&
calendar
->
showed_date
.
month
==
calendar
->
today
.
month
)
{
lv_calendar.c:397
highlight_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_calendar_t::showed_date
is read by 4 functions:
All items filtered out
lv_calendar_t::showed_date
lv_calendar_set_showed_date()
lv_calendar_get_pressed_date()
lv_calendar_constructor()
highlight_update()
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