lvgl / lv_lib_freetype

Interface to FreeType to generate font bitmaps run time
https://lvgl.io
MIT License
55 stars 19 forks source link

add image chache #11

Closed guoweilkd closed 3 years ago

guoweilkd commented 3 years ago

sbit cache is much more memory efficient for small bitmaps(font size < 256) ,but if font size >= 256, must be configured as image cache. reference link

kisvegabor commented 3 years ago

Thank you!