LCD I2C Blinking Text Using Arduino

by RonFrtek in Circuits > Arduino

289 Views, 0 Favorites, 0 Comments

LCD I2C Blinking Text Using Arduino

LCD I2C Blinking Text Using Arduino

In this Tutorial we will learn how to use an LCD I2C to make a blinking Text project using Arduino.

Watch the video!

What You Will Need

F4E9O89KK5FQW8Y.jpg
336-3361370_arduino-uno-r3-png-png-download-arduino-uno.png
VisuinoAdvrtisementPortentaH7.jpg
FJRR1KTKV2I5ZUA.jpg
  • LCD Display I2C 20X4 (if you use diferent LCD then make sure that you specify the right Columns and Rows in the Visuino component)
  • Jumper wires
  • Arduino UNO or any other board
  • Visuino software: Download here

The Circuit

2022-04-25_10-50-38.jpg
  • Connect LCD Display pin VCC to Arduino pin 5V
  • Connect LCD Display Module pin GND to Arduino pin GND
  • Connect LCD Display pin SCL to Arduino pin SCL
  • Connect LCD Display pin SDA to Arduino pin SDA

Start Visuino, and Select the Arduino UNO Board Type

F3UOF8GKU2NWUE7.jpg
Visuino-Select-Board-UNO.jpg

The Visuino: https://www.visuino.eu also needs to be installed. Download Free version or register for a Free Trial.

Start Visuino as shown in the first picture Click on the "Tools" button on the Arduino component (Picture 1) in Visuino When the dialog appears, select "Arduino UNO" as shown on Picture 2

In Visuino Add Components

2022-04-25_10-55-41.jpg
2022-04-25_10-56-14.jpg
2022-04-25_10-56-35.jpg
2022-04-25_10-57-07.jpg
  • Add "Pulse Generator' component
  • Add "Digital Multi Source" component
  • Add "Text Value" component
  • Add "Detect Edge" component
  • Add "Liquid Crystal Display (LCD) - I2C" component

In Visuino Set Components

2022-04-25_11-02-06.jpg
2022-04-25_11-02-25.jpg
2022-04-25_11-03-07.jpg
2022-04-25_11-05-28.jpg
2022-04-25_11-04-01.jpg
  • Select "TextValue1" and in the properties window set "Value" to FLASH TEXT <
  • Select "DetectEdge1" and in the properties window set "Rising" to False
  • Select "LiquidCrystalDisplay1" and in the properties window depending on the type of your display set the number of Columns and Rows in this case "Columns" 20 and "Rows" 4
  • Double click on the "LiquidCrystalDisplay1" and in the elements window Drag "Text Field" to the left side and in the properties window Optionally set "Width" to 20, different Row if you want or Colums, Experiment to see what fits you.

Note: If you want to increase the blinking speed increase the "PulseGenerator1" frequency

In Visuino Connect Components

2022-04-25_11-21-22.jpg
  • Connect "PulseGenerator1" pin [Out] to "DigitalMultiSource1" pin [In]
  • Connect "DigitalMultiSource1" pin [0] to "TextValue1" pin [Clock]
  • Connect "DigitalMultiSource1" pin [1] to "DetectEdge1" pin [In]
  • Connect "TextValue1" pin [Out] to "LiquidCrystalDisplay1" > "Text Field" pin [In]
  • Connect "TextValue1" pin [Out] to "LiquidCrystalDisplay1" > "Text Field" pin [Clock]
  • Connect "DetectEdge1" pin [Out] to "LiquidCrystalDisplay1" pin [Clear]

Generate, Compile, and Upload the Code

Visuino-Compile-UNO.jpg

In Visuino, at the bottom click on the "Build" Tab, make sure the correct port is selected, then click on the "Compile/Build and Upload" button.

Play

If you power the Arduino module the LCD will start to blinking the text.

Congratulations! You have completed your project with Visuino. Also attached is the Visuino project, that I created for this Instructable, you can download it and open it in Visuino: https://www.visuino.eu