Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgabrielroldan committed Dec 21, 2019
1 parent b1991bb commit f159f36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Max72XX

[![CircleCI](https://circleci.com/gh/luisgabrielroldan/max_72xx.svg?style=svg)](https://circleci.com/gh/luisgabrielroldan/max_72xx)
[![Hex version](https://img.shields.io/hexpm/v/max_72xx.svg "Hex version")](https://hex.pm/packages/max_72xx)
[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg "Hex docs")](https://hexdocs.pm/max_72xx)

Max72XX is a library for driving arrays of MAX72XX as a pixel device.

![Demo](images/demo.jpg)

## Setup

Add the library to your mix.exs deps:
Expand Down Expand Up @@ -36,8 +40,3 @@ Max72XX.Array.set_pixel(ref, x, y)
Max72XX.Array.update(ref)
```


Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/max_72xx](https://hexdocs.pm/max_72xx).

Binary file added images/demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f159f36

Please sign in to comment.