Merge branch 'dev' of dirkenstein/MicroDexed into dev

pull/15/head
Holger Wirtz 5 years ago committed by Gitea
commit 9f1dafd399
  1. 2
      UI.hpp

@ -1949,7 +1949,7 @@ void UI_func_voice_selection(uint8_t param)
break; break;
} }
for (int x = 2; x < LCD_rows; x++) { for (int x = 2; x < LCD_rows; x++) {
lcd.show(x, 0, LCD_cols + 1, " "); lcd.show(x, 0, LCD_cols, " ");
} }
} }

Loading…
Cancel
Save