https://github.com/axelson/inky_tester
Basic inky nerves + scenic project
https://github.com/axelson/inky_tester
Last synced: 4 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T12:40:22.000Z (11 months ago)
- Last Synced: 2024-10-15T19:42:39.885Z (9 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

## 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`