feat(tiny_ttf): ttf support (#3680)

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
honey the codewitch
2022-09-26 08:30:07 -07:00
committed by GitHub
parent 4c3bca9a7f
commit 57e0943b10
30 changed files with 31050 additions and 457 deletions

3
lvgl.h
View File

@@ -21,7 +21,6 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "src/misc/lv_log.h"
#include "src/misc/lv_timer.h"
#include "src/misc/lv_math.h"
@@ -94,7 +93,7 @@ extern "C" {
#include "src/libs/freetype/lv_freetype.h"
#include "src/libs/rlottie/lv_rlottie.h"
#include "src/libs/ffmpeg/lv_ffmpeg.h"
#include "src/libs/tiny_ttf/lv_tiny_ttf.h"
#include "src/layouts/flex/lv_flex.h"
#include "src/layouts/grid/lv_grid.h"