How to print data on LCD?

How to print data on LCD?

Overview

This project tells about how to print data on LCD.

In this project, data is printed on an LCD potentiometer is used to set LCD configurations.

Hardware required 

  1. Arduino Uno R3
  2. LCD
  3. Resistor
  4. Jumper Wires
  5. Potentiometer

Schematic Diagram

Fig 1.  Circuit Diagram

Arduino Code :

#include <LiquidCrystal.h>

LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

void setup() {
  lcd.begin(16, 2);
  // Print a message to the LCD.
  lcd.print("SARGA ADDITIVE");
}

void loop() {
  lcd.setCursor(0, 1);
  lcd.print("MANUFACTURING");
}

Precautions

  1. Connections should be done properly.
  2. Arduino is case Sensitive so code accordingly.
  3. Give different and appropriate colors to the wires.
  4. Use resistors for sensors and LED’s.

Do you have questions regarding our STEM program?

Contact us anytime.

Take your first step into the magical world of coding for kids

Share:

More Posts

Send Us A Message

Coding For kids

Coding Courses for Kids Online

Our courses which are tailored for grades 1 to 12, and our hands-on curriculum seamlessly integrates, preparing students for challenges and inspiring the next generation.

STEM Labs

STEM LAB for Schools

If you are a school searching for a cutting-edge makerspace solution that goes beyond conventional education, look no further. Partner with Makers’ Muse to unlock a world of innovation and transformative learning experiences for your students. 

Coding Toys

STEM LAB for Schools

Discover a revolutionary coding journey for students with our cutting-edge educational toys. Partner with us to unlock innovative learning experiences that transcend traditional education.

Leave a Reply