Untested; adds asterisk when running (want animated asterisk? progress?)
authorTim Horton <[email protected]>
Mon, 8 Sep 2008 18:25:11 +0000 (8 14:25 -0400)
committerTim Horton <[email protected]>
Mon, 8 Sep 2008 18:25:11 +0000 (8 14:25 -0400)
Intervalometer.pde

index 6a929f8..f4ad482 100644 (file)
@@ -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