How to use I2C LCD with Arduino and how to use multiple LCDs with one Arduino

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • In this video, we will learn How to use I2C LCD with Arduino and also how to use multiple LCDs with only one Arduino.
    You can support us and unlock premium projects code by joining our membership by click the link below:
    / @miliohm
    You can download the sketch from here:
    miliohm.com/how-to-use-i2c-lc...
    Timestamp :
    00:00 Intro
    00:27 How to use I2C LCD backpack with arduino
    04:50 LCD cursor position
    05:35 Adjusting the brightness of LCD
    06:54 How to use multiple LCD with single arduino
  • Věda a technologie

Komentáře • 24

  • @sinnesia2958
    @sinnesia2958 Před 3 lety +1

    It's interesting. I just knew how to use many LCDs only with one arduino. Thanks again!

  • @wanjohimuthoni
    @wanjohimuthoni Před 9 měsíci

    What am I doing wrong, no text displayed on lcd.. only white boxes on upper line...
    The code lcd.backlight() is turning the lcd backlight off and on if I remove and add it respectively... but displaying text is not working

  • @KonselorSekolah1407
    @KonselorSekolah1407 Před 3 lety

    Changing the address of I2C LCD is new knowledge for me.

    • @miliohm
      @miliohm  Před 3 lety

      Keep watching my channel :)

  • @ElabIndustrial
    @ElabIndustrial Před 11 měsíci

    Helpful video ❤

  • @michellemotta1032
    @michellemotta1032 Před 2 lety

    Hey thx… I am having trouble running lcd with max7219 8x32 dot matrix, they work separately but not together, wondering if addresses might be my issue?

    • @miliohm
      @miliohm  Před 2 lety

      No, it has different communication protocol. This is i2c while max7218 is SPI

  • @thevabhas7225
    @thevabhas7225 Před 3 lety

    Excellent... thanks..
    You have any idea vending ATM program ...

    • @miliohm
      @miliohm  Před 3 lety

      Check this czcams.com/video/fFEVU1oJLqk/video.html

    • @thevabhas7225
      @thevabhas7225 Před 3 lety

      @@miliohm thank you very much for early reply. I have seen many videos on your blog
      For people like us your service is a great support. God bless you...

    • @thevabhas7225
      @thevabhas7225 Před 3 lety

      This is only about communication but I am expecting on water flow sensor vending system. Thanks

  • @quantum-inc
    @quantum-inc Před 3 měsíci

    This library only works with specific backpacks

  • @captain_jandu1
    @captain_jandu1 Před rokem +1

    Will The I2C work with LCD without Soldering?

    • @miliohm
      @miliohm  Před rokem

      sure, as long as you don't need to change the address

  • @codex3431
    @codex3431 Před 2 lety

    my one does not work

  • @janosgajda5287
    @janosgajda5287 Před 2 lety

    Dear miliohm, at 5:04 addressing the bottom line 7th character should be 7,1 not 1,7. Otherwise good tutorial.

    • @miliohm
      @miliohm  Před 2 lety

      You are right, thanks for correction

  • @lukassvec5289
    @lukassvec5289 Před 3 lety

    I have 2 same adress

  • @DownHillBumiayu
    @DownHillBumiayu Před 3 lety

    Nice

  • @codex3431
    @codex3431 Před 2 lety

    it couldn't find the i2c module

    • @miliohm
      @miliohm  Před 2 lety

      if the i2c scanner can't find the address. Maybe you have problem with the wiring

    • @codex3431
      @codex3431 Před 2 lety

      @@miliohm thanks it worked