mirror of
https://github.com/mt-mods/led_marquee.git
synced 2025-07-14 22:30:38 +02:00
add "getindex" command to read the stored message's scroll index position
that is, the string index position of the first displayed character thereof.
This commit is contained in:
@ -51,6 +51,7 @@ The panels also respond to these control messages:
|
||||
* "scroll_step" will immediately advance the last-displayed message by one character. Omit the above automatic scrolling keywords, and use ONLY this keyword instead if you want to let your LuaController control the scrolling speed.
|
||||
* "get" will read the one character (as a numerical character value) currently displayed by the master panel (by reading its node name)
|
||||
* "getstr" will read the last-stored message for the entire lineup/wall (from the master panel's meta), respectively. Note that even if the message has been or is being scrolled, you'll get the original stored message.
|
||||
* "getindex" will read the scroll index position in that message
|
||||
|
||||
If you need vertical scrolling, you will have to handle that yourself (since the size of a screen/wall is not hard-coded).
|
||||
|
||||
|
Reference in New Issue
Block a user