
| Move Cursor Down |
Format: | 1B 12 |
Description: | Moves the cursor down one line. When the cursor is on the |
| cursor is moved to the same column on the next row. When the cursor |
| is on the row 4, the cursor is moved to the same column on the row 1. |
| 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. |
Move Cursor To Specified Position
Format: | 1B 13 nn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||
Range: | 00 ≤ | nn ≤ | 4F (hex) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||||
Description: | Moves the cursor to the specified position. Position 0 is the upper |
|
|
| ||||||||||||||||||||
| leftmost position and position 4F is the lower rightmost position. Any | |||||||||||||||||||||||
| value outside this range will be discarded, the command will be |
|
|
| ||||||||||||||||||||
| ignored, and the cursor will not be 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 below. |
|
|
|
|
|
|
|
|
|
|
| ||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0A | 0B | 0C | 0D | 0E | 0F | 10 | 11 | 12 | 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||
|
|
| 14 | 15 | 16 | 17 | 18 | 19 | 1A | 1B | 1C | 1D | 1E | 1F | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||||||
|
|
| 28 | 29 | 2A | 2B | 2C | 2D | 2E | 2F | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 3A | 3B |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||||
|
|
| 3C | 3D | 3E | 3F | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 4A | 4B | 4C | 4D | 4E | 4F |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16675