Skip to content

Default output report LED effects are incorrect #365

@nefarius

Description

@nefarius

This is still working fine for official Sony hardware, however quite a bit of aftermarket devices in my recently acquired stash display a weirdly mangled charging effect like shown below:

VID_20240526201157.mp4

With the following output report example...

{
  "Instructions": [
    {
      "OutputReport": "000000010000000000FF77000002000000000000000000000000000000FF00010001000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1,
      "WaitPeriodMs": 1000
    },
    {
      "OutputReport": "000000010000000000FF7700000400000000000000000000FF000100010000000000000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1000,
      "WaitPeriodMs": 1000
    },
    {
      "OutputReport": "000000010000000000FF770000080000000000FF0001000100000000000000000000000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1000,
      "WaitPeriodMs": 1000
    },
    {
      "OutputReport": "000000010000000000FF77000010FF00010001000000000000000000000000000000000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1000,
      "WaitPeriodMs": 1000
    }
  ]
}

...the effects are displayed properly:

VID_20240527182939.mp4

Fixed example provided by @Kanuan

Details of the controller under test can be found here.

Metadata

Metadata

Assignees

Labels

LED relatedRegarding controller player LEDsbugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions