File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,23 +152,29 @@ void loop() { // run over and over
152152 analogWrite (LED, 0 );
153153 delay (300 );
154154 initCam ();
155- // delay(900 );
155+ delay (500 );
156156 display.clearDisplay ();
157+ display.setTextSize (1 );
158+ display.setCursor (10 , 40 );
159+ display.print (" HOLD STILL" );
160+ display.display ();
161+ delay (400 );
157162 display.setTextSize (3 );
163+ display.clearDisplay ();
158164 display.setCursor (46 , 50 );
159165 display.print (" 3" );
160166 display.display ();
161- delay (300 );
167+ delay (400 );
162168 display.clearDisplay ();
163169 display.setCursor (46 , 50 );
164170 display.print (" 2" );
165171 display.display ();
166- delay (300 );
172+ delay (400 );
167173 display.clearDisplay ();
168174 display.setCursor (46 , 50 );
169175 display.print (" 1" );
170176 display.display ();
171- delay (300 );
177+ delay (400 );
172178 display.clearDisplay ();
173179 indexQs ();
174180 drawCam (0 );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments