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
I bought a v1.0 1.44inch module. Out of the box it has what looks like the example app listed in this repo.
The code has: ```Adafruit_ST7735 tft = Adafruit_ST7735(16, 17, 23, 5, 9); // CS,A0,SDA,SCK,RESET'''
...and looks like the pins that I should be using, but after writing to the chip I'm getting a blank screen.
I have a Serial.println("Ready..."); which is being executed, so the chip was programmed ok.
Am I missing something?
Thanks for your help in advance!
Sean
The text was updated successfully, but these errors were encountered:
I bought a v1.0 1.44inch module. Out of the box it has what looks like the example app listed in this repo.
The code has: ```Adafruit_ST7735 tft = Adafruit_ST7735(16, 17, 23, 5, 9); // CS,A0,SDA,SCK,RESET'''
...and looks like the pins that I should be using, but after writing to the chip I'm getting a blank screen.
I have a
Serial.println("Ready...");
which is being executed, so the chip was programmed ok.Am I missing something?
Thanks for your help in advance!
Sean
The text was updated successfully, but these errors were encountered: