Hi,
I have the Teensy 3.2 and the SmartMatrix Shield V4, i have connected this up to a 16x32 (32 columns, 16 rows). I have uploaded the “Feature Demo” and commented out all but Demo 1.
The demo works but the text is scrambled (same with all the other demos). This is what is displayed:
Strange thing is that all the background colours and brightness control works fine (tested by changing the const rgb24 defaultBackgroundColor = {0x40, 0, 0};
i have tried all of the following options, but none work:
- SMARTMATRIX_OPTIONS_NONE
- SMARTMATRIX_OPTIONS_C_SHAPE_STACKING
- SMARTMATRIX_OPTIONS_BOTTOM_TO_TOP_STACKING
They just move the scrambled image around the display
Any ideas?