Dynamic Background Images/Screensaver?
vegastech
Posts: 369
Is it possible to load a series of photos (scaled down for the touchpanel in question) and then have the background image change dynamically without re-uploading new photos? Kind of like a slideshow/screensaver, but for the background of a touchpanel, regardless of what page the user is on?
0
Comments
You could quickly put together a simple php script that pulled image from a *insert favorite photo service with nice API here* feed, or folder scaled them to the desired res and presented them.
If you want to get sexy you could use two buttons to switch between images:
load dynamic image onto button 1
show button one
load dynamic image 2 onto button two whilst it has an opacity of 0
fade up opacity of button 2
fade out button one
load dynamic image onto button 1
etc
Back: Anybody can strongly advise against using a Multistate Bargraph and just switching the level value for different pictures? As opposed to setting the graphic by ^BMF?
I specifically refer to cache handling and memory management issues.