VolumioLCD is a tool to display the Volumio player state on hd44780 LCD displays over I2C on a Raspberry Pi.
- Works with all services supported by volumio (by using volumios REST API)
- No additional tools required (due to a custom hd44780 driver for the LCD)
- Only 16x2 displays are supported
- No config, therefore hardcoded I2C address and line and volumio player URI
- Install golang using the official .tar (do NOT use apt-get)
- Clone the VolumioLCD repository to $GOPATH/src
- inside the VolumioLCD directory:
go get
and thengo install
- start VolumioLCD on every boot (e.g. using systemd)