Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelson/inky_tester
Basic inky nerves + scenic project
https://github.com/axelson/inky_tester
Last synced: 2 months ago
JSON representation
Basic inky nerves + scenic project
- Host: GitHub
- URL: https://github.com/axelson/inky_tester
- Owner: axelson
- Created: 2023-08-07T00:23:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T12:40:22.000Z (5 months ago)
- Last Synced: 2024-10-15T19:42:39.885Z (3 months ago)
- Language: Elixir
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InkyTester
Minimal Nerves + Scenic project to test:
- https://github.com/pappersverk/inky
- https://github.com/pappersverk/scenic_driver_inkySee also: https://github.com/pappersverk/sample_scenic_inky
![Photo of inky displays running this code](extra/sample.jpg)
## Getting Started
To start your Nerves app:
* `export MIX_TARGET=my_target` or prefix every command with
`MIX_TARGET=my_target`. For example, `MIX_TARGET=rpi3`
* Install dependencies with `mix deps.get`
* Create firmware with `mix firmware`
* Burn to an SD card with `mix burn`