Controlling WLED Matrix panel from a RestfulAPI
|
|
1 mesiac pred | |
|---|---|---|
| icons | 1 mesiac pred | |
| LED Enclosure.scad | 1 mesiac pred | |
| LED Frame.scad | 1 mesiac pred | |
| LED Front grid.scad | 1 mesiac pred | |
| LED Grill support.scad | 1 mesiac pred | |
| LED_LENS.scad | 1 mesiac pred | |
| README.md | 1 mesiac pred | |
| demo.jpg | 1 mesiac pred | |
| matrix_billboard.py | 1 mesiac pred |
A high-density 1,536-pixel (48x32) modular LED matrix built across 6 panels in a 3x2 landscape layout. Features custom 3D-printed prismatic diffuser lenses and a thread-safe Python HTTP daemon streaming real-time DDP (Distributed Display Protocol) frame buffers directly to WLED.
3D CAD files, OpenSCAD scripts, and assembly specs are published on Thingiverse:
https://www.thingiverse.com/thing:7391918
duration > 0 temporarily interrupts the continuous ambient display to show an alert, automatically reverting to the previous state once the timer expires.icons/ directory and inject them inline using {icon:filename}. The engine preserves raw image colors while applying effects to the surrounding text.solid, rainbow, gradient-h (horizontal), gradient-v (vertical), and pulse.Start the HTTP controller on your host machine or hypervisor guest: ```bash python3 matrix_billboard.py --daemon --listen-ip 0.0.0.0 --listen-port 8080 --ip 192.168.1.100