i2c_oled sample
lv_theme_mono_init()
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_theme_mono_init()
lv_theme_mono_init() function
DEFINES TYPEDEFS GLOBAL PROTOTYPES Initialize the theme
Syntax
Show:
Summary
Declaration
Definition
from
lv_theme_mono.h:39
lv_theme_t
*
lv_theme_mono_init
(
lv_disp_t
*
disp
,
bool
dark_bg
,
const
lv_font_t
*
font
)
;
Implemented in
lv_theme_mono.c:172
Arguments
Argument
Description
disp
dark_bg
font
pointer to a font to use.
Return value
a pointer to reference this theme later
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