luavgl icon indicating copy to clipboard operation
luavgl copied to clipboard

Use LVGL standard header files instead

Open XuNeo opened this issue 1 year ago • 1 comments

Introduce the problem

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

Proposal

No response

XuNeo avatar Mar 06 '24 11:03 XuNeo

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.

jonsmirl avatar Mar 06 '24 18:03 jonsmirl

Fixed in #43

XuNeo avatar May 26 '24 10:05 XuNeo