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

Missing Glyphs #14

Closed BrianPugh closed 5 years ago

BrianPugh commented 5 years ago

This PR makes the bdf converter fill in the glyph descriptor table with dummy glyphs if the provided bdf file isn't continuous. Previously if there was a missing glyph, the printed character in lvgl would have been incorrect due to missing entrys in the description array.

There are also some cosmetic improvements in the output file.

Ready to merge.

kisvegabor commented 5 years ago

Merged, thanks! :+1: