TEXT files

class alphasign.text.Text(data=None, label=None, size=None, position=None, mode=None, priority=False)

Class representing a TEXT file.

This class is aliased as alphasign.Text in alphasign.__init__.

Parameters:
  • data – initial string to insert into object
  • label – file label (default: “A”)
  • size – amount of bytes to allocate for object on sign (default: 64)
  • position – constant from alphasign.positions
  • mode – constant from alphasign.modes
  • priority – set this text to be displayed instead of all other TEXT files. Set to True with an empty message to clear a priority TEXT.