summaryrefslogtreecommitdiff
path: root/src/displayapp/LittleVgl.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-27 08:32:36 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-27 08:32:36 (GMT)
commitea4e6d8ad74ea982ad29c047c86bdac95a4ca539 (patch)
tree6bb1cc86276aef2d4f6f8a23727cc23e8bb4e7e0 /src/displayapp/LittleVgl.cpp
parentebb2632e35506bd891eb7f28ff2adf19624ca75c (diff)
Set smaller font and show battery percentage in watchface
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 7ab7e29..9dc4e2a 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, &neofont2, &neofont2, &neofont2, &neofont2);
+ LV_COLOR_WHITE, LV_COLOR_SILVER, 0, &neofont1, &neofont1, &neofont1, &neofont1);
lv_theme_set_act(th);
}