HUB75 RGB LED matrix with MicroPython on ESP32 NodeMCU? #10776
danielmader
started this conversation in
General
Replies: 3 comments 19 replies
-
Here is one possible solution: https://notes.benjemmett.com/archives/114 |
Beta Was this translation helpful? Give feedback.
15 replies
-
Have you seen the ESP32-Trinity dev board, which plugs into the back of one of those HUB75 panels? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Actually P6 rgb module is purchasing, but at this time different type of pixel arragment, so what to do changes into the arduino_gfx library, because my data is not getting proper display |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like to create a simple clock with a 64x32 LED matrix. I've found very valuable information on two websites about how to use this kind of display:
https://www.bigmessowires.com/2018/05/24/64-x-32-led-matrix-programming/
https://www.sparkfun.com/news/2650
My idea was to create the required "images" before and select them with some kind of look-up. Unfortunately, the loops are way too slow.
Is it impossible to run such a display with MicroPython? Do I need to use CircuitPython instead, with its rgbmatrix module?
Attached is my full code, maybe someone can point out a way to remove the bottleneck. Thanks in advance!
example_HUB75_Waveshare_64x32_LED.py.txt
Beta Was this translation helpful? Give feedback.
All reactions