Hub75: Remove 128x128 panel rotation hack.

patch-img-open_file
Phil Howard 2025-01-22 16:44:01 +00:00
rodzic a9a18c3c9e
commit ef0d80b151
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.