Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 549 Bytes

SimpleDisplay

This simply provides a behavior defining a minimal common API for simple displays to be used with Elixir, Nerves and related ecosystem.

It is meant to provide a standard feature-set for pappersverk displays to allow sharing of Scenic Driver libraries, development help libraries and such.

Installation

If available in Hex, the package can be installed by adding simple_display to your list of dependencies in mix.exs:

def deps do
  [
    {:simple_display, "~> 0.1.0"}
  ]
end