Files
awtrix-light/lib/TJpg_Decoder/library.json
Stephan Mühl adb5102869 release
2023-03-22 12:15:18 +01:00

23 lines
565 B
JSON

{
"name": "TJpg_Decoder",
"version": "1.0.8",
"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"
}