summaryrefslogtreecommitdiff
path: root/src/system.cc
AgeCommit message (Expand)AuthorLines
2016-01-30system: make shutdown method private and actually use itDaniel Friesel-31/+35
2016-01-29re-add transmission demo codeDaniel Friesel-1/+5
2016-01-28merge text_t and animation_t into single animation type to reduce code and me...Daniel Friesel-1/+1
2016-01-26use uint8_t arrays instead of chars for all buffer data structuresDaniel Friesel-5/+5
2016-01-26add structs/typedefs for text and animation dataDaniel Friesel-1/+1
2016-01-22make display buffer private, add separate modem receive bufferDaniel Friesel-2/+4
2016-01-20reset display after receiving dataDaniel Friesel-0/+1
2016-01-19support scrolling arbitrary strings.Daniel Friesel-4/+7
2016-01-16display: rename turn_on/off to enable/disable, move setup code from main to e...Daniel Friesel-2/+2
2016-01-15turn modem voltage divider off during sleepDaniel Friesel-2/+7
2016-01-15more testfooDaniel Friesel-1/+4
2016-01-15move display and system into separate filesDaniel Friesel-0/+74