Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 676 Bytes

File metadata and controls

38 lines (26 loc) · 676 Bytes
description
Scroll text horizontally with user-defined attributes for a user-defined duration at the bottom of the main frame

Marquee

CLI

marquee (message) (duration) (color) (size)

JSON

{"cmd":"marquee","msg":"(message)","duration":(duration),"color":"(color)", "size":(size), "bgcolor":"(background color)"}

Example

marquee HelloWorld! 30 black 3 white
marquee "Hello World!" 30
{"cmd":"marquee","msg":"Hello World!","duration":30,"color":"lime","size":4,"bgcolor":"black"}

Note

In CLI mode, if (message) contains ‘space’, use "" to enclose the message string