mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge pull request #357 from ErichStyger/dev-5.2
fixed name for lv_theme_get_night()
This commit is contained in:
commit
e9eeb767e4
@ -630,7 +630,7 @@ lv_theme_t * lv_theme_night_init(uint16_t hue, lv_font_t * font)
|
||||
* Get a pointer to the theme
|
||||
* @return pointer to the theme
|
||||
*/
|
||||
lv_theme_t * lv_theme_get_deafult(void)
|
||||
lv_theme_t * lv_theme_get_night(void)
|
||||
{
|
||||
return &theme;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user