forked from Aircoookie/WLED
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae65a83
commit a7a27d9
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a7a27d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On 14.5.0-beta (build 2412180) , something is off with peek ( and liveview2D ) , did not notice anything on fixture .
a7a27d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 the intermediate color flashes are possibly related to "coss-fade" (LED settings) ... can you check if the same happens when cross-fade is disabled?
a7a27d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah seems it is related to coss-fade , with it disabled peek seems fine , I only see the crossfade name in MM now , might be its blending in AC
a7a27d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@softhack007 Might be there is another thing , once I factory reset a unit , it is fine even with coss-fade checked ( this is the default after factory reset ) .But I see the flashes again on peek once I changed the output to use DDP which is the way I test with all my units .
So without DDP there is no flashes even with coss-fade and I see something new for DDP to include Color Order so might be that
a7a27d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dosipod yes it seems there are problems when a unit receives leds by DDP or Art-Net ... @troyhacks has noticed that with two outputs, the second output regularly "dies" when receiving from another unit.
External control uses a different "path" for writing leds, so it might be that this path has problems with some optimizations we added for effects. I will need to look into it after xmas.