diff options
| author | kieranc <kieranc@gmail.com> | 2023-06-04 16:52:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-04 16:52:31 +0200 |
| commit | 94f41258d52102dc4863d964d43794b34f26cf41 (patch) | |
| tree | b4ca7ee44ea2531ca326487966c7a1b1c2b4ebe5 /src/libs/lv_conf.h | |
| parent | 394f58fbb246a3b54a409bf94d85aa7d63b88a2c (diff) | |
PineTimeStyle weather display (#1459)
Weather display for PineTimeStyle
Documentation : https://wiki.pine64.org/wiki/PineTimeStyle and https://wiki.pine64.org/wiki/Infinitime-Weather
Diffstat (limited to 'src/libs/lv_conf.h')
| -rw-r--r-- | src/libs/lv_conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index 795760ef..e96778ec 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -418,6 +418,7 @@ typedef void* lv_indev_drv_user_data_t; /*Type of user data in the in LV_FONT_DECLARE(jetbrains_mono_42) \ LV_FONT_DECLARE(jetbrains_mono_76) \ LV_FONT_DECLARE(open_sans_light) \ + LV_FONT_DECLARE(fontawesome_weathericons) \ LV_FONT_DECLARE(lv_font_sys_48) /* Enable it if you have fonts with a lot of characters. |
