abcminiuser / python-elgato-streamdeck

Python library to control the Elgato Stream Deck.
Other
919 stars 137 forks source link

Complete support for StreamDeck Neo #151

Closed VladFlorinIlie closed 3 weeks ago

VladFlorinIlie commented 4 weeks ago

This PR is a continuation of the work done by TheSchmidt on PR #147 and Julusian's message from the same thread.

New things:

Observation: It seems that the touch buttons from Neo are actually displays as well. You can set an image using the same code from set_key_image (although I don't know the size of the display in order to properly scale the image). This could be used in the future for displaying gradients or anything low with resolution.

Image: neo

Core447 commented 4 weeks ago

Amazing work!

abcminiuser commented 3 weeks ago

Thanks very much! This looks excellent, I'll merge as is.