XuNeo / luavgl

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

constants: fix compiler error when widgets are disabled #26

Closed XuNeo closed 4 months ago

XuNeo commented 4 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