Fix build after InfiniTime change
Update InfiniTime
This commit is contained in:

committed by
NeroBurner

parent
df7f4bd813
commit
1aaf2c3890
Submodule InfiniTime updated: a7f8b59bfb...4b2a61ea4a
@@ -287,13 +287,7 @@ bool LittleVgl::GetTouchPadInfo(lv_indev_data_t* ptr) {
|
|||||||
|
|
||||||
void LittleVgl::InitTheme() {
|
void LittleVgl::InitTheme() {
|
||||||
|
|
||||||
lv_theme_t* th = lv_pinetime_theme_init(LV_COLOR_WHITE,
|
lv_theme_t* th = lv_pinetime_theme_init();
|
||||||
LV_COLOR_SILVER,
|
|
||||||
0,
|
|
||||||
&jetbrains_mono_bold_20,
|
|
||||||
&jetbrains_mono_bold_20,
|
|
||||||
&jetbrains_mono_bold_20,
|
|
||||||
&jetbrains_mono_bold_20);
|
|
||||||
|
|
||||||
lv_theme_set_act(th);
|
lv_theme_set_act(th);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user