Search posts, tags, users, and pages
Peyman
Hello, thanks for this topic. In this line, you write:
lcd.begin();
But this line is incorrect because you are using an I2C library. You should edit this line to:
lcd.init();