release
This commit is contained in:
22
lib/TJpg_Decoder/library.json
Normal file
22
lib/TJpg_Decoder/library.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user