Tall cursor backdrop
This commit is contained in:
@@ -434,13 +434,6 @@ static void updateLeds() {
|
||||
}
|
||||
|
||||
void loopUI() {
|
||||
unsigned long now = millis();
|
||||
lastLoop0Time = now;
|
||||
if (watchdogActive && (now - lastLoop1Time > 1000)) {
|
||||
Serial.println("Core 1 Freeze detected");
|
||||
rp2040.reboot();
|
||||
}
|
||||
|
||||
// Handle Song Mode Generation in UI Thread
|
||||
if (songModeNeedsNext) {
|
||||
int nextTheme = random(1, 8); // Themes 1-7
|
||||
|
||||
Reference in New Issue
Block a user