woops forgot to turn on the tft
This commit is contained in:
parent
57fc20b436
commit
691d13bf6b
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ void setup(void) {
|
|||
delay(1000);
|
||||
#endif
|
||||
|
||||
// turn on TFT by default
|
||||
pinMode(TFT_I2C_POWER, OUTPUT);
|
||||
digitalWrite(TFT_I2C_POWER, HIGH);
|
||||
pinMode(TFT_BACKLITE, OUTPUT);
|
||||
digitalWrite(TFT_BACKLITE, LOW);
|
||||
delay(10);
|
||||
|
|
|
|||
Loading…
Reference in a new issue