i2c_oled sample
lv_calendar_get_pressed_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_get_pressed_date()
lv_calendar_get_pressed_date() function
Get the currently pressed day
Syntax
Show:
Summary
Declaration
Definition
from
lv_calendar.h:148
lv_res_t
lv_calendar_get_pressed_date
(
const
lv_obj_t
*
calendar
,
lv_calendar_date_t
*
date
)
;
Implemented in
lv_calendar.c:211
Arguments
Argument
Description
calendar
pointer to a calendar object
date
store the pressed date here
Return value
LV_RES_OK: there is a valid pressed date; LV_RES_INV: there is no pressed data
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