Open
Description
Moved from arduino/Arduino#9887 by @Camo2000
I have found an issue with the LCD display Output, it works fine until you add the word "Mode" as a string. The display then corrupts and I can not see why unless there is a method to control the LED display with text. However if you use any string with the word in it, it still corrupts:-
- "Mode"
- "Edit Mode"
- "Active Mode"
All fail.
String MyTitles[ARRAYSIZE]={"Mode", "Effect", "Pallete", "Sin8", "Sin16", "Speed", "LED Spacing"};
this fails if Mode is in the list
Hope some of you can replicate this.