font folder restructure and makefile fixes

This commit is contained in:
Gabor Kiss-Vamosi
2019-06-06 05:55:17 +02:00
parent 9139b58abc
commit 48e1efb6ef
22 changed files with 35 additions and 52 deletions

4
lvgl.h
View File

@@ -30,8 +30,8 @@ extern "C" {
#include "src/lv_themes/lv_theme.h"
#include "src/lv_misc/lv_font.h"
#include "src/lv_misc/lv_font_fmt/lv_font_fmt_txt.h"
#include "src/lv_font/lv_font.h"
#include "src/lv_font/lv_font_fmt_txt.h"
#include "src/lv_objx/lv_btn.h"
#include "src/lv_objx/lv_imgbtn.h"