Skip to content

Releases: adafruit/Adafruit_LvGL_Glue

2.1.6 - Improvements for ESP32-x platforms

12 Jun 22:22
53d2bec
Compare
Choose a tag to compare

What's Changed

  • Improvements for usage with ESP32-x by @brentru in #22

New Contributors

Full Changelog: 2.1.5...2.1.6

2.1.5 - Updated CI Actions versions

22 May 16:58
Compare
Choose a tag to compare
Update CI action versions

2.1.4 - Added fix to deal with library version syntax constraints

27 Feb 21:06
d7be8eb
Compare
Choose a tag to compare

Version sync for Arduino Lib Manager

24 Jan 17:34
acc9f6b
Compare
Choose a tag to compare
2.1.3

Bump version number again to try to get Arduino Lib Mgr to pick this up

Version sync for Arduino Lib Manager

20 Jan 18:02
5e8b536
Compare
Choose a tag to compare
2.1.1

Bump version # to appease Arduino Library Manager

LittlevGL 8 support

16 May 23:40
Compare
Choose a tag to compare

Version 2.1.0 eliminates the "widgets" examples -- only the simple "hello" examples are provided now. LittlevGL development moves faster than we have resources to continually update our examples. You'll fare better starting with one of the official LittlevGL examples, bringing in just the display and input initialization from one of our "hello" examples.

Add SD card subclass for loading images

18 Aug 21:54
185b5fe
Compare
Choose a tag to compare

See hello_featherwing_sd example.

Reduce RAM use on some boards, add FunHouse examples

06 May 02:32
Compare
Choose a tag to compare

Extra space for double-buffered refreshes is now allocated only when USE_SPI_DMA is enabled in Adafruit_GFX — that’s mostly SAMD51 and a few others.

Bug fixes for logging & compiler warning

09 Apr 18:10
Compare
Choose a tag to compare
2.0.1

library.properties version increment for recent PRs

2.0 overhaul for LittlevGL 7.11 compatibility

30 Mar 17:48
5b69c8d
Compare
Choose a tag to compare

This is a breaking change to bring this code up to date with LittlevGL. Their lv_arduino library is now deprecated in favor of lvgl. See "hello_changes.ino" example for summary of changes and how to work with LittlevGL going forward. Use on M0 (SAMD21) devices is discouraged on all but the simplest projects.