From 9ce32c020790e841960c81dbf372a703e7a17c88 Mon Sep 17 00:00:00 2001 From: Dirk Niggemann Date: Wed, 30 Oct 2019 12:12:17 +0000 Subject: [PATCH] Handle 4-line displays cleanly --- UI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI.hpp b/UI.hpp index 2c51118..2866c77 100644 --- a/UI.hpp +++ b/UI.hpp @@ -1720,7 +1720,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, " "); } }