lv_lib_freetype icon indicating copy to clipboard operation
lv_lib_freetype copied to clipboard

Interface to FreeType to generate font bitmaps run time

Results 2 lv_lib_freetype issues
Sort by recently updated
recently updated
newest added

你好,Lvgl8.3怎么用freetype显示汉字?我的操作如下: 1、freetype编译: ./configure CC=arm-linux-xxx-gcc --host=arm-linux --prefix=$PWD/library --with-zlib=no --with-png=no make make install 2、正确连接到应用代码中、把对应字库拷贝到正确路径 3、lv_example_freetype_1(); 汉字显示矩形框,报错打印如下:(试过freetype2.6.1和2.10.4,存在相同的问题;把7.x的lvgl_freetype.c拷贝到8.3中编译也存在相同的问题) [FTC_MruList_New 272] error=1. [FTC_Manager_LookupSize 208] error=1.

The "freeType" library tested in LVGL emulator is normal, can "LVGL + FreeType" add support for MCU?