Display Data: Full LCD Control (20x4 or 16x2) with microPyhton

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

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

  • @Dirk-bo8di
    @Dirk-bo8di 6 หลายเดือนก่อน

    Thanks a lot, Lutz! Really great!
    After I sorted out, that the I2C-pins used in the Fritzing picture were not the ones used in your code, all worked perfect. Much appreciated!

  • @damianzelazny5785
    @damianzelazny5785 8 หลายเดือนก่อน

    Awesome stuff, thank you for sharing your knowledge!

  • @cryptolover827
    @cryptolover827 9 หลายเดือนก่อน

    Thanks for sharing, awesome example ;D

  • @jyvben1520
    @jyvben1520 8 หลายเดือนก่อน

    how to (un)comment some selected block of text in thonny, some may need to use Control Shift 3, usa kb needs only Control 3

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

    File "pico_i2c_lcd.py", line 22, in __init__
    OSError: [Errno 5] EIO
    i am getting this error that every fckn try man . pls help

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

      Hi, some question to this.
      1) did you try at frist the scan File i Provide on GitHub? And is it working?
      2) whats the Programm you are calling this function /file from. Did you try example 3 from my github repository?
      3) this Error is normaly comming from a Timing issu, do you use the i2c Bus in your Programm before, without waiting ? May you need to add a sleep command (>5ms) in Front of the command.

  • @TOMTOM-nh3nl
    @TOMTOM-nh3nl ปีที่แล้ว

    Thank You

  • @TickleTigger-xs2rp
    @TickleTigger-xs2rp ปีที่แล้ว

    if wnyone else made the same mistake i did, check that your directories match up with the code.