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

Add cli argument for custom LVGL include path #23

Open connetech opened 2 years ago

connetech commented 2 years ago

Added cli argument to allow use of custom include path, in keeping with lvgl/lv_font_conv cli options.

Usage (Windows) :

ts-node cli.ts ../test/test.png -f -c CF_TRUE_COLOR_ALPHA --lv-include ..\lvgl\lvgl.h

Tested :