Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2016-01-22 | display: rename *scroll* to *update* (would be confusing for animations other... | Daniel Friesel | -6/+6 |
2016-01-22 | display: Don't run (rather slow) scroll code in ISR | Daniel Friesel | -2/+14 |
2016-01-22 | make display buffer private, add separate modem receive buffer | Daniel Friesel | -9/+9 |
2016-01-20 | display: add variable for scroll delay | Daniel Friesel | -1/+2 |
2016-01-20 | reset display after receiving data | Daniel Friesel | -0/+8 |
2016-01-20 | excapsulate display and modem state in their respective classes | Daniel Friesel | -8/+14 |
2016-01-20 | move display and modem code from ISR to class functions | Daniel Friesel | -11/+14 |
2016-01-19 | support scrolling arbitrary strings. | Daniel Friesel | -14/+34 |
2016-01-16 | display: rename turn_on/off to enable/disable, move setup code from main to e... | Daniel Friesel | -3/+10 |
2016-01-15 | move display and system into separate files | Daniel Friesel | -0/+64 |