wvmarle:
lcd.begin(16, 2);// lcd display is type 16x2
lcd.setCursor(0,2);
One of these is wrong, for starters.
What's wrong with the statement? The position of the cursor?
wvmarle:
lcd.begin(16, 2);// lcd display is type 16x2
lcd.setCursor(0,2);
One of these is wrong, for starters.
What's wrong with the statement? The position of the cursor?