Update Bouncy_Circles.ino

This commit is contained in:
Bodmer
2022-01-01 00:44:57 +00:00
committed by GitHub
parent d9573fe10f
commit 5e7394f485

View File

@@ -90,7 +90,7 @@ void setup() {
if (random(2)) circle->dy[i] = -circle->dy[i];
}
// tft.startWrite(); // TFT chip select held low permanently
tft.startWrite(); // TFT chip select held low permanently
startMillis = millis();
}