Video Player is loading.

Up next


How to Program the LCD I2C in 15 minutes with Arduino!

Multilingual Coder
Multilingual Coder - 335 Views
0
335 Views
Published on 11 Feb 2021 / In Technology

This tutorial shows how to install the LiquidsCrystal_I2C library into the Arduino IDE, how to print messages on your LCD_I2C, and how to display your own emoji like characters.
Here is the link to the LiquidsCrystal_I2C.h Arduino library.
https://github.com/johnrickman/LiquidCrystal_I2C
Here is the array for the Smiley face.
B00000,
B01010,
B00000,
B00100,
B00000,
B10001,
B01110,
B00000,
Here is the array for the little man
B00000,
B00100,
B01010,
B00100,
B01110,
B10101,
B01010,
B10001,



My Youtube www.youtube.com/channel/UC-YczShZOYQHUhanPD8_M4A

Show more
0 Comments sort Sort by

Up next