From 63be4a3dd16fad4ea0cd65be77b122f856fd0865 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Mon, 1 Oct 2018 19:44:20 -0400 Subject: [PATCH 1/2] Added mono themes source file to theme submakefile --- lv_themes/lv_themes.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lv_themes/lv_themes.mk b/lv_themes/lv_themes.mk index 7e3b2a29c..4b8c55a3e 100644 --- a/lv_themes/lv_themes.mk +++ b/lv_themes/lv_themes.mk @@ -5,6 +5,7 @@ CSRCS += lv_theme_night.c CSRCS += lv_theme_templ.c CSRCS += lv_theme_zen.c CSRCS += lv_theme_material.c +CSRCS += lv_theme_mono.c DEPPATH += --dep-path lvgl/lv_themes From 0a6151ade94188cc0fe38b6573311ea8fc1c9024 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Mon, 8 Oct 2018 09:40:55 -0400 Subject: [PATCH 2/2] added monospace to fonts makefile --- lv_fonts/lv_fonts.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lv_fonts/lv_fonts.mk b/lv_fonts/lv_fonts.mk index 8c9cde836..b811018a1 100644 --- a/lv_fonts/lv_fonts.mk +++ b/lv_fonts/lv_fonts.mk @@ -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