LilyGO / TTGO-TS

TTGO-TS-V1.4 V1.2 V1.0
107 stars 31 forks source link

TFT 1.44 V1.0 White screen #10

Open skelstar opened 6 years ago

skelstar commented 6 years ago

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

datasith commented 5 years ago

Did you ever solve this?

skelstar commented 5 years ago

Did you ever solve this?

I did... not sure what I did different sorry.