Handle 4-line displays cleanly

pull/11/head
Dirk Niggemann 5 years ago
parent 8bb05fd1c2
commit 9ce32c0207
  1. 2
      UI.hpp

@ -1720,7 +1720,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