How to Wire an LCD Display in Tinkercad

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 31

  • @saidchaida5431
    @saidchaida5431 3 місяці тому +1

    Excellent! Straightforward, no none sense
    Don't forget to, 1 hour before, connect the potentiometer Terminal 1 to the hot line

  • @mymy-schoppenboerr
    @mymy-schoppenboerr Рік тому +44

    #include
    const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2;
    LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
    void setup() {
    lcd.begin(16, 2);
    lcd.print("YOUR TEXT HERE");
    }
    void loop() {{
    for (int positionCounter = 1; positionCounter++;) {
    lcd.scrollDisplayLeft();
    delay(100);
    }
    delay(5000);}

  • @nateruff3139
    @nateruff3139 8 місяців тому

    I wish I had you as a teacher in grade school, or high school. Your video is easy to follow, and I wish I had Access to tools, equipment, and instruction that would have furthered my education In programming, coding, and electronic projects when I was younger. Please do not stop making videos. Your dedication to inspiring people, and young minds does not go unnoticed. Unfortunately, because I was subject to a deprivation to useful information as a child, I had to learn everything on my own and outside of the public education system.

  • @olomayianajesse9156
    @olomayianajesse9156 10 місяців тому

    for those facing trouble simulating, just adjust your contrast with the potentiometer

  • @camilagomes2956
    @camilagomes2956 5 місяців тому

    thanks a lot for helping me out!

  • @johanbadenhorst8120
    @johanbadenhorst8120 3 роки тому

    Thanks this makes it so clear!

  • @mdbulbulahmed166
    @mdbulbulahmed166 Рік тому

    Thank you ❤

  • @petarpetrov4458
    @petarpetrov4458 3 місяці тому

    my lcd works but, message is not showing, how can i fix this?

  • @PrabhavathyS
    @PrabhavathyS 2 роки тому +6

    Hello sir, i tried using your code it's simulating, but message is not displayed in the LCD board, please give some suggestions

    • @MRLONGCTE
      @MRLONGCTE  Рік тому +2

      Your potentiometer has to be turned all the way up. You would have No display otherwise even if lcd is on.

    • @bilalmuhammed3987
      @bilalmuhammed3987 Рік тому

      @@MRLONGCTE Even after doing it, its not displaying

    • @SubcribeWithoutanyvideo-mt4zz
      @SubcribeWithoutanyvideo-mt4zz Рік тому +5

      i face the same solution even i turn the potentiometer all the way up, my solution you have to connect the black wire to ground board first and then you can connect from ground to the potentiometer leg.

    • @dang48
      @dang48 Рік тому

      @@SubcribeWithoutanyvideo-mt4zz Thank you for the suggestion. I had the same issue and your wiring suggestion corrected it.

    • @ibukunking-davidbello4735
      @ibukunking-davidbello4735 5 місяців тому

      @@SubcribeWithoutanyvideo-mt4zz tnks alot works now , I had the same issue to

  • @hsushdvdhghdubehdh4176
    @hsushdvdhghdubehdh4176 3 роки тому

    Hi may i ask what is the value of potentiometer and resistor? Thx

  • @hellrevargen
    @hellrevargen 3 місяці тому

    bro has 2 separet intros

  • @piyuanuththara3095
    @piyuanuththara3095 Рік тому

    Why not display message in lcd

  • @san_7123
    @san_7123 3 роки тому

    i need tinkercad link.......

  • @karanbhatia1304
    @karanbhatia1304 2 роки тому +3

    The LCD isn't playing my message. Any suggestions?

    • @zettkusanagi6322
      @zettkusanagi6322 Рік тому +1

      potentiometer had to be turned all the way up. No display otherwise even if lcd is on.

    • @dang48
      @dang48 Рік тому

      Also, split the positive wire for the potentiometer (Terminal 1) so that one part is connected directly to the positive bus on the breadboard and a second wire connected from the LCD directly to the positive bus on the breadboard. It worked for me.

    • @-ScienceisScience
      @-ScienceisScience 10 місяців тому

      @@dang48 in the LCD from where to where should I connect to the positive bus, I meant which pin

  • @FurkanDincerov
    @FurkanDincerov Рік тому

    Hi

  • @dhanushkadalpathadu9379
    @dhanushkadalpathadu9379 3 роки тому

    what is the code

    • @MRLONGCTE
      @MRLONGCTE  3 роки тому +11

      #include
      // 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("happy birthday stevenson!");
      }
      void loop() {{
      for (int positionCounter = 1; positionCounter++;) {
      lcd.scrollDisplayLeft();
      delay(100);
      }
      delay(5000);}
      }

    • @MRLONGCTE
      @MRLONGCTE  3 роки тому +2

      You should be able to copy and paste that code into your coding text area.

    • @12soldiers88
      @12soldiers88 2 роки тому

      @@MRLONGCTE Sir, I am planning to have a clock comes up after the walking massage. Is there any way I can do it? Can you help me sir..

    • @pollescasluckyemmanuel8153
      @pollescasluckyemmanuel8153 Рік тому

      @@MRLONGCTE nothing is showing up in my lcd

    • @boymente6255
      @boymente6255 Рік тому

      @@MRLONGCTE s

  • @FurkanDincerov
    @FurkanDincerov Рік тому

    Hello