You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixture gen is not intuitive (planned to redesign, but focussed on Live Fixtures lately)
Live Fixtures
addPin adds the previous pixels to a pin - not intuitive
error in script (using < instead of <=) crashed the system (accessing leds in the 65555 range)- more checks needed
if change on Live fixture script made, selecting another fixture and Live fixture does not run the changed script (as it is not recompiled - need to change that)
sometimes refresh needed to show the script in the fixture drop down (need to fix that)
Max brightness is limited by FastLED.setMaxPowerInMilliWatts(10000); // 5v, 2000mA (need to change that)
The text was updated successfully, but these errors were encountered:
As concluded in live session with @troyhacks
The text was updated successfully, but these errors were encountered: