How to set HyperHDR so first LED to light is 50th LED on strip #767
-
I have an extra long LED strip that I do not want to cut and solder yet. I would like to use the initial 50 LEDs essentially as just wiring so my Dig-octa running WLED is not dangling in the air. Is there anyway to set up HyperHDR so that the first LED is actually the 50th on the strip? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, you can design something like this in HyperHDR. First, design the LED strip geometry using the standard way for the entire strip with these 50 redundant LEDs ( https://github.com/awawa-dev/HyperHDR/wiki/Quick-start#configuring-the-led-strip ) so that the 50th LED overlaps the position with the first LED which starts already on the TV. Then you need to right-click on the first 50 LEDs and select the 'disable' option (https://github.com/awawa-dev/HyperHDR/wiki/Quick-start#manual-led-layout-and-testing) then they will not be used. Optionally, instead of right-clicking, you can also manually add this property to the raw JSON in 'advanced settings' in the editor available on the same page where you configure the LED strip geometry. |
Beta Was this translation helpful? Give feedback.
Yes, you can design something like this in HyperHDR. First, design the LED strip geometry using the standard way for the entire strip with these 50 redundant LEDs ( https://github.com/awawa-dev/HyperHDR/wiki/Quick-start#configuring-the-led-strip ) so that the 50th LED overlaps the position with the first LED which starts already on the TV. Then you need to right-click on the first 50 LEDs and select the 'disable' option (https://github.com/awawa-dev/HyperHDR/wiki/Quick-start#manual-led-layout-and-testing) then they will not be used. Optionally, instead of right-clicking, you can also manually add this property to the raw JSON in 'advanced settings' in the editor available on the same page…