Lab_interaccio/2022/pov-globe-esp32/lib/JPEGDecoder-master/library.json
2025-02-25 21:29:42 +01:00

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"]
}