User manual

Microgate MicroGraph LED User Manual Page 82 of 88
4.4 MAIN METHODS
The main methods for writing objects on the display board are:
- ShowDate
- ShowClock1
- ShowClock2
- WriteString
- WriteRunningString
- DrawImage
- DrawPixel
Before using the calendar and the two internal clocks, they must be set to the relative methods.
- SetDate
- SetClock1
- SetClock2
Some objects are called 'active', because once turned on they are updated automatically and to
stop them they can be stopped with the following (as well as with the reset commands):
- DisableDate
- DisableClock1
- DisableClock2
- StopRunningString
- DisableActiveObject
Then there is a whole series of commands for setting the parameters of the display board,
similarly to what can be done via its internal setup. For example:
- SetBrightness
- SetWifiNetworkKey
- SetBaudRate
- etc.
Finally, several methods manage the 'internal user programs', i.e. the possibility to create small
programs to be executed by the display board:
- UserProgramStart
- UserProgramEnd
- EntryPointLabel
- LoopGoto
-
The (modular) multiple-row/column LED display board configuration can be performed on the
display board, as well as with commands:
- AutoConfig
- equivalent to SetAutoConfigInit + SetAutoConfigParams
- and checked with IdentifyMe