Skip to content

Releases: Bodmer/JPEGDecoder

Update for latest ESP8266 board package

24 Sep 20:12
Compare
Choose a tag to compare
Update for ESP8266 and latest Arduino board support package

ESP8266 board support package 2.3.0 or later required

PlatformIO compatible tag

11 Oct 01:29
c0fad79
Compare
Choose a tag to compare
V1.8.1

Update library.json

Update for ESP8266

16 Feb 14:07
77d8a5d
Compare
Choose a tag to compare
1.8.1

Update README.md

Updated Adafruit_GFX examples

09 Feb 01:09
Compare
Choose a tag to compare
1.8.0

Update for Adafruit_GFX setAddrWindow() parameter change

Now works with ESP32 and SD library

12 Feb 23:49
3a59142
Compare
Choose a tag to compare

Now works with ESP32 and SD library

Fixed 8x8 MCU rendering bug

05 May 00:46
Compare
Choose a tag to compare
Correct 8x8 MCU bug

OK, got the bug nailed this time!

Added SD support for other processor architectures

10 Feb 17:28
Compare
Choose a tag to compare

Supports M0 Pro, Zero and STM32 boards.

JPEGDEcoder library with new examples

04 Feb 21:54
Compare
Choose a tag to compare

Added new examples compatible with TFT, UTFT, Adafruit_GFX and ILI9341_due libraries

First release

24 Jan 01:50
Compare
Choose a tag to compare

This is the first release of the Arduino JPEGDecoder library.

The library has been tested with a variety TFT displays in the past 12 months by a number of users.

Test boards include Arduino Mega, Arduino Due and the NodeMCU 1.0

Displays tested include HX8357 variants and ILI9341.

Any graphics library can be used with the library providing it supports setting an address window on the display and the ability to push colors to the display. See examples provided.