summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/neofont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/fonts/neofont.h')
-rw-r--r--src/displayapp/fonts/neofont.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/displayapp/fonts/neofont.h b/src/displayapp/fonts/neofont.h
new file mode 100644
index 0000000..0bb0e3c
--- /dev/null
+++ b/src/displayapp/fonts/neofont.h
@@ -0,0 +1,19 @@
+#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
+