Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to Adafruit_LvGL_Glue #39

Open
viniciusmiguel opened this issue Mar 12, 2021 · 2 comments · May be fixed by #41
Open

Add support to Adafruit_LvGL_Glue #39

viniciusmiguel opened this issue Mar 12, 2021 · 2 comments · May be fixed by #41

Comments

@viniciusmiguel
Copy link

This library does not inherit Adafruit_SPITFT so it cannot be used with LvGL Glue.
Please update the library for compatibility with Adafruit_LvGL_Glue.

@ladyada
Copy link
Member

ladyada commented Mar 12, 2021

hi we have no plans to do so, if someone submits a PR we'd check it out. the two graphics systems are not very similar - it may not be an easy merge!

@makermelissa
Copy link
Contributor

I've gotten Little VGL running on an RA8875 a couple of years ago (before Adafruit_LvGL_Glue existed) and even with some drawing optimizations I implemented, it was a relatively slow drawing experience because the RA8875 is designed to make special use of hardware accelerated drawing functions rather than pixel by pixel drawing. I ended up going with the smaller ILI9341 displays and it was a much better experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants