diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:12:55 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:12:55 (GMT) |
| commit | 272e8d5daf22bd15fbdf6163b71b2ee7994e225a (patch) | |
| tree | 7c10745075c32e10da41eb30c119ed44232c432c /src/displayapp/fonts/neofont.h | |
| parent | ea10b77f10f494a466fa79fa7990109772eed949 (diff) | |
Continue neofont support
Diffstat (limited to 'src/displayapp/fonts/neofont.h')
| -rw-r--r-- | src/displayapp/fonts/neofont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/neofont.h b/src/displayapp/fonts/neofont.h index 0bb0e3c..94d9e59 100644 --- a/src/displayapp/fonts/neofont.h +++ b/src/displayapp/fonts/neofont.h @@ -10,7 +10,7 @@ extern "C" { extern const lv_font_t neofont0; extern const lv_font_t neofont1; -extern const lv_font_t neofont2; +// extern const lv_font_t neofont2; extern const lv_font_t neofont3; #ifdef __cplusplus |
