Skip to content

64x64 /32 Panel Support

Compare
Choose a tag to compare
@embedded-creations embedded-creations released this 04 Dec 12:32
· 572 commits to master since this release

New Feature

  • Support for 64x64 /32 panels with SmartLED Shield V4
    • Enable by setting kPanelType = SMARTMATRIX_HUB75_64ROW_MOD32SCAN
    • These panels are available in high density 2-3mm/pixel, e.g. these 3mm panels available from Adafruit and SparkFun
    • Be careful when buying from other vendors, e.g. Aliexpress, as some of these panels only have two address lines "AB", and these are not compatible with SmartMatrix Library. Look for 5x address lines "ABCDE" and make sure your vendor actually ships you a panel that matches the photos in their listing. (More details here)

Misc

  • SmartLED Shield V4 is now the default config in the included examples, so the #include <SmartLEDShieldV4.h> line is now uncommented by default. Make sure to comment out this line if using SmartMatrix Shield V3 or earlier or driving panels directly from the Teensy (or though a buffer, not a latch).