LCD0821 Matrix Orbital, LCD0821 Datasheet - Page 22

LCD ALPHA/NUM DISPL 8X2 YW/GN BK

LCD0821

Manufacturer Part Number
LCD0821
Description
LCD ALPHA/NUM DISPL 8X2 YW/GN BK
Manufacturer
Matrix Orbital
Series
LCD0821r
Datasheet

Specifications of LCD0821

Display Type
TN - Twisted Nematic
Display Mode
Transmissive
Number Of Digits/alpha
16
Outline L X W X H
58.00mm x 32.00mm x 21.00mm
Viewing Area
38.00mm L x 16.00mm W
Backlight
LED - Yellow/Green
Display Format
8 x 2
Character Size
5.55mm H x 2.95mm W
Character Format
5 x 7 CURS
Voltage - Supply
5.0V
Dot Size
0.55mm W x 0.55mm H
Interface
I²C, RS232, TTL
Operating Temperature
0°C ~ 50°C
Character Count X Line
8 x 2
Module Size (w X H X T)
58 mm x 32 mm x 25 mm
Fluid Type
STN
Background Color
Yellow / Green
Backlight Type
LED Yellow / Green
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
635-1009
LCD082

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
LCD0821
Manufacturer:
Matrix Orbital
Quantity:
135
6. Appendix: Command Summary
6.1 General
The operation of the LCD0821 is controlled by a simple and consistent command set. Commands control
This chapter includes summary tables of all commands. Individual commands are discussed in detail in
Chapters 3 and 4 in the same sequence as in the following tables.
6.2 Issuing Commands
Commands are issued to the LCD0821 by the controller. In a test setup, commands can be issued to the
LCD0821 by means of a BASIC program, using the chr$( ) function. In the tables below, we've shown
commands in hex, ASCII and decimal form. All commands begin with the prefix character 0xFE (254
decimal). These commands are issued on the serial communications link (I
defined baud rate.
For example (using BASIC in a test setup), you could issue the command to clear the screen on the
LCD0821 by including the line:
in your BASIC program.
6.3 On Numbers
Like all computerized devices, the LCD0821 operates with commands and values in the form of binary
numbers. These binary numbers are arranged in 8 digit (i.e. 8 bit) groups called bytes. The decimal value of
a byte may have any value from 0 to 255.
Bytes are usually specified in either decimal or hexadecimal (base 16) form for convenience, since binary
numbers are confusing to deal with directly. Hexadecimal (hex) numbers are particularly convenient
because exactly two hexadecimal digits make up one byte, each hex digit representing 4 binary digits (4
bits) as shown here:
Based on the table, the byte 01001011 can be represented in hex as 4B, which is usually written as any of
4Bh, 4BH, 4B hex or 0x4B.
LCD0821 rev 2
text display
graphics display
miscellaneous operating parameters
PRINT#1,chr$(254);chr$(88)
Binary
0000
0001
0010
0011
0100
0101
0110
0111
Hex
0
1
2
3
4
5
6
7
Decimal
0
1
2
3
4
5
6
7
22
Binary
1000
1001
1010
1011
1100
1101
1110
1111
Hex
A
B
C
D
E
8
9
F
2
C or RS-232) at the currently
Decimal
10
11
12
13
14
15
8
9

Related parts for LCD0821