Arrakis90
4 years agoChannel Surfer
Clarification on private screensavers
I have an audio player channel and I would like to implement a custom (private) screensaver so that we avoid the generic system or another user-selected screensaver. I've read the docs over and over but it's just unclear where you do the work to implement the screensaver as private.
Do I implement RunScreenSaver in my existing main, or does the whole thing have to live in a separate project? Is there some other way that it's to be done so that after idle time, my own screen is called? How does my project know to call that screensaver if it does have to be in its own separate project?
The docs and samples in the repo only show screensavers that are meant to be published publicly unless I'm misinterpreting them.
Thanks for any guidance.