EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Topics / how to interface 16*2 lcd display with arduino uno

how to interface 16*2 lcd display with arduino uno

|

Microcontroller › Arduino › how to interface 16*2 lcd display with arduino uno

  • This topic has 4 replies, 2 voices, and was last updated 9 years, 12 months ago by rupa.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • January 26, 2016 at 7:54 am #4240
    rupa
    Participant

    iam using arduino uno and JHD 162A lcd display board

    iam just trying to display hello world 

    and my program is 

    #include <LiquidCrystal.h>
     
    // initialize the library with the numbers of the interface pins
    LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
     
    void setup() {
      // set up the LCD's number of columns and rows:
      lcd.begin(16, 2);
      // Print a message to the LCD.
      lcd.print("hello, world!");
    }
     
    void loop() {
      // set the cursor to column 0, line 1
      // (note: line 1 is the second row, since counting begins with 0):
      lcd.setCursor(0, 1);
      // print the number of seconds since reset:
      lcd.print(millis() / 1000);
    }
     
    but my lcd is not displaying anything 
    PLZ CAN ANY ONE HELP ME WITH THIS 
    January 27, 2016 at 7:50 am #13661
    rupa
    Participant

    u just need a variable resistor of 10K which need to be connnected arduino

    January 29, 2016 at 7:41 am #13666
    Ashutosh Bhatt
    Participant

    can you vary the brightness of LCD? have you connected the pot with LCD?

    January 30, 2016 at 3:31 am #13667
    rupa
    Participant

    if u dont need brightness dont connect 15 and 16 pins

    if u want to vaey the brightness to a 100k variable resistor and using it will vary the brightness for sure

    thank you

    January 30, 2016 at 3:32 am #13668
    rupa
    Participant

    if u dont need brightness dont connect 15 and 16 pins

    if u want to vaey the brightness to a 100k variable resistor and using it will vary the brightness for sure

    thank you

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • renewed interest in old project I call it WICKED 8 January 23, 2026
  • Expensive hobby January 23, 2026
  • analog logic of shmidt trigger bjt circuit January 23, 2026
  • getting no where fast 8 x 8 led matrix January 23, 2026
  • Micro mouse January 22, 2026

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2026 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise