summaryrefslogtreecommitdiff
path: root/src/display.cc
AgeCommit message (Expand)AuthorLines
2016-01-22display: Don't run (rather slow) scroll code in ISRDaniel Friesel-2/+14
2016-01-22make display buffer private, add separate modem receive bufferDaniel Friesel-9/+9
2016-01-20display: add variable for scroll delayDaniel Friesel-1/+2
2016-01-20reset display after receiving dataDaniel Friesel-0/+8
2016-01-20excapsulate display and modem state in their respective classesDaniel Friesel-8/+14
2016-01-20move display and modem code from ISR to class functionsDaniel Friesel-11/+14
2016-01-19support scrolling arbitrary strings.Daniel Friesel-14/+34
2016-01-16display: rename turn_on/off to enable/disable, move setup code from main to e...Daniel Friesel-3/+10
2016-01-15move display and system into separate filesDaniel Friesel-0/+64