3.0.8
- 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