How to make the connections of 16x2 lcd display without potentiometer

แชร์
ฝัง

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

  • @multi-j6462
    @multi-j6462  3 ปีที่แล้ว +7

    Source code:
    #include
    int contrast=100;
    LiquidCrystal lcd(12,11,5,4,3,2);
    void setup()
    {
    analogWrite(6,contrast);
    lcd.begin(16,2);
    }
    void loop()
    {
    lcd.setCursor(0,0);
    lcd.setCursor(0,1);
    {
    lcd.print(" SUBSCRIBE FOR MORE ! "); // EDIT THE TEXT TO DISPLAYs
    }
    for(int scrollcounter=0;scrollcounter

  • @nagrajraninga5671
    @nagrajraninga5671 2 ปีที่แล้ว

    thank you sososo much dear 🤗🤗🤗 kitane paresan hone ke bad aapka video mila

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

    You're the best bro. Just straight to the point without even using breadboard

  • @1.areebaafreen6a47
    @1.areebaafreen6a47 2 ปีที่แล้ว

    This is the only Tutorial which worked for me!!!THANKS man.....

  • @user-wf9oc4bq3e
    @user-wf9oc4bq3e 3 ปีที่แล้ว +1

    simple and legit. i went to this tutorial. but then the screen went dimmed. But with ur connection its become brighter. Also ur tuto about pin connection is simple haha. Thats what we want. Much respect

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว

      Thank you for your valuable comment

  • @shiftedtopradeeproyalcreat8589
    @shiftedtopradeeproyalcreat8589 4 ปีที่แล้ว

    thank you dude my display works perfectly

  • @parseltongue572
    @parseltongue572 2 ปีที่แล้ว

    Thanku so much this video was really helpful👍👍

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

    Thank you so much bro❤️

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

    Thank you very much you are best 😀😀😀

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

    thx, the project worked! just change the code a little, for it is wrong. it should be 'lcd.begin(16,2);'

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว

      Yeah thanks ... Didn't notice that it became 20 instead of 2

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

      @@multi-j6462 btw your project saved my time thx for all u did! Thx a lot! (gives respect)

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

    Thank you

  • @yt_show7967
    @yt_show7967 4 ปีที่แล้ว +2

    code?

  • @malligeswarin6568
    @malligeswarin6568 2 ปีที่แล้ว

    Amazing super

  • @deathgun1863
    @deathgun1863 4 ปีที่แล้ว +3

    how did get those male pins on lcd?

    • @deathgun1863
      @deathgun1863 4 ปีที่แล้ว

      @@multi-j6462 can you give the code plz

    • @elitepass6910
      @elitepass6910 4 ปีที่แล้ว

      @@multi-j6462 He is asking for header pins ...
      Bro u need to solder them in LCD

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

    struggle over a week with my lcd, glad i came across this video,thank you.. in that code you've provided lcd.begin(16,20)..is that thing 20 is a error or something.

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว +1

      Thank you for your valuable comment .. good to know that....

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว +1

      It's (16,2) I think...
      Actually I don't remember ... It's been a long time

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

      @@multi-j6462 yeah, it's (16,2) which indicates 16 columns and 2 rows.
      Thank you for your response!

  • @hinasaysdilkibaat9080
    @hinasaysdilkibaat9080 2 ปีที่แล้ว

    Can I connect Arduino with laptop power instead of 9v battery

  • @harirajan8860
    @harirajan8860 2 ปีที่แล้ว

    Can i connect this type for any project using lcd

    • @multi-j6462
      @multi-j6462  2 ปีที่แล้ว

      Yes you can

    • @harirajan8860
      @harirajan8860 2 ปีที่แล้ว

      In this project how to use your coding

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

    please send a link to the source code

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว +1

      #include
      int contrast=100;
      LiquidCrystal lcd(12,11,5,4,3,2);
      void setup()
      {
      analogWrite(6,contrast);
      lcd.begin(16,20);
      }
      void loop()
      {
      lcd.setCursor(0,0);
      lcd.setCursor(0,1);
      {
      lcd.print(" SUBSCRIBE FOR MORE ! "); // EDIT THE TEXT TO DISPLAYs
      }
      for(int scrollcounter=0;scrollcounter

  • @yashoda.myashu4519
    @yashoda.myashu4519 2 ปีที่แล้ว

    bro for me it is not working pls help me

    • @multi-j6462
      @multi-j6462  2 ปีที่แล้ว

      Which part, code or connection

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

    Only starting but no output on the screen.please help.

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว

      Upload the code
      #include
      int contrast=100;
      LiquidCrystal lcd(12,11,5,4,3,2);
      void setup()
      {
      analogWrite(6,contrast);
      lcd.begin(16,20);
      }
      void loop()
      {
      lcd.setCursor(0,0);
      lcd.setCursor(0,1);
      {
      lcd.print(" SUBSCRIBE FOR MORE ! "); // EDIT THE TEXT TO DISPLAYs
      }
      for(int scrollcounter=0;scrollcounter

    • @amandubey3778
      @amandubey3778 3 ปีที่แล้ว +1

      not working again and again

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว

      @@amandubey3778 check the connecting wires with a battery and a motor.... sometimes the wires won't be that good...
      had faced the same many times

  • @adiyesakkarakatti7153
    @adiyesakkarakatti7153 2 ปีที่แล้ว

    It shows box bro

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

      Disconnected pin 15 and 16 and reset the arduino

  • @VISHALRANA-oc4ql
    @VISHALRANA-oc4ql 3 ปีที่แล้ว

    code kon dega tau

  • @PratikShastrakar
    @PratikShastrakar 4 ปีที่แล้ว +2

    Where's the code

  • @sakshamgupta5942
    @sakshamgupta5942 3 ปีที่แล้ว +1

    Where are the codes

    • @multi-j6462
      @multi-j6462  3 ปีที่แล้ว

      #include
      int contrast=100;
      LiquidCrystal lcd(12,11,5,4,3,2);
      void setup()
      {
      analogWrite(6,contrast);
      lcd.begin(16,20);
      }
      void loop()
      {
      lcd.setCursor(0,0);
      lcd.setCursor(0,1);
      {
      lcd.print(" SUBSCRIBE FOR MORE ! "); // EDIT THE TEXT TO DISPLAYs
      }
      for(int scrollcounter=0;scrollcounter