summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-06-04 22:25:47 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-06-11 01:00:20 (GMT)
commitd61633a8ca0476c4381c4e72c2eb8d3d142b45d3 (patch)
tree144789f897d5871f13a6dc413adbe466b78a8f4e /src/libs/lv_conf.h
parent16882a1f9e8e82873ec14d631db96010f817149d (diff)
Make neofont0mono available.
Reduce memfrag visor to 3x4 characters test allocations with 8-byte granularity, try to test pvPort(Malloc|Free) Improve display by displaying 8-byte words, try to improve pvPortMalloc fragmentation detection Display memory fragmentation stats at the beginning and update when screen is touched. Align fragmentation stats display to right.
Diffstat (limited to 'src/libs/lv_conf.h')
-rw-r--r--src/libs/lv_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index ff38aec..9f6a995 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -413,7 +413,7 @@ typedef void* lv_indev_drv_user_data_t; /*Type of user data in the in
* LV_FONT_DECLARE(my_font_2)
*/
-#define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(neofont0) \
+#define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(neofont0mono) \
LV_FONT_DECLARE(neofont1) \
LV_FONT_DECLARE(neofont15) \
LV_FONT_DECLARE(neofont15mono) \