description |
---|
Scroll text horizontally with user-defined attributes for a user-defined duration at the bottom of the main frame |
marquee (message) (duration) (color) (size)
{"cmd":"marquee","msg":"(message)","duration":(duration),"color":"(color)", "size":(size), "bgcolor":"(background color)"}
marquee HelloWorld! 30 black 3 white
marquee "Hello World!" 30
{"cmd":"marquee","msg":"Hello World!","duration":30,"color":"lime","size":4,"bgcolor":"black"}
In CLI mode, if (message) contains ‘space’, use "" to enclose the message string