A helper library for the Pixo Pixel for showing image arrays
Go to file
David Todd 55d0902bb1 first attempt
I basically copied all my custom functions into the cpp file and put
them in a namespace, then followed the arduino library tutorial to
create the header file.

This does not compile because IDK how to create an instance of
Adafruit_DotStarMatrix (called matrix)
2019-03-04 19:22:29 -06:00
LICENSE Initial commit 2019-03-02 01:10:10 -06:00
README.md update readme 2019-03-04 19:22:05 -06:00
pixo_displaylib.cpp first attempt 2019-03-04 19:22:29 -06:00
pixo_displaylib.h first attempt 2019-03-04 19:22:29 -06:00

README.md

pixo-displaylib

A helper library for the Pixo Pixel for showing image arrays

What does this do?

This provides a few functions that I wrote for displaying things using the adafruit dotstar matrix library