Difference between revisions of "Screen Saver Initialization"

From LinuxMCE
Jump to: navigation, search
m (added links to related pages)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 22:24, 22 December 2010

LinuxMCE Screen Saver has inside a setup class that gives different parameters for it and is named GallerySetup. The parameters refer to Width and Height of the screen, Fading times between two images, and a \n string list that separates the files that will need to be "animated".

On any ON command, PSS will setup and will animate frames until will get an OFF command.

The ON command reads: - Width of parent device (parent Orbiter) - Height of parent device (parent Orbiter) - ZoomTime millisecond time to animate one picture (it is get from the web-admin page) - Fade time - time in milliseconds that pass between the two images switch.

Other Screen Saver Related Pages