Skip to content

Releases: SolderedElectronics/Inkplate-Arduino-library

Inkplate Library 10.2.2!

13 Aug 07:39
Compare
Choose a tag to compare

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!

12 Jun 13:50
Compare
Choose a tag to compare

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!

20 May 05:49
Compare
Choose a tag to compare

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

25 Sep 06:37
Compare
Choose a tag to compare
  • 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

22 Aug 08:14
Compare
Choose a tag to compare

Removed debug code from the factory programming example,

Added Inkplate 6FLICK

21 May 07:15
Compare
Choose a tag to compare
  • Added code for Inkplate 6FLICK
  • Added examples for Inkpltate 6FLICK

Inkplate 5 V2 examples, Inkplate 4 Tempera fixes

06 May 12:36
8e341dc
Compare
Choose a tag to compare
  • Added examples for Inkplate 5 V2
  • Inkplate 4 TEMPERA; Fixed Buzzer & Frontlight issues, fixed factory programming issues.

Added Inkplate5V2 core support

01 Mar 09:30
ae05087
Compare
Choose a tag to compare
  • 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

03 Nov 11:32
cbb736f
Compare
Choose a tag to compare

Added patch for Inkplate 6COLOR (reset while initializing Inkplate library on Deep Sleep wakeup).

Added Soldered Inkplate6 PLUS USB Only, driver for the Inkplate4TEMPERA

13 Oct 07:03
6b931e0
Compare
Choose a tag to compare
  • 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