
Move Cursor To Specified Position
Format: 1B 13 nn
Range: 00 ≤ nn ≤ 27 (hex)
Description: Moves the cursor to the specified position. Position 0 is the upper leftmost position, and position 27 is the lower rightmost position. Any value outside this range is discarded, the command is ignored, and the cursor is moved. The cursor location always indicates the position of the next character to be displayed, whether the cursor is enabled and blinking or not. After each character is displayed, the firmware performs a logical Move Cursor Right command. The character positions are shown in the following:
0 1
2
3
4
5
6
7
8
9
0A
0B
0C
0D
0E
0F
10
11
12
13
1415
16
17
18
19
1A
1B
1C
1D
1E
1F
20
21
22
23
24
25
26
27
= Character Display Position | 14526 |
|
Character Display Positions