luavgl
luavgl copied to clipboard
Use LVGL standard header files instead
Introduce the problem
Avoid including string.h etc. directly since it may not be available.
Proposal
No response
It would also be nice to use the standard '#include <lvgl.h>' instead of '#include <lvgl/lvgl.h>', use the makefile to set the path.
Fixed in #43