Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodmer committed Dec 24, 2019
2 parents 9a4426a + d53f4f2 commit 6594597
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "TJpg_Decoder",

"version": "0.0.3",
"keywords": "tft, ePaper, display, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486, ST7789, RM68140",

"keywords": "arduino, jpeg, jpg, decoder, tft, display, STM32, ESP8266, ESP32, M5Stack, ILI9341",

"description": "A JPEG decoder library based on Tiny JPEG Decompressor",
"repository":
{
Expand All @@ -17,5 +20,5 @@
}
],
"frameworks": "arduino",
"platforms": "espressif8266, espressif32", "atmelavr"
"platforms": "espressif8266, espressif32, atmelavr, stm32"
}

0 comments on commit 6594597

Please sign in to comment.