* 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>
17 lines
332 B
JSON
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" ]
|
|
}
|
|
} |