An LCD display for an MPD music server on the network.
Will work for any MPD server, but designed to compliment mothership.
export GO15VENDOREXPERIMENT=1 go build ./flashlight -mpdaddr=somehost:6600
See lcd/lcd.go
for GPIO pin mappings.
Deployment is simple, transfer the binary & run it. A complete example is provided below:
- Example server configuration (using Ansible)
- Example deploy script
This project uses the MIT License. See LICENSE.