Scrolling text can be added in the Screen dialog within the Display > Text tab. Further customisation can be added by entering the following options on the Data tab of the Screen dialog:
Name | Default | Example | Description |
---|---|---|---|
scrollingText |
My Text |
Set to scroll custom text on the screen. (Android only) | |
scrollingTextSpeed |
200 |
Scrolling text speed in pixels per second. | |
scrollingTextGravity |
bottom |
Position the scrolling text should be rendered. | |
scrollingTextSize |
100 |
Text size of the scrolling text in pixels. | |
scrollingTextColor |
#FFFFFF |
Color of the scrolling text. | |
scrollingTextBackgroundColor |
#000000 |
Color of the background behind the scrolling text. | |
scrollingTextPadding |
10 |
Padding between scrolling text and edge of screen. | |
scrollingTextCondition |
true |
When true and scrollingText set, the scrolling text will be displayed. CL |
CL = Conditional logic supported, for example time.between("18:00", "06:59")
will automatically enable the setting between 6pm and 6:59am.
Scrolling text can be added as data to the screen, sequence, or item.
If scrolling text is set on a screen it can be overridden by an item. For example, adding scrollingTextCondition=false
to an item would hide the scrolling text while the item is displayed.
Comments
0 comments
Please sign in to leave a comment.