issues
search
microsoft
/
ExpressivePixels
ExpressivePixels is an embedded prototype platform for ambient LED based displays that allows for the rapid assembly, authoring and control of animations and lighting sequences.
MIT License
71
stars
15
forks
source link
Move RGBMatrix to Protomatter, misc. tweaks
#7
Closed
brentru
closed
3 years ago
brentru
commented
4 years ago
Moved RGBMatrix driver from RGBMatrix to the newer
Protomatter
driver for 32-bit MCUs to support newer hardware.
RGBMatrix driver now selects the pins for each platform at compile time.
Added
Clear
,
Show
, methods to RGBMatrix
Brightness added to RGBMatrix, not implemented
ExpressivePixels arduino example modified
New
config.h
file for a user to configure their display, separate from the main sketch
Added
#defines
, updated code for readability
ghost
commented
4 years ago
All CLA requirements met.
Clear
,Show
, methods to RGBMatrixconfig.h
file for a user to configure their display, separate from the main sketch#defines
, updated code for readability