Square Pixel Display with RGB Matrix and CircuitPython

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 27

  • @SupaBlank
    @SupaBlank 3 роки тому +3

    i attend CES every year and see all the new tech like transparent displays, but i still have a soft spot for classic led matrix displays, awesome video and clean build.

  • @RaspberryPiGirls
    @RaspberryPiGirls 2 роки тому +4

    CircuitPython is the best and easiest way to program your led matrix

  • @Johan_solo
    @Johan_solo 2 роки тому

    This is exactly what I've been looking for. Thank you!

  • @teymthebeast
    @teymthebeast 3 роки тому +4

    question as a total n00b to all of this... how much more complex would it get if I wanted to put two of the displays next to each other in a different case to get a "widescreen"?
    Coding wise and in terms of connection two instead of one display. cheers!

    • @adafruit
      @adafruit  3 роки тому +3

      Would be easier to use a 64x32 display and just update the code with width=64 - The rgb matices tutorial shows how to connect multiple displays. learn.adafruit.com/rgb-led-matrices-matrix-panels-with-circuitpython/advanced-multiple-panels

    • @teymthebeast
      @teymthebeast 3 роки тому +1

      @@adafruit Oh... :D well, yes. Thank you. hehehe.

  • @dannydaniel138
    @dannydaniel138 4 місяці тому

    Is there a way to connect or edit using an app?

  • @ronnie10k50
    @ronnie10k50 20 днів тому

    This might be a stupid question, but may I use this method and its libraries to display an animated gif onto a rgb oled display? The oled display "SSD1357" to be specific. Currently it doesn't have adafruit circuit python drivers so I am very unsure how to use this thing.

  • @bluesonkel
    @bluesonkel Рік тому

    will this work directly on a raspi ??

  • @nyc863
    @nyc863 3 роки тому +1

    this is fun. To have it internet connected are there connections left for an airlift wifi board?

    • @adafruit
      @adafruit  3 роки тому +1

      could use the feather with esp32 s2 chip instead of the RP2040

  • @voidmageprogramer
    @voidmageprogramer 9 місяців тому

    i just want show one image is thtat posible is really hard to under stand the code coul you help me pleas??

  • @liza2005levin
    @liza2005levin 3 роки тому +1

    Hey, is there any way I can find out the dimensions of the different pieces in the CAD files? They are not listed on Thingiverse but It would be helpful to know so that I can make sure to print them correctly.

  • @nazirlatefe5874
    @nazirlatefe5874 Рік тому

    Is this framabale into a cars headliner

  • @jcon8888
    @jcon8888 2 роки тому

    would this change too much if i use a matrix with a 5mm pitch instead of 6?

  • @levinzhang5811
    @levinzhang5811 2 роки тому

    Hey, how many colors does RGB matrix or neopixels support?

  • @dorkman135
    @dorkman135 3 роки тому

    how much did the overall build cost? approximately

  • @jamesbrady9105
    @jamesbrady9105 9 місяців тому

    where can you download the source code?

  • @joshuadejood5234
    @joshuadejood5234 3 роки тому

    If i where to make this but use neopixels and its 100x100 would this work

  • @diegoxwarri0r
    @diegoxwarri0r 3 роки тому

    can i use a arduino nano rp240 instead?

  • @superchecker7332
    @superchecker7332 11 місяців тому

    i needed files for 64x64

  • @AllPr0Allen
    @AllPr0Allen 3 роки тому

    Would there possibly be a way to connect 3 hardware switches that trigger different animations when pressed ?

    • @adafruit
      @adafruit  3 роки тому +1

      yep! the code current is setup for two button switches

    • @AllPr0Allen
      @AllPr0Allen 3 роки тому

      @@adafruit Perfect! Thanks!

  • @SESAmbassadorOfBlahajs
    @SESAmbassadorOfBlahajs Рік тому

    This video sort of just.. skims through the code. I am at my wits end searching for the code that they used in this video and it's driving me insane. Can someone please provide any help, I'm more specifically asking if anyone has the code used in this video.

    • @Killitydoom
      @Killitydoom Рік тому

      I can't speak for the original creator but I will say that ChatGPT/Bing has been super effective at helping with small scale projects like this!

  • @randomChannelY
    @randomChannelY Рік тому

    nice!