Skip to content

Commit 4386d34

Browse files
Diviectorper1234
andauthored
Update examples/Arduino/TFTEtchASketch/TFTEtchASketch.ino
Co-authored-by: per1234 <[email protected]>
1 parent e1ca339 commit 4386d34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Arduino/TFTEtchASketch/TFTEtchASketch.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ void loop() {
7575
TFTscreen.point(xPos, yPos);
7676

7777
// read the value of the pin, and erase the screen if pressed
78-
if (digitalRead(erasePin) == LOW) {
7978
TFTscreen.background(0, 0, 0);
8079
}
8180

0 commit comments

Comments
 (0)