This repository contains an Arduino sketch for controlling an LCD1602 display using the I2C interface. The sketch demonstrates how to display a scrolling message on the LCD.
- Arduino R4 with Renesas microcontroller
- LCD1602 display with I2C interface
- Connecting wires
- Arduino IDE
- LiquidCrystal_I2C library
- Clone this repository:
git clone https://github.com/yourusername/Arduino_LCD1602_Scrolling_Message.git
- Open the
LCD1602_Scrolling_Message.ino
file in the Arduino IDE. - Install the LiquidCrystal_I2C library:
- Open the Arduino IDE.
- Go to
Sketch
->Include Library
->Manage Libraries...
. - Search for
LiquidCrystal_I2C
and install it.
- Connect the hardware as follows:
- VCC -> 5V
- GND -> GND
- SDA -> A4
- SCL -> A5
- Upload the sketch to your Arduino board.
- The LCD will display the message "Hello Arduino" scrolling from right to left.
Created by Murasan.
For more projects and information, visit Murasan's website.
This project is licensed under the MIT License - see the LICENSE file for details.