wemos / D1_mini_Examples

WeMos D1 & D1 mini Arduino Examples
551 stars 227 forks source link

I can't get to work TFT 1.4 Shield #52

Closed juanillo62gm closed 4 years ago

juanillo62gm commented 4 years ago

Y tried every single code that I find and tested with other Wemos D1 R1 that I have and I keep getting this white screen.

IMG_0463 IMG_0464

juanillo62gm commented 4 years ago

This is a problem with predefined pinout variables, this is how I fixed it,

// Screen ST7735
#define TFT_RST -1 //for TFT I2C Co
nnector Shield V1.0.0 and TFT 1.4 Shield V1.0.0
#define TFT_CS 2   //for TFT I2C Connector Shield V1.0.0 and TFT 1.4 Shield V1.0.0
#define TFT_DC 0   //for TFT I2C Connector Shield V1.0.0 and TFT 1.4 Shield V1.0.0

e90c9fb2-9114-3c70-5adf-5697ba268788