Louis
October 25, 2020, 4:15pm
17
We have two threads talking about the Teensy 4 and SmartLED Shield for Teensy 4, I’m going to be posting to this one as there’s more people following it).
Tl;dr there’s a lot of updates to HUB75 code, and any existing projects using stacked panels need to be updated as SMARTMATRIX_OPTIONS_BOTTOM_TO_TOP_STACKING logic is now reversed.
The teensy4 branch has a lot of new updates:
I added the missing C-shaped stacking to all platforms, and added MultiRowRefresh to Teensy 4. In the process of adding these I realized that the SMARTMATRIX_OPTIONS_BOTTOM_TO_TOP_STACKING option was reversed. By default stacking was bottom to top, and enabling SMARTMAT…