← Home

Using a 4 digit, 7 segment display with Raspberry Pi and Go

I’m building a burglar alam with my son, using a Raspberry Pi Zero as the micro-controller, and using Go as the programming language.

That’s led to me needing a few libraries along the way. Today’s library is, the 4 digit, 7 segment display (e.g. part number 3461BS). It can scroll text and display images.

You can grab the code from [0]