github mrcodetastic/ESP32-HUB75-MatrixPanel-DMA 3.0.8

latest releases: 3.0.10, 3.0.9
14 months ago
  • Fix regression with double buffering.
  • VirtualMatrixPanel : setRotation (renamed from setRotate) now accepts an int from 0 to 3 as input which rotates the VirtualMatrix by 0, 90, 180 or 270 degrees. Thanks @drvkmr
  • VirtualMatrixPanel: added ZigZag chaining options (that is, all panels face upwards). Thanks @drvkmr
    CHAIN_TOP_LEFT_DOWN_ZZ, /// ZigZag chaining. Might need a big ass cable to do this, all panels right way up.
    CHAIN_TOP_RIGHT_DOWN_ZZ,
    CHAIN_BOTTOM_RIGHT_UP_ZZ,
    CHAIN_BOTTOM_LEFT_UP_ZZ
  • Fixed a couple of bug with VirtualMatrixPanel breaking its use with 1/4 scan panels etc.
  • Various fixes to try and reduce #338 @xemjeff
  • Performance improvement of about 15% - implement global framebuffer pointer

Don't miss a new ESP32-HUB75-MatrixPanel-DMA release

NewReleases is sending notifications on new releases.