diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-06-11 01:06:24 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-11 01:06:24 (GMT) |
| commit | 70bb16eaed1db2933ac21f523cda8cce1da16b3e (patch) | |
| tree | 9a1fb061efc84a19692b05ba12e07d329c25cf6a /src/libs | |
| parent | b6a36b7a67bcda6956edd56d01001ec51ab26bca (diff) | |
| parent | d61633a8ca0476c4381c4e72c2eb8d3d142b45d3 (diff) | |
Merge tag 'edge-0.2.0' into edge
Diffstat (limited to 'src/libs')
| -rw-r--r-- | src/libs/lv_conf.h | 2 |
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) \ |
