Matrix Orbital MOS-AL162F User Manual
Page 15

15
1.5. Set Auto Line
Wrap On
Dec
Hex
ASCII
254 67
FE 43
■ C
Text will wrap to the next consecutive line once a row becomes full.
1.6. Set Auto Line
Wrap Off
Dec
Hex
ASCII
254 68
FE 44
■ D
Text will skip one line when wrapping once a row becomes full. Writing order will be rows 1, 3, 2, and then 4.
1.7. Set Cursor
Position
Dec
Hex
ASCII
254 71
FE 47
■ G
Column Row
Column Row
Column Row
Sets the cursor to s specific position where the next transmitted character is printed.
Column
1 byte, value between 1 and display width
Row
1 byte, value between 1 and display height
1.8. Go Home
Dec
Hex
ASCII
254 72
FE 48
■ H
Returns the cursor to the top left of the screen.
1.9. Move Cursor
Back
Dec
Hex
ASCII
254 76
FE 4C
■ L
Moves cursor one position to the left. Cursor will obey wrap settings.
1.10. Move Cursor
Forward
Dec
Hex
ASCII
254 77
FE 4D
■ M
Moves cursor one position to the right. Cursor will obey wrap settings.