1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Merge pull request #448 from BrianPugh/master

Add monospace font to makefile
This commit is contained in:
Gabor Kiss-Vamosi 2018-10-09 07:15:37 +02:00 committed by GitHub
commit a4b4ebaf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ CSRCS += lv_font_symbol_10.c
CSRCS += lv_font_symbol_20.c
CSRCS += lv_font_symbol_30.c
CSRCS += lv_font_symbol_40.c
CSRCS += lv_font_monospace_8.c
DEPPATH += --dep-path lvgl/lv_fonts
VPATH += :lvgl/lv_fonts