Xinyuan-LilyGO / T-Wristband

DIY Programmable Bracelet
311 stars 98 forks source link

ST7735_x not delared in this scope #13

Closed Korvian closed 4 years ago

Korvian commented 4 years ago

I'm using Arduino IDE and when compiling I get the following errors: 'ST7735_SLPIN' was not declared in this scope 'ST7735_DISPOFF' was not declared in this scope

The related lines are 503 and 504 from LilyGO-T-Wristband.ino tft.writecommand(ST7735_SLPIN); tft.writecommand(ST7735_DISPOFF);

I've followed the Readme.md as best I can but it is not clear for me.