i80_controller sample
lv_theme_t
is only used within i80_controller 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
i80_controller sample
lv_theme_t
lv_theme_t struct
DEFINES TYPEDEFS
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:114
typedef
struct
lv_theme_t
lv_theme_t
;
Implemented in
lv_theme_private.h:27
Fields
Field
Declared as
Description
lv_theme_t::apply_cb
lv_theme_apply_cb_t
lv_theme_t::parent
lv_theme_t
*
Apply the current theme's style on top of this theme.
lv_theme_t::user_data
void
*
lv_theme_t::disp
lv_display_t
*
lv_theme_t::color_primary
lv_color_t
lv_theme_t::color_secondary
lv_color_t
lv_theme_t::font_small
const
lv_font_t
*
lv_theme_t::font_normal
const
lv_font_t
*
lv_theme_t::font_large
const
lv_font_t
*
lv_theme_t::flags
uint32_t
Any custom flag used by the theme.
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