Hello guys, I've just encountered a problem here. The code is the problem. My display is not displaying what I want it to show, neither the code is showing some error. Here is the code:-
if (song_number == 1){
lcd.clear();
lcd.print(song_number);
lcd.setCursor(0,1);
lcd.print("2");
}
This is just a part of my code. Here the "song number" is the variable. I want it to show up when the variable has a value as one ,so that I can play song number 1.
Please get back to me if you know the answer to this
Thanks ![]()