mirror of
https://github.com/Bodmer/TJpg_Decoder.git
synced 2025-05-17 07:35:53 +08:00
23 lines
543 B
JSON
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"
|
|
}
|