Skip to content

Commit b939201

Browse files
committed
updated image capture UX
1 parent 95c1d4a commit b939201

2 files changed

Lines changed: 10 additions & 256 deletions

File tree

TaskCam_Arduino.ino/TaskCam_Arduino.ino.ino renamed to TaskCam_Arduino.ino

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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);

TaskCam_Arduino.ino/bitmaps.h

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)