Update LeonardoUsbSlaveMidiClockMonitor.ino

pull/26/head
Jackson-Devices 8 months ago committed by GitHub
parent ad75ec755e
commit 865f04864b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/LeonardoUsbSlaveMidiClockMonitor/LeonardoUsbSlaveMidiClockMonitor.ino

@ -120,7 +120,7 @@ void loop() {
if (bpm != uClock.getTempo()) {
bpm = uClock.getTempo();
u8x8->drawUTF8(8, 7, String(bpm, 1).c_str());
u8x8->drawUTF8(8+5, 7, "bpm");
u8x8->drawUTF8(8+5, 7, "BPM");
// clear display ghost number for 2 digit
// coming from 3 digit bpm changes
if (bpm < 100) {

Loading…
Cancel
Save