lvgl / lv_utils

Convert images or system fonts to C arrays. Written for LVGL embedded GUI library
https://littlevgl.com
54 stars 38 forks source link

Show real font rendering in generated comments #3

Closed j123b567 closed 6 years ago

j123b567 commented 6 years ago

Comments in generated C file was always antialiassed which was confusing. Now, comments represent real font rendering and respect used bpp.

kisvegabor commented 6 years ago

Thank you for the improvement! I merged it!