Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zefer/flashlight
https://github.com/zefer/flashlight
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zefer/flashlight
- Owner: zefer
- License: mit
- Created: 2015-05-14T17:48:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T14:24:47.000Z (about 6 years ago)
- Last Synced: 2024-06-21T08:30:44.287Z (5 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
![](https://user-images.githubusercontent.com/101193/28341797-0bc76894-6c0d-11e7-83cb-b49263554768.jpg)
![](https://user-images.githubusercontent.com/101193/28341800-1317cc7e-6c0d-11e7-89da-a37be3303e06.jpg)## 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