Releases: SolderedElectronics/Inkplate-Arduino-library
Inkplate Library 10.2.2!
New release of the Inkplate library!
In this release we added:
- Inkplate 6FLICK e-reader example
- Set VCOM example to easily configure VCOM for your Inkplate (use with caution - read the header comment for more info)
- Partial update examples have gotten an update as well
Full Changelog: 10.2.1...10.2.2
Inkplate library 10.2.1!
Hi! This is a quick update with some cool examples, for all Inkplates we now have:
- OpenAI text prompt (with a snarky weather report in text)
- OpenAI image generation (and show on Inkplate)
We really enjoyed these so we thought it's best to share them with you ASAP :)
Enjoy!
Inkplate Library 10.2.0!
A pretty big update for the Inkplate library!
We've added some great examples:
Image uploader example
Google Calendar example Fix
OpenMeteo station example
We've added a function for making a textBox, so you can print text inside a box simply. Also there are many under-the-hood improvements in the library!
This version of the library (10.2.0) was released mistakenly on the wrong commit, so this version is the one with the correct one.
Full Changelog: 10.1.0...10.2.0
Updated WiFi examples
- Added ConnectWiFi function to easily connect to WiFi and added this function to examples
- Updated README and image .h files with links to Soldered Image Converter
- Added a quick fix check if image buffer is empty before attempting to draw it based on this GitHub issue, thanks @michaelotto
- Updated lint with GitHub actions (along with other various small housekeeping improvements)
Fixed Inplate 5V2 example
Removed debug code from the factory programming example,
Added Inkplate 6FLICK
- Added code for Inkplate 6FLICK
- Added examples for Inkpltate 6FLICK
Inkplate 5 V2 examples, Inkplate 4 Tempera fixes
- Added examples for Inkplate 5 V2
- Inkplate 4 TEMPERA; Fixed Buzzer & Frontlight issues, fixed factory programming issues.
Added Inkplate5V2 core support
- Added Inkplate5V2 (with ED052TC4 e-paper display) core support inside the Inkplate library
- Fixed bug with Inkplate 6COLOR and deep sleep - Now Inkplate 6COLOR can use deep sleep without killing the 3V3 rail on power up after long sleep times
- Fixed Inkplate 6 deep sleep with a partial update - Missing DMA descriptor in partialUpdate() function was causing ESP32 to hang. Added I2S DMA descriptor fixed hang.
Community contributions:
- Better dithering on Inkplate 6COLOR - Thanks TheHans255 for the fix!
Patch for Inkplate 6COLOR
Added patch for Inkplate 6COLOR (reset while initializing Inkplate library on Deep Sleep wakeup).
Added Soldered Inkplate6 PLUS USB Only, driver for the Inkplate4TEMPERA
- Added new Soldered Inkplate6 PLUS USB only mode (only available on Soldered Inkplate6 PLUS USB Only version)
- Created a new driver for Inkplate4TEMPERA, but it's still a work in progress
- Written examples for Inkplate4TEMPERA
- Bug fixes and library improvements