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

Interface to SP7789 based display #59

Open
MoskitoAndi opened this issue May 2, 2024 · 0 comments
Open

Interface to SP7789 based display #59

MoskitoAndi opened this issue May 2, 2024 · 0 comments

Comments

@MoskitoAndi
Copy link

MoskitoAndi commented May 2, 2024

To interface a ST7789 based display, as per Readme.md I had to do some changes.
In st7789.cpp I had to redefine the LCD_PIN definitions to
LCD_PIN_DC = GPIO_NUM_2;
LCD_PIN_BCKL = GPIO_NUM_15;
And I had to connect the RST pin of the display to the RST Pin on T-Beam.

That done, everything works a treat.
You might want to change those settings in the correspondig file though. or change the Readme.md
Thanks for Your awesome work!

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

No branches or pull requests

1 participant