Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperion compatiblity #1

Open
RedoXyde opened this issue Dec 24, 2019 · 1 comment
Open

Hyperion compatiblity #1

RedoXyde opened this issue Dec 24, 2019 · 1 comment

Comments

@RedoXyde
Copy link
Owner

One of the goals of this board, aside from the CEC decoding, is to control a strip of WS2812 RGB leds to use with the Hyperion software.

The Proof of concept uses the RawHID mode/output of hyperion but there are a few issues:

On the master branch, Hyperion needs to be patched, to use the hid_write() function, and it works fine. It also uses on USB endpoint on the firmware.

On the usb_feature_rpt branch, Hyperion can use the hid_send_feature_report() function, but I get a lot of "Failed to write to HID device" and annoying delays. It doesn't use a dedicated USB endpoint, which is nice though...

@RedoXyde
Copy link
Owner Author

usb_feature_rpt branch removed today among other changes, merged in master. Same issues remain though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant