Anyone drive a 'P10' LED/SMD panel via MP? #18204
Replies: 2 comments
-
|
P10s - at least the types I used to sell - are kind of a loose definition. The one you linked to has an integrated wifi controller configurable only by Windows software. Some have SPI, but the bare boards are often a parallel interface/protocol that's very sensitive to timing issues. Since the boards that hit the hobbyist retail stream are typically surplus, they can have high failure rates. There are single-colour P10s, RGB P10s, outdoor-rated P10s, ... If you want something MicroPython compatible, Pimoroni's Interstate 75 W HUB75 driver board/displays might work. But they are not inexpensive and don't look weatherproof. |
Beta Was this translation helpful? Give feedback.
-
|
Fortunately, I don't need outdoor weather proofing. Just looking for ways to drive a larger LED display. P10 or such not even a requirement, just seemed like a possible option. I am tempted to just use a Pi Zero or such and a cheap monitor, the only issue with that, is that I kinda dig the long horizontal 'form' factor given this project will be a combination count down clock and marque announcement display use case. Hum... chaining a couple of these might be way to go... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone drive a 'P10' LED/SMD panel via MP?
For example...
https://www.amazon.com/Programmable-Brightness-Electronic-Customizable-Advertising/dp/B0F8QX1RWZ?th=1
Would like to create a MQTT driven display for example. Most of these P10 displays seem to support a SPI interface, or maybe they are just big-banging of sorts?
Beta Was this translation helpful? Give feedback.
All reactions