mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 20:06:03 +08:00
22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"name":"lv_arduino",
|
|
"description":"Full-featured Graphics Library for embedded systems",
|
|
"keywords":"display,gui",
|
|
"authors":
|
|
{
|
|
"name": "Gabor Kiss-Vamosi",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/littlevgl/arduino"
|
|
},
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"build": {
|
|
"libCompatMode": "strict"
|
|
}
|
|
}
|