summaryrefslogtreecommitdiff
path: root/src/displayapp/LittleVgl.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-30 20:36:09 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-30 20:36:09 (GMT)
commite1cb4f64097a7d084f178f762546cecb5bd3c6be (patch)
tree5e6aad673049abbde3e9e06cf06b73a7e8803ade /src/displayapp/LittleVgl.cpp
parent2c75c4575c8e16da7a46ed75f952d20e703bd70f (diff)
only use neofont15
Diffstat (limited to 'src/displayapp/LittleVgl.cpp')
-rw-r--r--src/displayapp/LittleVgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/LittleVgl.cpp b/src/displayapp/LittleVgl.cpp
index 9dc4e2a..5e33d1e 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, &neofont1, &neofont1, &neofont1, &neofont1);
+ LV_COLOR_WHITE, LV_COLOR_SILVER, 0, &neofont15, &neofont15, &neofont15, &neofont15);
lv_theme_set_act(th);
}