How to Wire an LCD Display in Tinkercad

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 32

  • @saidchaida5431
    @saidchaida5431 5 หลายเดือนก่อน +2

    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 ปีที่แล้ว +50

    #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);}

  • @NRT-5.56
    @NRT-5.56 10 หลายเดือนก่อน

    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 11 หลายเดือนก่อน

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

    • @zainsanimations6904
      @zainsanimations6904 10 หลายเดือนก่อน

      how do i turn the dial on it though?

  • @camilagomes2956
    @camilagomes2956 6 หลายเดือนก่อน

    thanks a lot for helping me out!

  • @johanbadenhorst8120
    @johanbadenhorst8120 3 ปีที่แล้ว

    Thanks this makes it so clear!

  • @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 6 หลายเดือนก่อน

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

  • @petarpetrov4458
    @petarpetrov4458 4 หลายเดือนก่อน

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

  • @hsushdvdhghdubehdh4176
    @hsushdvdhghdubehdh4176 3 ปีที่แล้ว

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

  • @piyuanuththara3095
    @piyuanuththara3095 ปีที่แล้ว

    Why not display message in lcd

  • @karanbhatia1304
    @karanbhatia1304 2 ปีที่แล้ว +3

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

    • @zettkusanagi6322
      @zettkusanagi6322 2 ปีที่แล้ว +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 ปีที่แล้ว

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

    • @harveyengada2037
      @harveyengada2037 14 วันที่ผ่านมา

      @@dang48 hi bro how to fix the wirings it didn't show message??

  • @mdbulbulahmed166
    @mdbulbulahmed166 ปีที่แล้ว

    Thank you ❤

  • @san_7123
    @san_7123 3 ปีที่แล้ว

    i need tinkercad link.......

  • @hellrevargen
    @hellrevargen 4 หลายเดือนก่อน

    bro has 2 separet intros

  • @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

  • @FurkanDincerov
    @FurkanDincerov ปีที่แล้ว

    Hi