rename a lot of functions in lv_misc
This commit is contained in:
@@ -35,7 +35,7 @@ extern "C" {
|
||||
* @param font pointer to a font (NULL to use the default)
|
||||
* @return pointer to the initialized theme
|
||||
*/
|
||||
lv_theme_t * lv_theme_alien_init(uint16_t hue, font_t *font);
|
||||
lv_theme_t * lv_theme_alien_init(uint16_t hue, lv_font_t *font);
|
||||
/**
|
||||
* Get a pointer to the theme
|
||||
* @return pointer to the theme
|
||||
|
||||
Reference in New Issue
Block a user