Skip to content

Implementation of LCD driver code in golang on top of rpi GPIO

License

Notifications You must be signed in to change notification settings

timkettering/gorpi-lcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorpi-lcd

The online Adafruit LCD tutorial uses an Python example: http://learn.adafruit.com/drive-a-16x2-lcd-directly-with-a-raspberry-pi

I wanted to stick with the new language I'd been learning (Google Go).

So I found a gpio library (http://github.com/davecheney/gpio), and updated it a bit along then worked up this LCD program that you can use to drive the LCD panel.

See example files under /examples for .. well examples.

This has been tested to work with the same hardware given in the adafruit tutorial. Other hardware.. YMMV!

About

Implementation of LCD driver code in golang on top of rpi GPIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages