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

Fork working with 0x7783 LCD devices #32

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

AlfredoCubitos
Copy link

Only added the hardware specific values from the SWIFT driver by Smoke And Wires

@@ -268,6 +359,18 @@ void Adafruit_TFTLCD::begin(uint16_t id) {
}
setRotation(rotation);
setAddrWindow(0, 0, TFTWIDTH-1, TFTHEIGHT-1);
} else if (id = 0x7783 ){ //new for SWITCH Display
Copy link

@AndreyArduino AndreyArduino Oct 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in line 362 - else if (id == 0x7783 ) you must specify two equal signs

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uuh, of course.
Done.

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 this pull request may close these issues.

2 participants