mirror of
https://github.com/c0de-archive/pixo_displaylib.git
synced 2025-02-01 15:45:55 +00:00
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)
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
Languages
C++
100%