/hd47780-test-go

Test for hd47780 display in Go.

Primary LanguageGo

go-hd47780-test

This is a test for Hitachi 47780 driver compatible LCDs (ex. 1602A 16x2) using I2C in Golang. It is used in the ChargePi project. It is a test for an abstraction of displaying messages using the HD47780 struct.

Running the test

Simply execute:

cd hd47780-test-go/
go run .