5-10 Chapter 5: Programming
Move Cursor Down
Description
This command moves the cursor down one line. When the cursor is on the lower line,
the cursor is moved to the same column on the upper line. 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 to Specified Position (or Set Cursor Position)
Description
This command 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 not 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.