Files
TJpg_Decoder/library.json
2023-11-08 02:31:50 +00:00

23 lines
543 B
JSON

{
"name": "TJpg_Decoder",
"version": "1.1.0",
"keywords": "jpeg, jpg, tft, display, RP2040, STM32, ESP8266, ESP32",
"description": "A JPEG decoder library based on Tiny JPEG Decompressor",
"repository":
{
"type": "git",
"url": "https://github.com/Bodmer/TJpg_Decoder"
},
"authors":
[
{
"name": "Bodmer",
"email": "bodmer@anola.net",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "raspberrypi, espressif8266, espressif32, ststm32",
"headers": "TJpg_Decoder.h"
}