Hidden Ext Midi mode and play indicator for non-internal clocks
This commit is contained in:
@ -267,9 +267,9 @@ void updateScreen() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!isPlaying) {
|
||||
if (masterClockMode == 0 && !isPlaying) {
|
||||
u8g2.drawUTF8(121, yPos, "t");
|
||||
} else {
|
||||
} else if (masterClockMode == 0 && isPlaying) {
|
||||
u8g2.drawUTF8(122, yPos, "r");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user