Age | Commit message (Expand) | Author | Lines |
2016-02-01 | add animation delay support | Daniel Friesel | -0/+9 |
2016-02-01 | rename animation.mode to more appropriate animation.type | Daniel Friesel | -5/+5 |
2016-01-31 | clean up includes | Daniel Friesel | -3/+0 |
2016-01-31 | document Modem and System classes | Daniel Friesel | -2/+6 |
2016-01-30 | document Display class | Daniel Friesel | -0/+71 |
2016-01-28 | merge text_t and animation_t into single animation type to reduce code and me... | Daniel Friesel | -19/+11 |
2016-01-27 | read scroll speed from text struct | Daniel Friesel | -3/+5 |
2016-01-26 | preliminary animation support | Daniel Friesel | -3/+9 |
2016-01-26 | use uint8_t arrays instead of chars for all buffer data structures | Daniel Friesel | -4/+4 |
2016-01-26 | add structs/typedefs for text and animation data | Daniel Friesel | -2/+19 |
2016-01-22 | display: rename *scroll* to *update* (would be confusing for animations other... | Daniel Friesel | -3/+3 |
2016-01-22 | display: Don't run (rather slow) scroll code in ISR | Daniel Friesel | -0/+3 |
2016-01-22 | make display buffer private, add separate modem receive buffer | Daniel Friesel | -1/+2 |
2016-01-20 | display: add variable for scroll delay | Daniel Friesel | -0/+1 |
2016-01-20 | reset display after receiving data | Daniel Friesel | -0/+1 |
2016-01-20 | excapsulate display and modem state in their respective classes | Daniel Friesel | -1/+6 |
2016-01-20 | move display and modem code from ISR to class functions | Daniel Friesel | -0/+1 |
2016-01-19 | support scrolling arbitrary strings. | Daniel Friesel | -0/+1 |
2016-01-16 | display: rename turn_on/off to enable/disable, move setup code from main to e... | Daniel Friesel | -2/+2 |
2016-01-15 | move display and system into separate files | Daniel Friesel | -0/+14 |