i80_controller sample
LV_DPX
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
LV_DPX
LV_DPX macro
Syntax
Show:
Summary
Declaration
from
lv_display.h:566
#define
LV_DPX
(
n
)
LV_DPX_CALC
(
lv_display_get_dpi
(
NULL
)
,
n
)
Arguments
Argument
n
Examples
References
from
examples
Code
Location
#define
LV_DPX
(
n
)
LV_DPX_CALC
(
lv_display_get_dpi
(
NULL
)
,
n
)
lv_display.h:566
return
LV_DPX
(
n
)
;
lv_display.c:995
#define
SCROLLBAR_MIN_SIZE
(
LV_DPX
(
10
)
)
lv_obj_scroll.c:23
lv_obj_set_ext_click_area
(
obj
,
LV_DPX
(
8
)
)
;
lv_slider.c:156
lv_style_set_shadow_width
(
&
theme
->
styles
.
btn
,
LV_DPX
(
3
)
)
;
lv_theme_default.c:301
lv_style_set_shadow_offset_y
(
&
theme
->
styles
.
btn
,
LV_DPX_CALC
(
theme
->
disp_dpi
,
LV_DPX
(
4
)
)
)
;
lv_theme_default.c:303
lv_style_set_line_width
(
&
theme
->
styles
.
scale
,
LV_DPX
(
2
)
)
;
lv_theme_default.c:629
lv_style_set_arc_width
(
&
theme
->
styles
.
scale
,
LV_DPX
(
2
)
)
;
lv_theme_default.c:631
lv_style_set_length
(
&
theme
->
styles
.
scale
,
LV_DPX
(
6
)
)
;
lv_theme_default.c:632
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