Skip to content

Commit e1ca339

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

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
@@ -39,7 +39,6 @@ int erasePin = 2;
3939
void setup() {
4040
// declare inputs
4141
pinMode(erasePin, INPUT);
42-
digitalWrite(erasePin, HIGH);
4342
// initialize the screen
4443
TFTscreen.begin();
4544
// make the background black

0 commit comments

Comments
 (0)