saving . . . saved error in verify/compilation has been deleted. error in verify/compilation has been hidden .
error in verify/compilation
Title
Question
stray '\\342' in program error shown in 

lcd.print(\u201cHELLO WORLD\u201d);
can i know why....??
connections are all correct according to me

Arduino Arduino-with-LCD 11-12 min 20-30 sec 08-02-20, 12:31 p.m. E6012

Answers:

LCD experiment involves lot of connections. Please make sure you have connected all the required pins to arduino and LCD module. Also, as described in the tutorial, you need to add the liquidcrystal library in your code.

08-02-20, 12:37 p.m. Pratikjb11


sir done already 
08-02-20, 12:38 p.m. E6012


Please make sure both the functions, i.e. void setup() and void loop() are present in the code. Even if you are typing the Hello World inside void setup function, you need to keep void loop() function in the code
08-02-20, 12:44 p.m. Pratikjb11


Were you able to perform the previous code i.e. First Row & Second Row successfully ? 

08-02-20, 12:45 p.m. Pratikjb11


Log-in to answer to this question.