User manual
Microgate MicroGraph LED User Manual Page 72 of 88
The following table lists the identifiers of the binary operator that will be applied.
'Source' is the bitmap or the writing transferred with the command, whereas ‘destination’ is the
display board area on which it will be applied.
Code
Operation Executed
0
No Operation: Copies the pixels overwriting the previous status
1
NOT: Inverts the source values and copies them to the destination
2
AND: Only the pixels active on the source and on the destination remain lit
3
OR: Only the pixels turned off on the source and on the destination are turned
off
4
XOR: The destination pixel is inverted only if the corresponding source pixel is
lit.
NOTE: Adding the value 128 (80 hex) to the binary operator, the command is processed regularly,
but the display board is not updated. This option can be useful when more than one command
must be sent to the display board (for example more than one writing in various positions) and it is
required that the display be updated only after the last command has been sent.
Below is a list of the various commands which can be used in the Command field of the graphical
record:
Command
Command Code
Display date
A
Dec. 65 - Hex 41h
Select Font
F
Dec. 70 – Hex 46h
Insert images
I
Dec. 73 – Hex 49h
Digital output command
i
Dec. 105 – Hex 69h
Display internal clock time (RTC)
N
Dec. 78 - Hex 4Eh
Write Scrolling String
O
Dec. 79 - Hex 4Fh
Reset a display board area
Q
Dec. 81 – Hex 51h
Write Fixed String
S
Dec. 83 - Hex 53h
Display set time
T
Dec. 84 - Hex 54h
Deactivating an active object
t
Dec. 116 – Hex 74h
The following is a detailed description of each command: