diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:34:27 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:34:27 (GMT) |
| commit | 9ce1d4ef0bb444f67b0fab505e57e1b4e714ddf0 (patch) | |
| tree | 7c10745075c32e10da41eb30c119ed44232c432c /src/displayapp/LittleVgl.cpp | |
| parent | a54a8c1d53e5b6013fde067a35e9fe4ea1201995 (diff) | |
| parent | 272e8d5daf22bd15fbdf6163b71b2ee7994e225a (diff) | |
Use neofont instead of other bitmap fonts: size reduced to 237416
Diffstat (limited to 'src/displayapp/LittleVgl.cpp')
| -rw-r--r-- | src/displayapp/LittleVgl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/LittleVgl.cpp b/src/displayapp/LittleVgl.cpp index e7b58c1..7ab7e29 100644 --- a/src/displayapp/LittleVgl.cpp +++ b/src/displayapp/LittleVgl.cpp @@ -186,7 +186,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_COLOR_WHITE, LV_COLOR_SILVER, 0, &neofont2, &neofont2, &neofont2, &neofont2); lv_theme_set_act(th); } |
