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

void lv_theme_mono_deinit(void)

Deinitialize the mono theme