lv_theme_basic.h
Functions
-
lv_theme_t *lv_theme_basic_init(lv_display_t *disp)
Initialize the theme
- Parameters:
disp -- pointer to display to attach the theme
- Returns:
a pointer to reference this theme later
-
bool lv_theme_basic_is_inited(void)
Check if the theme is initialized
- Returns:
true if default theme is initialized, false otherwise
-
void lv_theme_basic_deinit(void)
Deinitialize the basic theme