-
Is there an easy way to change or update different background images of each button? I am running a Windows PC and the application can run on the same PC as the Stream Deck. I can write code in Python, vbscript, visual studio, batch files, power shell, javascript, and willing to learn more. As a slide show plays on a PC I want a multi function button to update with the same image. (I create smaller thumbnails) The closest I have to a solution is to replace the image file that the Stream Deck is using and then refresh the profile. I have a program that replaces the image found in the roaming folder and then switches between two identical profiles. I switch profiles by changing the focused application feature with in Stream Decks configuration. This works but it is messy. Any help you can give is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @runnowll a pretty simple way would be:
(You only need the preparation above while creating your plugin - the profiles will be installed by SD, when you install the plugin) In your plugin's code (easiest to do in Javascript using an HTML-Canvas, imo):
If the user switches to another profile don't do anything (to save cpu). |
Beta Was this translation helpful? Give feedback.
hi @runnowll
a pretty simple way would be:
(You only need the preparation above while creating your plugin - the profiles will be installed by SD, when you install the plugin)
In your plugin's code (easiest to do in Javascript using an HTML-Canvas, imo):