Using LiquidCrystal(...) in the setup() function doesn't work either, because then it's unknown in loop().
It would be unusual to do it, but can you create the LCD instance in loop() ?
Using LiquidCrystal(...) in the setup() function doesn't work either, because then it's unknown in loop().
It would be unusual to do it, but can you create the LCD instance in loop() ?