Some changes to support binary fonts without the kernel table.

This commit is contained in:
Fabio Guerra
2020-08-07 10:56:37 -03:00
parent 004adac31d
commit c4e7254aed
3 changed files with 49 additions and 29 deletions

1
lvgl.h
View File

@@ -31,6 +31,7 @@ extern "C" {
#include "src/lv_themes/lv_theme.h"
#include "src/lv_font/lv_font.h"
#include "src/lv_font/lv_font_loader.h"
#include "src/lv_font/lv_font_fmt_txt.h"
#include "src/lv_misc/lv_printf.h"