Go library for the AS1130 LED driver, as used by The Matrix from Boldport.
It can be used from hardware that supports I²C such as a Raspberry Pi.
To fetch the library:
go get -u github.com/dcarley/as1130
Refer to godoc for documentation and examples.
The as1130ctl
command line utility lets you:
- turn on individual LEDs
- scroll text
- read registers
- and more
To fetch and install it:
go get -u github.com/dcarley/as1130/as1130ctl
To see detailed usage information:
as1130ctl --help