Commit Graph

5 Commits

Author SHA1 Message Date
Mark van Renswoude 2e8007d510 Support for gun armed detection
First attempt at implementing animation
2016-12-05 23:42:20 +01:00
Mark van Renswoude ba58eb93c0 Moved away from proof of concepts, started prototyping for the final software
- Button library
- State handling and transitions
- Default state: dual counter display
- User unknown state: static for now
- Lost the game state: static for now
2016-12-04 19:53:43 +01:00
Mark van Renswoude b4e971cc4a Fixed character output
Added placeholders for centered/right-aligned text
Added text mode toggle for testing purposes
Added serial debug option
2016-11-29 20:00:47 +01:00
Mark van Renswoude 4c16260e55 Fixed data corruption issue due to incorrect PROGMEM usage
Added switchable shift register order
Added potentiometer-controlled delay for demonstration purposes
2016-11-27 23:14:17 +01:00
Mark van Renswoude 8bb9959f67 Moved lib files to project root to be compatible with the standard Arduino IDE
Implemented 2-digit counter as a test
2016-09-30 23:14:29 +02:00