EA KIT320F-8CTK ELECTRONIC ASSEMBLY, EA KIT320F-8CTK Datasheet - Page 16

LCD Graphic Display Modules & Accessories Full Color Display Aluminum Bezel

EA KIT320F-8CTK

Manufacturer Part Number
EA KIT320F-8CTK
Description
LCD Graphic Display Modules & Accessories Full Color Display Aluminum Bezel
Manufacturer
ELECTRONIC ASSEMBLY
Datasheet

Specifications of EA KIT320F-8CTK

Pixel Density
320 x 240
Module Size (w X H X T)
154.6 mm x 114.8 mm x 29.5 mm
Viewing Area (w X H)
89.4 mm x 118.2 mm
Backlighting
CCFL
Background Color
Full Color
Product
Graphic LCD Module
Style
LCD Graphic Display
Interface
RS-232
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
EA KIT320F-8 COLOR
PARAMETERS
The graphics kit can be programmed by means of various integrated commands. Each command
begins with ESC followed by one or two command letters and then some parameters. There are two
ways to encode parameters:
1. ASCII Mode
- Escape code is '#' (hex: $23, dez: 35).
- Command letter will follow directly.
- Parameter will be expected as ASCII codes with separation like ','
- Strings (text) will be transmitted without any question mark " but terminated by CR (hex: $0D) or LF
2. Binäry Mode
- Escape code is ESC (hex: $1B, dez: 27).
- Command letter will follow directly.
- Coordinates xx and yy will follow binary (16 bit, starting with LOW byte and then HIGH byte.
- All other parameter are binary 8 bit.
- Strings (text) will be put between two question marks '' and terminated by CR (hex: $0D) or LF (hex:
In binary mode there must be no separation codes like ',', ' ' or ';'. Commands do not need any
terminating byte like Carrige Return (except "place a string": $00).
PROGRAMMING EXAMPLE
The following table shows an example in which the string "Test" is output left justified at
coordinate 117 / 32.
16
Example
for terminal.exe
for Turbo-Pascal
for ´C´
for Q-Basic
Example
in ASCII
in Hex
in Decimal
for Turbo-Pascal
for ´C´
for Q-Basic
(hex: $0A).
$0A) or NUL (hex:$00)
$1B $5A $4C $75 $00 $20 $00 $54 $65 $73 $74 $00
write(aux, chr(27), 'Z', 'L', chr(117), chr(0), chr(32), chr(0), 'Test', chr(0));
fprintf(stdaux, "\x1BZL%c%c%c%c%s\x00", 117, 0, 32, 0, "Test");
OPEN "COM1:9600,N,8,1,BIN" FOR RANDOM AS #1
PRINT #1,CHR$(27)+"ZL"+CHR$(117)+CHR$(0)+CHR$(32)+CHR$(0)+"Test"+CHR$(0)
#ZL117, 32,Test
write(aux, '#ZL117, 32,Test', chr(13) );
fprintf(stdaux, "#ZL%d,%d,%s\x0D", 117, 32, "Test");
OPEN "COM1:9600,N,8,1,BIN" FOR RANDOM AS #1
PRINT #1,"#ZL117,32,Test"+CHR$(13)
ESC
27
90
Z
76 117
L
Codes can be output in binary mode
Codes can be output in ASCII mode
u
NUL
0
space
32
NUL
0
84 101 115 116
T
e
s
<Return>
t
NUL
0

Related parts for EA KIT320F-8CTK