Add unscii to lv_font.mk

This commit is contained in:
Themba Dube
2019-07-05 14:33:00 -04:00
parent 03f18260a9
commit 8e9764532d

View File

@@ -4,6 +4,7 @@ CSRCS += lv_font_roboto_12.c
CSRCS += lv_font_roboto_16.c
CSRCS += lv_font_roboto_22.c
CSRCS += lv_font_roboto_28.c
CSRCS += lv_font_unscii_8.c
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/src/lv_font
VPATH += :$(LVGL_DIR)/lvgl/src/lv_font