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

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • Raspberry Pi Pico Color OLED (SSD1331) display tutorial using CircuitPython.
    In this video I am going to show you how to connect this 1” Color OLED display to a Raspberry Pi Pico board. I will also show you how to use it with CircuitPython and I will share with you 3 useful projects to help you get started and save you a lot of time.
    This Color OLED display is one of my favourite displays of all time. I have used it in some Arduino projects in the past and I really like it. The advantages of this display are the following.
    It is a color display that uses the OLED technology which means it has a very high contrast ratio, a wide viewing angle, and a very low power consumption.
    The disadvantages of this display is that it is small in size, it is just 1” inch in diagonal and it is a bit more expensive than other displays. It costs around $10.
    The display has a resolution of 96x64 pixels, it supports 16bit color, and it uses the SPI interface to communicate with the microcontroller. The connection to the Raspberry Pi Pico board is very easy. All we have to do is to connect power and 5 more wires.
    🛒 Color OLED: educ8s.tv/part/ColorOLED
    🛒 Raspberry Pi Pico: educ8s.tv/part/RaspberryPiPico
    🛒 Multimeter: www.aliexpress.com/item/10050...
    Use this code for discount: P8QOBTROCJSQ
    Promotion: 35% off+$2
    💻 Code: educ8s.tv/raspberry-pi-pico-c...
    Join this channel to get access to perks:
    / @educ8s
    0:00 Intro
    0:20 Specs
    1:08 Connection
    2:21 Libraries
    3:30 Hello World Project
    3:53 Pong Game Project
    4:26 Power Consumption
    4:54 GIF animation Project
    #circuitpython #educ8stv #raspberrypi
  • НаукаНаука

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

  • @Tims_Projects
    @Tims_Projects Год назад +1

    Thanks for another great example.

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

    Another excellent video. Tq.

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

    Nice video. I use C++ ;(

  • @CrashElementsLP
    @CrashElementsLP Год назад +1

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

  • @venkateshshiga
    @venkateshshiga Год назад +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 Год назад +1

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

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

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

  • @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 ?

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

    Can you do the pico and st7789?

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

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

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

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

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

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

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

    i get the error IndexError: Tile index out of bounds