Allows strings of ws2811 pixels to create a graphics display#112
Conversation
|
Can you explain this some more? The WS2811 driver already has a ctor supporting a pixel map: And it's possible to attach multiple drivers to a display for different display regions. Is this insufficient for some cases? How? |
|
AFAIK - The existing ws281x driver uses SPI to communicate with the pixels. In my case - I am using a https://pixelcontroller.com/store/featured/99-falcon-picap-v2.html which utilizes /dev/dri/card0 and requires a device tree overlay. ( perhaps in the future this code could be included in p4j ) This HAT is capable of controlling 810 pixels on 4 ports = 3240 pixels total. |
|
Sorry for the delay... Are you going to add an actual driver? I'd prefer if we could start there and then see if we can share code with the existing ws281x driver zigzag management.... |
|
There are multiple parts to "driving this hat":
|
No description provided.