30 lines
641 B
JSON
30 lines
641 B
JSON
|
{
|
||
|
"name": "JPEGDecoder",
|
||
|
"version": "1.7.8",
|
||
|
"keywords": "jpeg, jpg, decoder, TFT",
|
||
|
"description": "A JPEG decoder library, tested on Mega, Due and ESP8266",
|
||
|
"repository":
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Bodmer/JPEGDecoder.git"
|
||
|
},
|
||
|
"authors":
|
||
|
[
|
||
|
{
|
||
|
"name": "Bodmer",
|
||
|
"email": "bodmer@anola.net",
|
||
|
"maintainer": true
|
||
|
},
|
||
|
{
|
||
|
"name": "Makoto Kurauchi",
|
||
|
"url": "http://yushakobo.jp"
|
||
|
},
|
||
|
{
|
||
|
"name": "Rich Geldreich",
|
||
|
"email": "richgel99@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": ["atmelavr","atmelsam","espressif8266"]
|
||
|
}
|