You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GREENTAB - initialisation GOOD, but image shifted.
Did you mean BLACKTAB? Because your corrected version of Adafruit_ST7735.cpp would cause BLACKTAB colors to be used. It would also cause the image to be shifted if it is the same display type as in #191 and #154.
#define BLUE 0x001F /* 0, 0, 255 */
tft.fillScreen(BLUE);
Why?
The text was updated successfully, but these errors were encountered: