Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 911 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 911 Bytes

Go-FourLetterPhat-RPi

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.

Usage

  1. go get github.com/adrianh-za/go-fourletterphat-rpi
  2. browse to $/go/src/github.com/adrianh-za/go-fourletterphat-rpi/examples
  3. sudo -E go run main.go
  4. run until end

Acknowledgements

This project uses the I2C library written and maintained by Denis Dyakov

Gits

https://github.com/d2r2/go-i2c