Display modes¶
This module defines available modes for use with TEXT files
(alphasign.text.Text).
The following display modes are defined:
ROTATEHOLDROLL_UPROLL_DOWNROLL_LEFTROLL_RIGHTWIPE_UPWIPE_DOWNWIPE_LEFTWIPE_RIGHTSCROLLAUTOMODEROLL_INROLL_OUTWIPE_INWIPE_OUTCOMPRESSED_ROTATE(works only on certain sign models)EXPLODE(Alpha 3.0 protocol only)CLOCK(Alpha 3.0 protocol only)
The following special modes are defined:
TWINKLESPARKLESNOWINTERLOCKSWITCHSLIDE(only Betabrite 1036)SPRAYSTARBURSTWELCOMESLOT_MACHINENEWS_FLASH(only Betabrite 1036)TRUMPET_ANIMATION(only Betabrite (1036)CYCLE_COLORS(only AlphaEclipse 3600)
Special graphics are modes which display graphics before the message. The following special graphics are defined:
THANK_YOUNO_SMOKINGDONT_DRINK_DRIVERUNNING_ANIMALFISH_ANIMATIONFIREWORKSTURBO_CARBALLOON_ANIMATIONCHERRY_BOMB
Examples¶
Make a text file stationary on the sign:
msg = alphasign.Text("hello world", label="A", mode=alphasign.modes.HOLD)
To change the mode for an already created text file, do:
msg.mode = alphasign.modes.ROLL_IN