XuNeo / luavgl

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

Use LVGL standard header files instead #30

Closed XuNeo closed 1 month ago

XuNeo commented 4 months ago

Introduce the problem

Avoid including string.h etc. directly since it may not be available.

Proposal

No response

jonsmirl commented 4 months ago

It would also be nice to use the standard '#include ' instead of '#include <lvgl/lvgl.h>', use the makefile to set the path.

XuNeo commented 1 month ago

Fixed in #43