What does this mean??? SOS!

Hi.

I'm trying to get some code to work for a 16 by 2 LCD screen. When I verify it, initially there were two issues. One was due to a missing semi colon (; :stuck_out_tongue: ) and the other I can't get my head round. There is a file attached showing the error report and the void loop() section (where the issue is specified to be in a .txt file. Also there is a .ino file with the error report commented!

Sorry in advance if this is me being an idiot.

Thanks!!!
8) :smiley: :smiley: :smiley: 8)

lcd_sketch.ino issue.txt (680 Bytes)

lcd_sketch.ino (1021 Bytes)

lcd.clear; should be lcd.clear();

Pete

Wow. I am a twit! Thanks!
Whew! And I couldn't spot that!

And I can't work out where the line ref means!

The error message indicates that the error is on line 41. But then you added 4 lines of comment which moved that line to 45.
That's why we ask that you post the code that failed. Not snippets or modifications, which make it harder to figure out what's going on.

Pete