https://github.com/zefer/flashlight
https://github.com/zefer/flashlight
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zefer/flashlight
- Owner: zefer
- License: mit
- Created: 2015-05-14T17:48:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T14:24:47.000Z (over 6 years ago)
- Last Synced: 2025-01-11T11:35:43.908Z (6 months ago)
- Language: Go
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flashlight
An LCD display for an MPD music server on the network.
Will work for any MPD server, but designed to compliment
[mothership][mothership].## Usage
export GO15VENDOREXPERIMENT=1
go build
./flashlight -mpdaddr=somehost:6600## GPIO pins
See `lcd/lcd.go` for GPIO pin mappings.
## Examples

## Deploy
Deployment is simple, transfer the binary & run it. A complete example is
provided below:* [Example server configuration](https://github.com/zefer/ansible/tree/master/roles/flashlight)
(using Ansible)
* [Example deploy script](bin/deploy)## License
This project uses the MIT License. See [LICENSE](LICENSE).
[mothership]: https://github.com/zefer/mothership