lvgl / lv_img_conv

Image converter for LVGL, written in JS
https://lvgl.github.io/lv_img_conv/
Other
94 stars 42 forks source link

Allow simple include of lvgl.h header #6

Closed higaski closed 3 years ago

higaski commented 3 years ago

Allow users to use the simple include of lvgl.h in case LV_LVGL_H_INCLUDE_SIMPLE is defined. lv_font_conv already does this here.

embeddedt commented 3 years ago

Thanks.