Update Bouncy_Circles.ino
This commit is contained in:
parent
d9573fe10f
commit
5e7394f485
|
|
@ -90,7 +90,7 @@ void setup() {
|
||||||
if (random(2)) circle->dy[i] = -circle->dy[i];
|
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();
|
startMillis = millis();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue