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
Apologies for opening an issue about this, but I was wondering if you could help me understand what this piece of code is doing:
I'm trying to build a lighter version of sidekick to easily swap inputs from the tray, and I'm trying to use your code as "live" documentation. Any help would be greatly appreciated!
Thanks
A
The text was updated successfully, but these errors were encountered:
This creates a bytearray and sets the fields according to to the packet format. If the property value (prop16) is larger than one byte it splits it into two.
There's a bunch of discussion on the packet format here:
I managed to capture the commands sent to the monitor from the UI. I was wondering if you could point me to the sequence I would need to send to the monitor to replicate the same request.
Hi Kelvie,
Apologies for opening an issue about this, but I was wondering if you could help me understand what this piece of code is doing:
I'm trying to build a lighter version of sidekick to easily swap inputs from the tray, and I'm trying to use your code as "live" documentation. Any help would be greatly appreciated!
Thanks
A
The text was updated successfully, but these errors were encountered: