12-07-2022, 04:08 PM
(12-07-2022, 04:01 PM)Tim Curtis Wrote: Also, IIRC the LCD Update engine won't be the right solution if side-scrolling text is desired because the timing loops needed for side-scrolling conflict with the external loop in the LCD updater. In this case you will need to write a dedicated script with its own timing loop and side-scrolling loop(s). Something like that.
Thank you
Exactly, what I had in mind with my last question was about that scroll I want to use. So basically, I have to keep the metadata option on, but lcd updater off. And then a script has to be run on start and basically be a loop. I guess.
Is there a file I can edit to specify the script I want to run on init?