Tasmota/lib/libesp32_lvgl/Adafruit_LvGL_Glue
Stephan Hadinger bd60b9b602 Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
..
examples Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
Adafruit_LvGL_Glue.cpp Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
Adafruit_LvGL_Glue.h Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
Doxyfile Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
README.md Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
code-of-conduct.md Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
library.properties Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00
license.txt Add LVGL 7.11 support with Berry binding (ESP32 only) 2021-04-19 08:40:11 +02:00

README.md

Adafruit LvGL Glue Build Status

This Arduino library provides a layer between LittlevGL (a UI library for embedded systems) and most of Adafruit's color TFT displays (anything that's a subclass of SPITFT).

Examples show basic use on PyPortal, FeatherWing, CLUE and TFT Gizmo. Use these as a starting point, see LittlevGL documentation at docs.littlevgl.com for a thorough explanation of capabilities and use.

Dependencies

Compatibility

Version 2.0.0 is a breaking change, mostly due to significant structural changes in the LittlevGL library for Arduino. If you were previously using an earlier version of this library and/or LittlevGL, both will need updating, and you should skim the examples and read through the hello_changes example specifically.

Use on M0 (SAMD21) boards isn't recommended anymore, as LittlevGL has grown. Simple programs might still work, but it's better to move up to a device with more RAM -- M4 (SAMD51), nRF52 and ESP32 are currently supported.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Documentation and doxygen

Documentation is produced by doxygen. Contributions should include documentation for any new code added.

Some examples of how to use doxygen can be found in these guide pages:

https://learn.adafruit.com/the-well-automated-arduino-library/doxygen

https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips

Written by Phil Burgess aka Paint Your Dragon for Adafruit Industries. BSD license, check license.txt for more information All text above must be included in any redistribution

To install, use the Arduino Library Manager and search for "Adafruit LvGL Glue Library" and install the library.