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

.set_key_image() doesn't scale correctly on Stream Deck XL #20

Closed
PFython opened this issue Sep 30, 2019 · 2 comments
Closed

.set_key_image() doesn't scale correctly on Stream Deck XL #20

PFython opened this issue Sep 30, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@PFython
Copy link

PFython commented Sep 30, 2019

Hi - first of all amazing job with this library. I haven't found anything to compare with it for Python and it's really opening some creative doors for us, thank you.

Small thing - I noticed that images don't scale correctly on our Stream Deck XL (4x8 buttons) though. Please see attached images as example input and output:

Input
globe portrait

Output
20190930_233839

As you can see the image seems to be repeated on the deck itself, with the right hand image curiously a bit larger than the left hand one.

All the best,
Peter

@abcminiuser
Copy link
Owner

abcminiuser commented Oct 7, 2019

Thanks for the report! I've pushed a fix in 2ebbbf0 - I had the rows and columns count swapped on the StreamDeck XL, so the image tiling example was resizing the image incorrectly. Could you please test and confirm that it solves the issue?

@abcminiuser abcminiuser added the bug Something isn't working label Oct 7, 2019
@PFython
Copy link
Author

PFython commented Oct 7, 2019

Bingo! Works fine now thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants