English
Language : 

EAEDIP128B-6LW Datasheet, PDF (13/29 Pages) List of Unclassifed Manufacturers – OPERATING UNIT 128x64 with touch panel
ELECTRONIC ASSEMBLY reserves
the right to change specifications
without prior notice. Printing and
typographical errors reserved.
EA eDIP128-6
Page 13
ALL COMMANDS AT A GLANCE
The built-in intelligence allows an easy creation of your individual screen content. Below mentioned
commands can be used either directly via the serial interface (see page 12) or together with the
selfdefinable macro.
Command
Form feed FF (dec:12)
Carriage return CR(13)
Line feed LF (dec:10)
Position cursor
Cursor on/off
Save cursor position
Restore cursor position
Terminal off
Terminal on
Output version
Output project name
Output information
Codes
^L
^M
^J
ESC T
ESC
T
ESC
PCL
C n1
S
R
A
E
V
J
I
Terminal commands
Remarks
After
reset
The contents of the screen are deleted and the cursor is placed at pos. (1,1)
Cursor to the beginning of the line on the extreme left
Cursor 1 line lower, if cursor in last line then scroll
C=column; L=line; origin upper-left corner (1,1)
1,1
n1=0: Cursor is invisible; n1=1: Cursor flashes;
1
The current cursor position is saved
The last saved cursor position is restored
Terminal display is switched off; outputs are rejected
Terminal display is switched on;
On
The version no. is output in the terminal (e.g. "EA eDIP128-6 V1.0 Rev.A")
The macro project name is output to the terminal (e.g. "init / delivery state")
The terminal is initialized and deleted; software version, hardware revision, the macro
project name and the CRC-checksum is ouput to the terminal
Command
Set display orientation
Set display contrast
Delete display
Invert display
Fill display
Switch display off
Switch display on
Show clipboard
Show normal display
content
Codes
ESC D
ESC D
Display commands (effect the entire display)
Remarks
O n1
n1=0: 0°; n1=1: 90°; n1=2: 180°; n1=3: 270°; (0°+180°=160x104; 90°+270°=104x160)
K n1
L
I
S
A
E
C
n1=0..40: Set display contrast to n1 (default = 20)
n1='+': increase contrast; n1='-': decrease contrast
Delete display contents (all pixels off)
Invert display contents (invert all pixels)
Fill display contents (all pixels on)
Display content becomes invisible but are retained, commands are still possible
Display content becomes visible again
Show content of clipboard; Standard display outputs are no longer visible
N
Normal operation, standard display outputs are visible
after
reset
0°
20
On
Command
Save display contents
Save area
Restore area
Copy area
Codes
ESC C
Clipboard commands (Buffer for display area)
Remarks
B
The entire contents of the display are copied to the clipboard as an image area
S x1 y1 x2 y2
The image area from x1,y1 to x2,y2 is copied to the clipboard
R
The image area on the clipboard is copied back to the display
K x1 y1
The image area on the clipboard is copied to x1,y1 in the display
Command
Point size / line thickness
Graphic link mode
Blink attribute
Draw point
Draw straight line
Continue straight line
Draw rectangle
Codes
ESC G
ESC G
ESC G
Straight lines and points
Remarks
Settings
Z n1 n2
n1 = x-point size (1..15); n2 = y-point size (1..15);
V n1
Set drawing mode n1: 1=set; 2=delete; 3=inverse
B n1
n1:0=no blink; 1=on/off; 2=blink inverted; 3=off/on (phase shifted)
Draw lines and points
P x1 y1
Set a point at coordinates x1, y1
D x1 y1 x2 y2
Draw a straight line from x1,y1 to x2,y2
W x1 y1
Draw a straight line from the last end point to x1,y1
R x1 y1 x2 y2
Draw four straight lines as a rectangle from x1,y1 to x2,y2
after
reset
after
reset
1,1
1
0
0, 0
Command
Delete area
Invert area
Fill area
Area with fill pattern
Draw box
Draw frame
Draw frame box
Codes
ESC R
Change / draw rectangular areas
Remarks
L x1 y1 x2 y2
Delete an area from x1,y1 to x2,y2 (all pixels off)
I x1 y1 x2 y2
Invert an area from x1,y1 to x2,y2 (invert all pixels)
S x1 y1 x2 y2
Fill an area from x1,y1 to x2,y2 (all pixels on)
M x1 y1 x2 y2 n1 Fill an area from x1,y1 to x2,y2 with pattern n1 (always set)
O x1 y1 x2 y2 n1 Draw rectangle from x1,y1 to x2,y2 with pattern n1 (always replace)
R x1 y1 x2 y2 n1 Draw frame of type n1 from x1,y1 to x2,y2 (always set)
T x1 y1 x2 y2 n1 Draw frame box of type n1 from x1,y1 to x2,y2 (always replace)
after
reset