10000 Update LVGL · shankezh/lv_binding_micropython@e38f7d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e38f7d4

Browse files
committed
Update LVGL
Enable LV_USE_TINY_TTF
1 parent 2e775be commit e38f7d4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

lv_conf.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,13 @@
644644
#endif
645645
#endif
646646

647+
/* Built-in TTF decoder */
648+
#define LV_USE_TINY_TTF 1
649+
#if LV_USE_TINY_TTF
650+
/* Enable loading TTF data from files */
651+
#define LV_TINY_TTF_FILE_SUPPORT 1
652+
#endif
653+
647654
/*Rlottie library*/
648655
#ifdef MICROPY_RLOTTIE
649656
#define LV_USE_RLOTTIE 1

0 commit comments

Comments
 (0)
0