I recently bought some displays and want to get them running with Teensy 4.0 and SmartLED shield.
I’m using Adafruit_Gfx example with these settings
const uint16_t kMatrixWidth = 64;
const uint16_t kMatrixHeight = 32;
const uint8_t kRefreshDepth = 36;
const uint8_t kDmaBufferRows = 4;
const uint8_t kPanelType = 1;
const uint32_t kMatrixOptions = (SM_HUB75_OPTIONS_NONE);
My problem is that the first 8 rows looks good. Rows 9-16 and 17 to 24 are kinda exchanged. And the bottom lines are okay aswell