EA KIT320-8CTK ELECTRONIC ASSEMBLY, EA KIT320-8CTK Datasheet - Page 15

LCD Graphic Display Modules & Accessories Blue/White Contrast RS-232 Snap-In Kit

EA KIT320-8CTK

Manufacturer Part Number
EA KIT320-8CTK
Description
LCD Graphic Display Modules & Accessories Blue/White Contrast RS-232 Snap-In Kit
Manufacturer
ELECTRONIC ASSEMBLY
Datasheet

Specifications of EA KIT320-8CTK

Pixel Density
320 x 240
Module Size (w X H X T)
148 mm x 120.4 mm x 36 mm
Viewing Area (w X H)
120 mm x 92.1 mm
Backlighting
CCFL
Background Color
Blue, White
Attached Touch Screen
Yes
Product
Graphic LCD Module
Style
LCD Graphic Display
Interface
RS-232
Display Mode
Blue Negative
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
PROGRAMMING EXAMPLE
In the following example you can see how the string „Test“ can be output left justified at the
coordinates 117,32.
FRAMES AND KEY FORMS
A frame type can be set by using the Draw frame or Draw frame box command or by drawing touch
keys. There are 16 internal frame
types available; in addition, some
frame types can be integrated by
means of the kit compiler.
PATTERN
A pattern type can be set as a parameter with some commands. In this way, rectangular areas, bar
graphs and even text can be filled with
different patterns. There are 16
internal fill patterns available; in
addition, some fill patterns can be
integrated by means of the kit
compiler.
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
$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
EA KIT320-8
T
e
s
<Return>
t
NUL
0
15

Related parts for EA KIT320-8CTK