Skip to content

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