Replies: 2 comments
-
When 3.0.0 has been debugged and released I will see if any changes to the library are required. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same issue wtih 3.0.2 as well. Runs OK with 3.0.1, 3.0.3 and 3.0.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't speak to other combos, but I made the mistake of starting with 3.0.0-a instead of 2.0.14.
Really long story short, on 3.0.0-a , it will compile, won't run w/o USE_HSPI_PORT, but will only draw a black screen. If USE_HSPI_PORT isn't declared, then the code hangs in the init function.
Roll back to 2.0.14 if you're seeing this and banging your head against the wall.
This is also a working config for the ESP32C3 boards with the little round display attached on AliExpress that use the GC9A01 driver.
As an aside, LovyanGFX was working with 3.0.0-a and that's part of what took me so long to figure this out. Hope this helps someone else.
Beta Was this translation helpful? Give feedback.
All reactions