Skip to content

Commit

Permalink
Enable TinyTTF
Browse files Browse the repository at this point in the history
  • Loading branch information
PGNetHun committed Jan 2, 2024
1 parent bad40e6 commit bf1872f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -689,10 +689,12 @@ extern void mp_lv_init_gc();
#endif

/* Built-in TTF decoder */
#define LV_USE_TINY_TTF 0
#ifndef LV_USE_TINY_TTF
#define LV_USE_TINY_TTF 1
#endif
#if LV_USE_TINY_TTF
/* Enable loading TTF data from files */
#define LV_TINY_TTF_FILE_SUPPORT 0
#define LV_TINY_TTF_FILE_SUPPORT 1
#endif

/*Rlottie library*/
Expand Down

0 comments on commit bf1872f

Please sign in to comment.