summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/neofont.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-30 20:36:09 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-30 20:36:09 (GMT)
commite1cb4f64097a7d084f178f762546cecb5bd3c6be (patch)
tree5e6aad673049abbde3e9e06cf06b73a7e8803ade /src/displayapp/fonts/neofont.h
parent2c75c4575c8e16da7a46ed75f952d20e703bd70f (diff)
only use neofont15
Diffstat (limited to 'src/displayapp/fonts/neofont.h')
-rw-r--r--src/displayapp/fonts/neofont.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/displayapp/fonts/neofont.h b/src/displayapp/fonts/neofont.h
deleted file mode 100644
index b01a7af..0000000
--- a/src/displayapp/fonts/neofont.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifdef LV_LVGL_H_INCLUDE_SIMPLE
-#include "lvgl.h"
-#else
-#include "lvgl/lvgl.h"
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-// extern const lv_font_t neofont0;
-// extern const lv_font_t neofont1;
-// extern const lv_font_t neofont2;
-extern const lv_font_t neofont3;
-
-#ifdef __cplusplus
-}
-#endif
-