Tasmota/lib/libesp32_lvgl/Adafruit_LvGL_Glue-shadinger
Stephan Hadinger 9ee8d6a6af LVGL TS fix (again) 2022-01-28 22:59:23 +01:00
..
Adafruit_LvGL_Glue.cpp LVGL prepare for Touch Screen calibration 2022-01-10 13:48:40 +01:00
Adafruit_LvGL_Glue.h LVGL updated to v8.0.2 **breaking changes** 2021-10-02 09:33:59 +02:00
README.md lvgl initial dma support 2021-04-26 10:20:14 +02:00
code-of-conduct.md lvgl initial dma support 2021-04-26 10:20:14 +02:00
library.properties lvgl initial dma support 2021-04-26 10:20:14 +02:00
license.txt lvgl initial dma support 2021-04-26 10:20:14 +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.