minor renames for Micropython binding

This commit is contained in:
Gabor Kiss-Vamosi
2020-04-17 13:34:27 +02:00
parent db154bd820
commit 5007e52fb6
11 changed files with 67 additions and 61 deletions

View File

@@ -527,7 +527,7 @@ lv_theme_t * lv_theme_mono_init(lv_color_t color_primary, lv_color_t color_secon
table_init();
win_init();
theme.apply_cb = lv_theme_mono_apply;
theme.apply_xcb = lv_theme_mono_apply;
return &theme;
}