Pre-fill and parallel multi-segment mode are finally here #497
awawa-dev
started this conversation in
Show and tell
Replies: 1 comment 6 replies
-
Does parallel multi-segment mode already make sense for a 4m strip on a 55" ambilight project or are we talking much longer LED strips here? :) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest HyperSerialESP32 and HyperSPI development versions introduce new features, offering a pre-fill mode to further improve sequential rendering of LEDs, and something previously unattainable for sk6812 RGBW LEDs: parallel rendering of LED segments, ensuring perfect synchronization between them. Thanks to this, you can easily build an LED system, e.g. for television, doubling the refresh rate without losing quality and without delays between segments. In this way, we can bypass the rather slow Neopixel data bus and practically forget about SPI RGB LED strips (APA102 clones, sk9822 etc.) with poor colors, whose only advantage is fast data transmission. You can read more here: awawa-dev/HyperSerialESP32#17
You can compile them online (you can find manual in the projects' wiki) or download them from the recent Github Action.
Release:
https://github.com/awawa-dev/HyperSerialESP32/releases/tag/v9.0.0.0
https://github.com/awawa-dev/HyperSPI/releases/tag/v9.0.0.0
Beta Was this translation helpful? Give feedback.
All reactions