Replies: 1 comment 3 replies
-
This is likely due to lack of available RAM. Make the sprite smaller or use a processor board with PSRAM. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
I am using this library with a GC9A01 display. I am using the following pin configuration with an ESP32 WROOM model,
When i have
initWiFi();
commented out, this works fine. However when I try to connect to WiFi (which works in a different script), the display stops working. I can set the background colour etc in the setup function but the loop does not seem to work or update the display. Heres the script,Beta Was this translation helpful? Give feedback.
All reactions