XuNeo / luavgl

lua + lvgl = luavgl An optimized lvgl Lua binding
MIT License
70 stars 14 forks source link

constants: fix compiler error when widgets are disabled #26

Closed XuNeo closed 9 months ago

XuNeo commented 9 months ago

Image and Label widgets are essential to lvgl, thus cannot be disabled for now. Other supported widgets can now be disabled separately.

Fix #25