Hub75: Remove 128x128 panel rotation hack.

pull/1019/head
Phil Howard 2025-01-22 16:44:01 +00:00
rodzic d0f2a8b1a2
commit 9bf5562d24
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -293,10 +293,6 @@ void Hub75::update(PicoGraphics *graphics) {
if (sy >= int(height)) {
sy -= height;
basex = width / 2;
} else {
// Awkward hack to *TEMPORARILY* rotate the top panel
sy = height - 1 - sy;
basex = (width / 2) - 1;
}
// Interlace the top and bottom halves of the panel.