TextLCD: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing]

Hello,

that seems to be caused by old/bad converting from int to char, see .cpp line 3444.
There exist many versions of the TextLCD, it is very old but I’m using this one, it’s already fixed.

BR, Jan