Library written in Go to allow controlling of the Pimoroni Four Letter pHAT (with HT16K33 controller onboard) with a Raspberry Pi.
Product from Pimoroni Four Letter pHAT
Four Letter pHAT has four 14-segment displays that you can use to display text, numbers, and a host of other characters. Its LEDs are a beautiful retro green, just like you old digital alarm clock. They're driven by the HT16K33 chip over I2C.
- go get github.com/adrianh-za/go-fourletterphat-rpi
- browse to $/go/src/github.com/adrianh-za/go-fourletterphat-rpi/examples
- sudo -E go run main.go
- run until end
This project uses the I2C library written and maintained by Denis Dyakov