ryankurte / rust-streamdeck

libusb based driver for Elgato StreamDeck devices
Mozilla Public License 2.0
57 stars 24 forks source link

Fix uploading of images to Original Stream Deck. #3

Closed AleksanderZdunek closed 4 years ago

AleksanderZdunek commented 4 years ago

Images uploaded to our Stream Deck Original at work did not look right. I reimplemented image uploading for Original deck based on Cliff Rowleys protocol notes.

Before: before

After: after

ryankurte commented 4 years ago

hey thanks for the PR, looks good to me!

ryankurte commented 4 years ago

made a couple of other changes and released as 0.4.2, do let me know if you have any other issues ^_^