Tasmota/lib/libesp32_lvgl/LVGL_assets/library.json
s-hadinger e31998620f
LVGL add Led 7 seg font (#11916)
* LVGL add Led 7 seg font

* Moved fonts to a new LVGL_assets lib

* Forgot include

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-04-27 19:05:23 +02:00

17 lines
332 B
JSON

{
"name":"LVGL_assets",
"description":"Assets for LVGL on ESP32",
"keywords":"lvgl, display",
"authors":
{
"name": "xx",
"maintainer": true
},
"version": "7.0",
"license": "MIT License",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"flags": [ "-DLV_LVGL_H_INCLUDE_SIMPLE" ]
}
}