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