We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi my display stays blank when using the Pro Mega 2500 and Adafruit GFX 1.10.0
Any recommendations as to how to debug? Maybe some DEFINE I can set for debug messages?
The text was updated successfully, but these errors were encountered:
Hi and thank you for using my lib.
first double check the wiring, also note that only hardware SPI is supported, and the display's chip select "CS" pin must be connected to PORTB on AVR
from readme:
lib is tested with old Adafruit GFX 1.1.5, may work up to 1.2.2, newer versions are not tested
..in other words, i dont like the new versions of GFX as it breaks most of stuff i have done over the years and its code became mess..
i will help you to make it work can you post photo or describe wiring? something like pin 8 -> display cs
pin 8 -> display cs
Sorry, something went wrong.
No branches or pull requests
Hi my display stays blank when using the Pro Mega 2500 and Adafruit GFX 1.10.0
Any recommendations as to how to debug? Maybe some DEFINE I can set for debug messages?
The text was updated successfully, but these errors were encountered: