Arduino Tutorial 32- Understanding and Using an 8x8 LED Matrix

Поделиться
HTML-код
  • Опубликовано: 3 фев 2022
  • The 8x8 LED Matrix is one of my best components. It lets you control 64 LEDs with just 16pins or even 5pins using the one that comes with the MAX72xx module.
    ● Playlist Link: bit.ly/2VT2ZAN
    ● Arduino IDE: www.arduino.cc/en/software
    --------------------------------------------------------------------
    ► Get Your First Arduino Starter Kit 👇:
    ✅ amzn.to/3VfGNM1
    👉 amzn.to/3L7gPpw
    --------------------------------------------------------------------
    FOLLOW ME:
    ● Facebook: / enjoymechatronics
    ● Github: github.com/Enjoy-Mechatronics
    ♥ Don't Click This! : bit.ly/3jvI8g6
    --------------------------------------------------------------------
    ► All content by Enjoy Mechatronics is 100% free. I believe that education should be freely available to everyone.
  • НаукаНаука

Комментарии • 6

  • @malikthetalentmaker6001
    @malikthetalentmaker6001 2 года назад +2

    Cooooool

  • @Calico_Critterzzz
    @Calico_Critterzzz Год назад +2

    What do I do if I want to control 2 or more matrices?

    • @EnjoyMechatronics
      @EnjoyMechatronics  Год назад +2

      Create another object of type
      LedControl lc2(second matrix pins)
      And use the same functions like
      lc2.clearDisplay()

  • @NC_Shorts_Telugu
    @NC_Shorts_Telugu 11 месяцев назад +1

    Code?

  • @skpanda1980
    @skpanda1980 5 месяцев назад

    C:\Users\91983\AppData\Local\Temp\.arduinoIDE-unsaved2024110-7032-1t0c0zx.jgmi\sketch_feb10a\sketch_feb10a.ino:1:9: fatal error: LedControl: No such file or directory
    #include
    ^~~~~~~~~~~~
    compilation terminated.
    exit status 1
    Compilation error: LedControl: No such file or directory

    • @oneangelartyz1090
      @oneangelartyz1090 5 месяцев назад

      install the library, look at the side panel for Library MAnager. Add Led Control