20
Move the cursor to the left most digit of the row it is in.
8.
Digit Select <10> <n>
Move the cursor to any position on the display with this command followed by a data
byte (n) of <00> to <27>, or in decimal (00) to (39).
Row
Column
1
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13
2
14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27
9.
Cursor On <13> or (19) or {^S}
Turn on the cursor.
10.
Cursor Off <14> or (20) or {^T}
Turn off the cursor.
11.
Reset <1F> or (31) or {^_}
All characters are erased and all settings are returned to the power-on reset conditions.
12.
Down Load Font <03> <X> <G> <H> <J> <K> <M>
Assign an ASCII character (<20> to <7F>) to a different style font (custom character
graphics). The “X” represents the ASCII code for the selected character. The data “G”,
“H”, “J”, “K” and “M” represent the 5 x 7 segments that will make up the special font.
These 5 bytes are translated to binary (1 and 0) to indicate whether a dot is to be turned
ON or OFF.
1
2
3
4
5
1
G0
G1
G2
G3
G4
2
G5
G6
G7
H0
H1
3
H2
H3
H4
H5
H6
4
H7
J0
J1
J2
J3
5
J4
J5
J6
J7
K0
6
K1
K2
K3
K4
K5
7
K6
K7
M0
M1
M2
Example to replace character "|" (ASCII code 7C) with “8”:
1
2
3
4
5
1
2
3
4
5
6
7
The command is: <03> <7C> <2E> <46> <17> <A3> <03>
13.
Message Scroll Left on Top Line <05> <Data> <0D>
Scroll a continuous message of up to 45 characters from right to left on the top line.
2E (0010 1110)
46 (0100 0110)
17 (0001 0111)
A3 (1010 0011)
03 (0000 0011)