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.
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