You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Aaron,
I decided to add/merge some multi-tiled-matrix functionallity to your sources: https://github.com/Jorgen-VikingGod/LEDMatrix
Add additional graphics library on top of the cLEDMatrix class and add some travis builds.
First I only did a FastLED port of the Adafruit_NeoMatrix;
but then I realized that I can not use your awesome sprite class with it.
So in the second step I did a fork of your awesome cLEDMatrix class and merge some Adafruit_NeoMatrix and Adafruit_GFX library functionallity into it.
Now it builds and works fine on my 4 LED matrix panels.
Only some methods are not finished ported yet (ShiftLeft, ShiftUp,...)
I want to do this next week - or, you do have some time to do this?
So if you like the idea, feel free to merge.
The text was updated successfully, but these errors were encountered:
Hi Aaron,
I decided to add/merge some multi-tiled-matrix functionallity to your sources:
https://github.com/Jorgen-VikingGod/LEDMatrix
Add additional graphics library on top of the cLEDMatrix class and add some travis builds.
First I only did a FastLED port of the Adafruit_NeoMatrix;
but then I realized that I can not use your awesome sprite class with it.
So in the second step I did a fork of your awesome cLEDMatrix class and merge some Adafruit_NeoMatrix and Adafruit_GFX library functionallity into it.
Now it builds and works fine on my 4 LED matrix panels.
Only some methods are not finished ported yet (ShiftLeft, ShiftUp,...)
I want to do this next week - or, you do have some time to do this?
So if you like the idea, feel free to merge.
The text was updated successfully, but these errors were encountered: