i2c_oled sample
LVGL_VERSION_MINOR
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
LVGL_VERSION_MINOR
LVGL_VERSION_MINOR macro
Syntax
Show:
Summary
Declaration
from
lvgl.h:17
#define
LVGL_VERSION_MINOR
3
Examples
References
from
examples
Code
Location
#define
LVGL_VERSION_MINOR
3
lvgl.h:17
#if
!
(
LVGL_VERSION_MAJOR
==
6
&&
LVGL_VERSION_MINOR
==
0
)
lv_font_montserrat_14.c:2187
#define
LV_VERSION_CHECK
(
x
,
y
,
z
)
(
x
==
LVGL_VERSION_MAJOR
&&
(
y
<
LVGL_VERSION_MINOR
||
(
y
==
LVGL_VERSION_MINOR
&&
z
<=
LVGL_VERSION_PATCH
)
)
)
lvgl.h:108
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