From 3c11b2baae51a45391ea3d3a7bc47f5fcf53c9c0 Mon Sep 17 00:00:00 2001 From: positionhigh Date: Tue, 17 Aug 2021 08:47:34 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI.hpp b/UI.hpp index dd503f5..53fe724 100644 --- a/UI.hpp +++ b/UI.hpp @@ -5057,7 +5057,7 @@ void UI_func_arpeggio(uint8_t param) } } lcd.setCursor( 4, 0); - lcd.print(arp_lenght); + if (arp_lenght==0) lcd.print("A");else lcd.print(arp_lenght); //play all elements or from 1-xx elements lcd.setCursor( 6, 1); lcd.print( arp_style_names[arp_style][0] ); lcd.print( arp_style_names[arp_style][1] );