MicroBlaze Development Kit Spartan-3E 1600 Edition User Guide 49
UG257 (v1.1) December 5, 2007 www.xilinx.com
LCD Controller
R
Function Set
Sets interface data length, number of display lines, and character font.
The Starter Kit board supports a single function set with value 0x28.
Execution Time: 40Ps
Set CG RAM Address
Set the initial CG RAM address.
After this command, all subsequent read or write operations to the display are to or from
CG RAM.
Execution Time: 40Ps
Set DD RAM Address
Set the initial DD RAM address.
After this command, all subsequentsubsequent read or write operations to the display are
to or from DD RAM. The addresses for displayed characters appear in Figure5-3.
Execution Time: 40Ps
Read Busy Flag and Address
Read the Busy flag (BF) to determine if an internal operation is in progress, and read the
current address counter contents.
BF = 1 indicates that an internal operation is in progress. The next instruction is not
accepted until BF is cleared or until the current instruction is allowed the maximum time to
execute.
This command also returns the present value of address counter. The address counter is
used for both CG RAM and DD RAM addresses. The specific context depends on the most
recent Set CG RAM Address or Set DD RAM Address command issued.
Execution Time: 1Ps
Write Data to CG RAM or DD RAM
Write d ata i nt o D D RAM i f t he c omm an d f ol lo ws a pre vi ous Set DD RAM Address
command, or write data into CG RAM if the command follows a previous Set CG RAM
Address command.
Tabl e 5 - 4 : Shift Patterns According to S/C and R/L Bits
DB3
(S/C)
DB2
(R/L) Operation
00Shift the cursor position to the left. The address counter is decremented by one.
0 1 Shift the cursor position to the right. The address counter is incremented by one.
10
Shift the entire display to the left. The cursor follows the display shift. The
address counter is unchanged.
11
Shift the entire display to the right. The cursor follows the display shift. The
address counter is unchanged.