MOP-GL24064A
Parallel Display Specifications
Revision 1.0
Revision History
Revision
1.0
0.2
0.1
Date
March 16, 2012
Description
Initial Release
Updates as per issue #333
Initial Draft
Author
Clark
Clark
Clark
1
Contents
Revision History ............................................................................................................................................ 1
Contents ........................................................................................................................................................ 2
Features ........................................................................................................................................................ 3
Hardware ...................................................................................................................................................... 3
Drawing ..................................................................................................................................................... 3
Interface .................................................................................................................................................... 3
Instructions ................................................................................................................................................... 4
Outline ...................................................................................................................................................... 4
Instruction Table ....................................................................................................................................... 5
Timing Characteristics ............................................................................................................................... 6
Specifications ................................................................................................................................................ 7
Electrical .................................................................................................................................................... 7
Optical ....................................................................................................................................................... 7
Environmental ........................................................................................................................................... 7
Troubleshooting ............................................................................................................................................ 8
Power ........................................................................................................................................................ 8
Display ....................................................................................................................................................... 8
Communication ......................................................................................................................................... 8
Precautions ............................................................................................................................................... 8
Ordering ........................................................................................................................................................ 9
Part Numbering Scheme ........................................................................................................................... 9
Options ...................................................................................................................................................... 9
Contact .......................................................................................................................................................... 9
2
Features
The Matrix Orbital Parallel display series offers a low cost display solution utilizing an industry standard
communication interface for simple integration into a wide variety of new and existing applications. The
Light Emitting Diode backlight with configurable brightness and voltage controlled contrast allows the
MOP Liquid Crystal Display line to offer a professional display solution for any project.
Hardware
Drawing
2.0
11.6
10.9±0.5
180.0±0.5
176.0
154.8
132.2[V.V.]
127.16[A.A.]
4.1
5.5
16.0[MAX.]
14.0
C
L
0.53
0.53
0.49
65.0±0.5
56.8
54.0
39.2[V.V.]
33.88[A.A.]
C
L
C
L
20- 1.0
4.25
2.54
3- 1.0
C
L
10.0
1.6±0.1
5.08
Figure 1: MOP-GL24064A Mechanical Drawing
Interface
Table 1: Display Control
Table 2: Parallel Data and Backlight
Pin
1
2
3
4
5
6
7
8
9
10
19
20
Symbol
FGnd
V
SS
V
DD
V
0
WR
RD
CS
C/D
NC
RST
FS
V
EE
Description
Frame Ground
Ground
Supply Voltage for Logic
Supply Voltage for LCD (Contrast)
Write
Read
Chip Enable
Command/Data
No Connect
Reset
Font Select
*Negative
Voltage Output
2.5
4-R1.75
Pin
11
12
13
14
15
16
17
18
A
K
Symbol
DB0
DB1
DB2
DB3
DB4
DB5
DB6
DB7
LED (+)
LED (-)
Description
Data bit 0
Data bit 1
Data bit 2
Data bit 3
Data bit 4
Data bit 5
Data bit 6
Data bit 7
Backlight Anode
Backlight Cathode
*Note:
Offered on applicable units only
3
P2.54X9=22.86
0.49
Instructions
Outline
The MOP-GL24064A is controlled using a standard T6963 compliant controller. The display is enabled by
pulling the Chip Select (CS) pin low, communication to and from the device is controlled using the active
low Write (WR) and Read (RD) inputs, and the unit may be reset by pulling the RST line low. Using
Register Select, either the Command Register (C) or Data Register (D) is selected by toggling C/D high or
low respectively.
Before any data is read or written, the status of the display controller must be read. This is
accomplished by setting RD low, WR high, CS low, C/D high, and reading the status byte that appears on
the data lines. Each bit of the status word indicates a specific condition, outlined below.
Table 3: Status Bits
Bit
D0
D1
D2
D3
D4
D5
D6
D7
Description
Command execution capability.
Data read/write capability.
Auto mode data read capability.
Auto mode data write capability.
Unused.
Controller operation capability.
Screen peek/copy error flag.
Blink condition.
Status
0:Disabled, 1:Enabled.
0:Disabled, 1:Enabled.
0:Disabled, 1:Enabled.
0:Disabled, 1:Enabled.
Unused.
0:Disabled, 1:Enabled.
0:No Error, 1:Error.
0:Display Off, 1:Normal Display.
The first two bits, D0 and D1, should be read at the same time. In auto mode, D2 and D3 become valid
while D0 and D1 are invalid. The display should be in an enabled condition before commands or data
are transmitted. Data bytes are transferred before commands, as shown below.
Figure 2: Single Byte Command
Figure 3: Two Byte Command
4