diff options
| author | JF <jf@codingfield.com> | 2020-03-01 20:15:39 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-03-01 20:15:39 (GMT) |
| commit | dccef161805171a9271ab3ebe50d0cc261c53a65 (patch) | |
| tree | 337b4e6c4f30c9cc0ab40229e48ef6803ba71217 /src/CMakeLists.txt | |
| parent | 6f1857c50397aa26d1b16ded6bbb4e6952f3762e (diff) | |
Remove default lvgl font (roboto).
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 86ef886..c93feb3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -119,7 +119,7 @@ set(LVGL_SRC libs/lvgl/src/lv_font/lv_font.h libs/lvgl/src/lv_font/lv_font_fmt_txt.c libs/lvgl/src/lv_font/lv_font_fmt_txt.h - libs/lvgl/src/lv_font/lv_font_roboto_16.c +# libs/lvgl/src/lv_font/lv_font_roboto_16.c libs/lvgl/src/lv_font/lv_symbol_def.h libs/lvgl/src/lv_themes/lv_theme.c |
