repo.or.cz
/
arduino-intervalometer.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
dcc0494
)
Untested; adds asterisk when running (want animated asterisk? progress?)
author
Tim Horton
<
[email protected]
>
Mon, 8 Sep 2008 18:25:11 +0000
(8 14:25 -0400)
committer
Tim Horton
<
[email protected]
>
Mon, 8 Sep 2008 18:25:11 +0000
(8 14:25 -0400)
Intervalometer.pde
patch
|
blob
|
blame
|
history
diff --git
a/Intervalometer.pde
b/Intervalometer.pde
index
6a929f8
..
f4ad482
100644
(file)
--- a/
Intervalometer.pde
+++ b/
Intervalometer.pde
@@
-396,6
+396,7
@@
void toggleRunning()
lastToggleRunning = millis();
running = !running;
+ updateEncoder = 1;
}
void drawTimecode(int secs, int rep)
@@
-490,6
+491,9
@@
void loop(void)
if(running)
{
+ lcdCommandWrite(0xD3); // /should/ shift us to middle of bottom row
+ lcdDataWrite('*'); // animated?
+
if(currentMode == TRIGGER)
{
// do special trigger stuff