bba81c8976
Update for ESP8266 and latest Arduino board support package
...
ESP8266 board support package 2.3.0 or later required
2.0.0
2023-09-24 21:09:12 +01:00
c0fad79035
Update library.json
V1.8.1
2022-10-11 02:28:51 +01:00
49169d627c
Update README.md
2022-03-22 02:15:59 +00:00
77d8a5d3b9
Update README.md
1.8.1
2021-01-12 19:51:50 +00:00
62bdd92dfe
Update README.md
2021-01-12 19:50:21 +00:00
52dc725503
Update ESP8266 example
...
Example now uses TFT_eSPI library
2020-10-31 00:28:14 +00:00
8940e334cc
Fix #45 , update ReadMe, raise version
2019-11-08 17:59:43 +00:00
d021997d2a
Update for #46 and remove unused min()
...
See #46
2019-11-08 17:40:22 +00:00
fc12dfe37e
Add link to new library
2019-10-21 23:21:01 +01:00
df9f561b3d
Add setup over-ride for PlatformIO
2019-03-04 01:22:52 +00:00
6a0912ba05
Update for Adafruit_GFX setAddrWindow() parameter change
1.8.0
2019-02-09 00:52:54 +00:00
3445d2f8f3
Create license.txt
2019-01-21 20:05:51 +00:00
35ea1e036d
Clear parameters and return 0 for failed decode - issue #28
2018-11-15 01:08:32 +00:00
c8de90be87
Add note about progressive format - issue #28
...
The picojpeg decoder used in the library cannot handle progressive format jpeg files.
2018-11-14 23:38:01 +00:00
6a791c5460
Raise version
2018-06-09 17:55:55 +01:00
3172736d40
Fix #24 and associated latent bugs
...
"new" will not return a null but throws an exeption if memory cannot be
allocated. "new" created an array so should use delete[] to recover the
memory.
2018-06-09 17:50:50 +01:00
628752b7b9
Add notes about Mega failing to decode some images
...
Mega seems to fail on some images whereas other processors decode the same image without problems.
2018-06-06 01:13:57 +01:00
834c570946
Add compatibility for ESP32 with SD library
2018-05-01 13:34:36 +01:00
3a59142837
Now works with ESP32 and SD library
1.7.8
2018-02-12 23:47:40 +00:00
c7a2069e70
Now works with ESP32 and SD library
2018-02-12 23:47:08 +00:00
06bbdb4879
ESP32 now supported by SD library
2018-02-12 21:40:58 +00:00
aede874dca
Support SPIFFS in ESP32 and add example
2018-01-23 19:29:29 +00:00
4164a392bd
Correct 8x8 MCU bug
...
OK, got the bug nailed this time!
1.7.7
2017-05-05 01:37:59 +01:00
6d59298f5a
Correct 8x8 MCU bug
...
This seems to fix there 8x8 MCU block rendering error.
2017-05-05 00:45:18 +01:00
467cefa4d7
Avoid errors when SdFat used
...
Allow #define LOAD_SD_LIBRARY to be commented out when using SdFat
2017-04-05 21:46:08 +01:00
4f1afdc391
Correction for Issue #8
...
Deleted reference to arduino.h
2017-03-09 09:26:23 +00:00
aa55ce8872
Support loading of SD for other architectures
...
Plus improved explanatory comments
1.7.4
2017-02-10 17:26:28 +00:00
55d3b7638e
EOL conversion
2017-02-08 04:11:30 +00:00
e2ed4e2629
Add missing images
2017-02-05 03:44:58 +00:00
961a9a7782
Add MCUFRIEND_kbv example
2017-02-05 01:49:35 +00:00
068d39ac82
Update version number
1.7.3
2017-02-04 21:00:03 +00:00
f01cba3544
Add new examples
2017-02-04 21:00:03 +00:00
4b3c960d4a
Merge pull request #6 from ivankravets/patch-1
...
Fix manifest
2017-02-01 01:30:18 +00:00
98722cb1db
Fix manifest
2017-01-26 17:59:31 +02:00
d36a45958a
Correct #ifdef and #endif formatting
2017-01-24 23:13:50 +00:00
1388024987
Correct typo
2017-01-24 22:20:25 +00:00
475e68e224
No code changes, just convert indents to all tabs
2017-01-24 21:32:50 +00:00
c11bcffcda
Update version
2017-01-24 14:05:08 +00:00
4cca52be01
Finalise examples menu structure
2017-01-24 13:49:21 +00:00
283d362073
Update library to be Arduino structure compliant
1.7.1
2017-01-24 01:35:58 +00:00
fba3f569c5
Add missing tag
2017-01-24 01:26:44 +00:00
ab80285caa
Add Due compatibility with SdFat
2017-01-23 22:12:44 +00:00
a21e67a304
Update Mega and Due examples
2017-01-23 22:06:40 +00:00
48db0cc084
Update examples to handle odd size images
...
Cater for images that are not an integral number of mcu blocks wide and
high
2017-01-23 20:49:36 +00:00
d1c767bba8
Add support for ESP32
2017-01-23 20:48:16 +00:00
36ccdd1293
Fix bug in greyscale images
2017-01-23 20:47:27 +00:00
71c05f7d11
Put back missing lines in greyscale image handler
2017-01-23 02:20:12 +00:00
87be65fa9e
Add new readSwappedBytes() function
2017-01-23 02:09:03 +00:00
cbd6b20b7d
Update compatible architectures
2017-01-23 00:34:05 +00:00
50e0df40ee
Add properties and json file
2017-01-23 00:02:07 +00:00