Commit Graph

6 Commits

Author SHA1 Message Date
Gavin Cabbage b296368a05 removing failed Stat use 2015-10-10 23:58:24 -04:00
Gavin Cabbage 9d8285ca01 changed ReadBytes to get file size from stat 2015-10-10 23:23:40 -04:00
Gavin Cabbage db5c9abb2a ran gofmt 2015-08-29 00:57:25 -04:00
Gavin Cabbage afa49bb2bc build: fixed broken tests 2015-08-29 00:53:34 -04:00
Matthew Dale 915b3b76a7 interface: add an abstraction layer for character displays
the characterdisplay package is an abstraction layer for controlling
character displays

also includes refactors to the hd44780 package to fit the
characterdisplay Controller interface
2015-02-25 00:12:09 -08:00
Matthew Dale dac729e4fd controller: add a lib for the HD44780 character display controller
the hd44780 package supports HD44780 character display controllers
connected by either a 4-bit GPIO bus or an I2C bus

it also includes a high-level wrapper for easily printing messages
2015-01-06 23:57:26 -08:00