diff --git a/UI.hpp b/UI.hpp index dbebad4..b9012af 100644 --- a/UI.hpp +++ b/UI.hpp @@ -1949,7 +1949,7 @@ void UI_func_voice_selection(uint8_t param) break; } for (int x = 2; x < LCD_rows; x++) { - lcd.show(x, 0, LCD_cols + 1, " "); + lcd.show(x, 0, LCD_cols, " "); } }