diff --git a/display.ino b/display.ino index b16295d..60d3cd3 100755 --- a/display.ino +++ b/display.ino @@ -59,6 +59,8 @@ void showDailyText(String losung, String lehrtext, String losungPosition, String // clean the strings for losung = replaceSpecialChars(losung); lehrtext = replaceSpecialChars(lehrtext); + losungPosition = replaceSpecialChars(losungPosition); + lehrtextPosition = replaceSpecialChars(lehrtextPosition); // position vars int text_x = 0;