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
- Parameters:
disp – pointer to display
dark_bg –
font – pointer to a font to use.
- Returns:
a pointer to reference this theme later
-
bool lv_theme_mono_is_inited(void)¶
Check if the theme is initialized
- Returns:
true if default theme is initialized, false otherwise
-
lv_theme_t *lv_theme_mono_get(void)¶
Get mono theme
- Returns:
a pointer to mono theme, or NULL if this is not initialized
-
void lv_theme_mono_deinit(void)¶
Deinitialize the mono theme