Matrix Pixel Fix

This commit is contained in:
Serge
2024-01-27 21:43:06 +01:00
parent 8c5f4aa0f3
commit ca8531cf26

View File

@@ -287,6 +287,9 @@ namespace Starlight.AnimeMatrix
int plX = (x - y) / 2;
int plY = x + y;
if (x - y == -1) plX = -1;
SetLedPlanar(plX, plY, color);
}