Skip to content

Releases: SolderedElectronics/Inkplate-LVGL-Library

Inkplate LVGL Library v1.1.3

Choose a tag to compare

@JosipKuci JosipKuci released this 23 Jul 08:53
  • Fixes the 6FLICK touchscreen callback function where a single press would be registered twice, as described in #3
  • Fixes the TouchCypress driver issue where too many presses on the touchscreen would cause a buffer overflow

Full Changelog: v1.1.2...v1.1.3

Inkplate LVGL Library v1.1.2

Choose a tag to compare

@JosipKuci JosipKuci released this 08 Jul 07:44
  • Update BME688 library to use official Bosch Sensortech drivers, fixing the same issue apparent in the Adafruit GFX library
  • Small github action fixes for Arduino Library manager compatibility

Inkplate LVGL Library v1.1.1

Choose a tag to compare

@JosipKuci JosipKuci released this 11 May 11:33
29ced04
  • Returned to a single thread execution for stability
  • Added i2c, spi and display mutexes for easier multi thread application use

Full Changelog: v1.1.0...v1.1.1

Inkplate LVGL Library v1.1.0

Choose a tag to compare

@JosipKuci JosipKuci released this 31 Mar 14:34

A big overhaul of the LVGL implementation of the Inkplate LVGL Library is here!

  • Bumped the LVGL version to 9.5.0
  • Added support for Inkplate 4TEMPERA and the upcoming Inkplate 13SPECTRA
  • Added an lvgl_tick task which runs automatically and independently on Core1
  • Added dithering algorithm for grayscale models
  • Cleaner code with better documentation
  • Various Quality of Life improvements

Detailed docs page is coming soon! Refer to the examples for your board for more info for the time being.

Full Changelog: v1.0.0...v1.1.0

Inkplate LVGL Library v1.0.0🎉

Choose a tag to compare

@rsoric rsoric released this 20 Nov 12:38

The brand new, Long-Awaited Inkplate LVGL Library!

  • Implemented LVGL 9.4.0 along with callback functions for drawing to the screen (plug-and play LVGL usage, no configurations needed)
  • Added FS functionalities for easier file manipulation
  • Added framebuffer dithering when using LVGL in full render mode
  • Added Touchscreen callback functions for 6FLICK model
  • Retained all of the Inkplate functionalities from the Adafruit GFX version of the library
  • New and improved dither algorithm for colored displays (6COLOR and 2)
  • Added examples showcasing basic use cases as well as advanced functions such as drawing an image from a buffer and SD card
  • Rehaul of the original Inkplate library source code, cleaner code with object oriented principles

Detailed docs page is coming soon! Refer to the examples for your board for more info for the time being.