mirror of
https://github.com/c0de-archive/pixo_displaylib.git
synced 2024-12-21 07:42:39 +00:00
A helper library for the Pixo Pixel for showing image arrays
55d0902bb1
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) |
||
---|---|---|
LICENSE | ||
pixo_displaylib.cpp | ||
pixo_displaylib.h | ||
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