Per Tillisch
Per Tillisch
[_From JulyJim on 2015-01-12:_](https://github.com/arduino/Arduino/issues/2191#issuecomment-69592815) agdl Your "answer" is correct, but closing the issue is questionable. Most "Arduino libraries" are build as simple stand alone code thus their integration into projects...
[_From agdl on 2015-01-12:_](https://github.com/arduino/Arduino/issues/2191#issuecomment-69595399) @VaclavSal I reopen it, but i think that since this issue is here from 18th of july and nobody worked on it since you can simply...
[_From benjaminmordaunt on 2021-03-24_](https://github.com/arduino/Arduino/issues/2191#issuecomment-806106178) > I realize using inheritance from Print class would made for additional work for the author of LiquidCrystal but would "upgrade" Arduino from "blink without delay"...
[_From per1234 on 2020-03-18:_](https://github.com/arduino/Arduino/issues/9887#issuecomment-600556847) Please post your full sketch.
[_From Camo2000 on 2020-03-18_](https://github.com/arduino/Arduino/issues/9887#issuecomment-600570033) ```c++ #define ARRAYSIZE 7 String newtit[ARRAYSIZE]={"Apple","Effect","Pallete","Sin8","Sin16","Speed","LED Spacing"}; int iValues[ARRAYSIZE] = {1,2,3,4,5,6,7}; #include const int rs = 12, en = 11, d4 = 5, d5 = 4,...
[_From Camo2000 on 2020-03-18_](https://github.com/arduino/Arduino/issues/9887#issuecomment-600570772) just change the word "APPLE" to "Mode" and the LCD will fail or any word in the array once accessed. use int iSelection=0; to select the...
[_From per1234 on 2020-03-18:_](https://github.com/arduino/Arduino/issues/9887#issuecomment-600579017) Which board are you using?
[_From Camo2000 on 2020-03-18_](https://github.com/arduino/Arduino/issues/9887#issuecomment-600697514) it is the standard LCD board 1602A
[_From per1234 on 2020-03-18:_](https://github.com/arduino/Arduino/issues/9887#issuecomment-600931325) Which Arduino board. For example: Uno, Leonardo, Mega, MKRZero, Nano 33 IoT...
[_From Camo2000 on 2020-03-18_](https://github.com/arduino/Arduino/issues/9887#issuecomment-600946898) Uno R3, but the board seems to be working the LCD only fails if a word containing this sequence "MOD" are sent to the LCD