LCD Overall Dimensions/Resolution #85
-
I am trying to create a screensaver for a Streamdeck +, but struggling with the correct resolutions for this (to get it spot on). The resolutions I received directly from Elgato Support (who then sent me in the direction of GitHub for developer support) were:
Unfortunately, this didn't quite line up with the desired outcome. Using 800x480 provides what looks to be the correct outside dimensions, however each button appears to be > 120x120 – If viewed at any angle, you can see a section of pixels on all sides (not sure if the 120x120 is the ‘viewable area’, however the additional pixels are relevant to identifying the actual layout). I also believe that there is a buffer around the outside (i.e. the buttons aren’t as wide as the touch screen) which is also causing some issues. I'm hoping to get the exact required resolutions for this (possibly with 'bleed' areas to allow for indirect viewing), to allow me to create a seamless looking graphic. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Pinging @tiptronic, he’s our resident images guru. |
Beta Was this translation helpful? Give feedback.
-
Hi @davewatson91 Your dimensions also looking good (at least for Stream Deck plus). 120x120px is the safe-area of a key on the SD+ (internally Stream Deck uses 144x144px sizes, which work fine on all Stream Deck devices). If your target is just Stream Deck plus, you should add
Another way (which will get better results) is, to cut out the desired portions from your source-image via code and use the SDK's That's how we created the wallpapers on our old KeyCreator (which doesn't support Stream Deck plus, however). Here's a sample how that looks: Hope that helps |
Beta Was this translation helpful? Give feedback.
Hi @davewatson91
your screenshots are already looking good. Please keep in mind the Stream Deck is made as a combination of LCD, housing, keys, etc... and therefore is NOT pixel-perfect.
Your dimensions also looking good (at least for Stream Deck plus).
That being said: creating a pixel-perfect image which exactly fits the keys on every Stream Deck plus is likely not possible, because of the beforementioned manufacturing process.
120x120px is the safe-area of a key on the SD+ (internally Stream Deck uses 144x144px sizes, which work fine on all Stream Deck devices). If your target is just Stream Deck plus, you should add
…