XuNeo / luavgl

lua + lvgl = luavgl An optimized lvgl Lua binding
MIT License
57 stars 13 forks source link

fix(font): avoid using varaible length array #29

Closed XuNeo closed 4 months ago

XuNeo commented 4 months ago

Fix #9

Use max 16byte for named weight string instead of variable lenght array.