
Displays like LCDs or the 7-segment variety allow you to untether your projects from the computer by giving you another more portable way to display information rather than the serial monitor. Displays require more wiring than the components we’ve worked with so far so we’ll go through the connections together and then program a few messages and animate text. Then we’ll program a simple calculator to output the results on the screen. In later lessons, the LCD screen will make a cameo as we display different sensor readings.
MATERIALS:
You’ll be able to follow along and build all the projects featured in this course with the ELEGOO UNO Project Super Starter Kit.
LESSON CONTENT:
- Introduction to the different types of displays
- Connecting both types of displays to the Arduino
- Using a potentiometer to adjust brightness
- Lighting up numbers on the 7-segment display
- Programming messages on the LCD screen
- Animating messages on the screen
- Programming a simple calculator
- Assignment