Arduino

Display Three Names at Delay of 10 Seconds using Arduino and LCD

In this post, we are going make a program which will show three names at delay of 10 seconds using Arduino microcontroller and Liquid Crystal Display. Moreover, you will require two libraries Wire and LiquidCrystal_I2C . Again LiquidCrystal_I2C lcd(0x27,16,2); line sets LCD address at 0x27 having 16 columns and 2 rows. In the below program […]

Display Three Names at Delay of 10 Seconds using Arduino and LCD Read More »