Raspberry Pi Pico Color OLED (SSD1331) display tutorial using CircuitPython.

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

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

  • @Tims_Projects
    @Tims_Projects 2 года назад +1

    Thanks for another great example.

  • @CrashElementsLP
    @CrashElementsLP 2 года назад +1

    How to get this to work with a the 7735 display.

  • @ronnie10k50
    @ronnie10k50 Месяц назад

    Hello, can I use the ssd1331 library for the ssd1357? Will i just need to change my height and width?

  • @kychemclass5850
    @kychemclass5850 2 года назад

    Another excellent video. Tq.

  • @venkateshshiga
    @venkateshshiga 2 года назад +1

    Hello,
    A video request.
    Can you try Tinyduino which is the smallest esp8266 board with module attachments like display,gps,battery pack which stack up and still look so small. Its not open source hence it's tough to get handson it.

  • @matthewfelgate
    @matthewfelgate 2 года назад +1

    Do you have the links to the libraries needed for this?

    • @Educ8s
      @Educ8s  2 года назад

      All you have to do is to download the CircuitPython libraries bundle. circuitpython.org/libraries All the libraries are in there.

  • @MandoRick1978
    @MandoRick1978 2 года назад +1

    Nice video. I use C++ ;(

  • @oldedutchmaster
    @oldedutchmaster 2 года назад

    Can you do the pico and st7789?

    • @Educ8s
      @Educ8s  2 года назад +1

      Yes, but be careful, if your st7789 display don't have a CS pin, it won't work with CircuitPython.

    • @oldedutchmaster
      @oldedutchmaster 2 года назад

      @@Educ8s Thanks! That is the case for me.

    • @Educ8s
      @Educ8s  2 года назад

      I just saved a day of trial and error and a lot of frustration. ;-) This was what happened to me.

  • @CrashElementsLP
    @CrashElementsLP 2 года назад

    i get the error IndexError: Tile index out of bounds

  • @odedelectronics
    @odedelectronics Год назад

    i tried to put it in the pico's storage but it does'nt work (its says that, "no module named 'board' ") .
    in the 1602 lcd i2c i save the library file in the pico through the thonny ide, but here the file type is'nt python (py), it's (mpy).
    please explain what to do.

    • @Educ8s
      @Educ8s  Год назад

      Do you use CircuitPython or MicroPython ?