lv_theme_mono.h
Functions
-
lv_theme_t *lv_theme_mono_init(lv_display_t *disp, bool dark_bg, const lv_font_t *font)
Initialize the theme
- 参数:
disp -- pointer to display
dark_bg --
font -- pointer to a font to use.
- 返回:
a pointer to reference this theme later
-
bool lv_theme_mono_is_inited(void)
Check if the theme is initialized
- 返回:
true if default theme is initialized, false otherwise
-
void lv_theme_mono_deinit(void)
Deinitialize the mono theme