Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# InkyTester

Minimal Nerves + Scenic project to test:
- https://github.com/pappersverk/inky
- https://github.com/pappersverk/scenic_driver_inky

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