pappersverk / inky

A library for managing Inky e-ink displays from Elixir.
Apache License 2.0
72 stars 11 forks source link

set border color at creation and after creation #6

Closed nyaray closed 5 years ago

nyaray commented 5 years ago

there should be a way to set the border color like in the python lib [1]

[1] - https://github.com/pimoroni/inky/blob/master/library/inky/inky.py#L258-L267

lawik commented 5 years ago

There should. I set it to always be black when I was struggling to make all the details work.

Option for set_pixels?

nyaray commented 5 years ago

Option for set_pixels?

Yes, but also for init.. Once we have a GenServer, we can work it in pretty easily, I think.

nyaray commented 5 years ago

Implemented in #25