Author Topic: screen_saver_timeout resetting  (Read 937 times)

boldbully

  • Newbie
  • *
  • Posts: 1
    • View Profile
screen_saver_timeout resetting
« on: March 30, 2023, 01:50:52 PM »
hello, after some time the screensaver does not trigger anymore
it seems that the screen_saver_timeout variable is reset and not taking into account the value set in AttractMode setup (on my side 25 seconds).
in the code I see m_ssaver_time( 600 ) which looks close to what I observe.

I could not find a way to overwrite the global variable screen_saver_timeout in screensaver.nut (or any other actual, the "::variable <- value;" code for Squirrel leaves me with unknown variable), is there any way to solve the issue ?