Tall cursor backdrop

This commit is contained in:
Dejvino
2026-02-19 00:10:10 +01:00
parent 66c20de208
commit de6775a7d7
6 changed files with 26 additions and 28 deletions
-5
View File
@@ -58,11 +58,6 @@ volatile int tempo = 120; // BPM
volatile unsigned long lastClockTime = 0;
volatile int clockCount = 0;
// Watchdog
volatile unsigned long lastLoop0Time = 0;
volatile unsigned long lastLoop1Time = 0;
volatile bool watchdogActive = false;
// Encoder State
volatile int encoderDelta = 0;