Fix build after InfiniTime change
Update InfiniTime
This commit is contained in:
parent
df7f4bd813
commit
1aaf2c3890
|
@ -1 +1 @@
|
|||
Subproject commit a7f8b59bfb1641dea7f30a267c6bf7e882d9edbf
|
||||
Subproject commit 4b2a61ea4ac9e3faf8fac0c871c9c998e8d2dd59
|
|
@ -287,13 +287,7 @@ bool LittleVgl::GetTouchPadInfo(lv_indev_data_t* ptr) {
|
|||
|
||||
void LittleVgl::InitTheme() {
|
||||
|
||||
lv_theme_t* th = lv_pinetime_theme_init(LV_COLOR_WHITE,
|
||||
LV_COLOR_SILVER,
|
||||
0,
|
||||
&jetbrains_mono_bold_20,
|
||||
&jetbrains_mono_bold_20,
|
||||
&jetbrains_mono_bold_20,
|
||||
&jetbrains_mono_bold_20);
|
||||
lv_theme_t* th = lv_pinetime_theme_init();
|
||||
|
||||
lv_theme_set_act(th);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user