Coder Social home page Coder Social logo

arduino-functional-lcd's Introduction

Arduino-Functional-LCD

This Arduino project demonstrates a simple message display on an LCD using the LiquidCrystal library. The LCD scrolls the message "Hire Me!" continuously, making it an engaging and straightforward project for beginners.

Code Explanation

The provided CPP code utilizes the Arduino framework and the LiquidCrystal library to control the LCD. Here is a breakdown of the main components and functionalities:

  • Declarations:

    • lcd: Initializes the LiquidCrystal library with the pins connected to the LCD.
  • Setup Function:

    • Initializes the LCD with the specified number of columns and rows.
    • Prints the message "Hire Me!" to the LCD.
    • Displays the initial text for 1 second.
  • Loop Function:

    • Scrolls the displayed message to the right.
    • Adds a delay between scroll actions for a smooth scrolling effect.

Circuit Diagram

Connect the LCD to your Arduino as follows:

  • RS to pin 12
  • E to pin 11
  • D4 to pin 5
  • D5 to pin 4
  • D6 to pin 3
  • D7 to pin 2

Emulated View

License

This project is licensed under the MIT License.

Thank you for viewing. Have a great day ahead!

Authors

๐Ÿ”— Links

portfolio linkedin twitter

'Making creativity come to life'

arduino-functional-lcd's People

Contributors

shekog1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.