buydisplay.com
EastRising
4.2.2 Dynamic Picture Setting and Display Command
Table 4-2: Dynamic Picture Setting
Command
Function
Code
No.
Command
Parameter
Command Description
Display
Overlap
Picture in loop
Setting
81h
#nn:
Delay(1), X(2), Y(2),
PNG(1),
Paa(2),
Pbb(2),
Pcc(2) …..
Display single picture in loop at
position (X, Y)
;
switch time is
Delay*10ms. PNG=1 means
background is transparent (PNG),
PNG=0 is not. Each code support upto
10 pictures.
Cancel 81h
Command
84h
nn
Cancel the 81h command that display
overlap picture.
Display GIF
Animation
setting
88h
#nn:
Loop(1), Delay(1), X(2),
Y(2), GIFaa(1) , PNG
Display GIF in loop at position (X, Y);
switch time is Delay*10ms. aa means
GIF number, Loop means cycle mode,
Loop=0 means cycle once; Loop-1
means cycle all the time.
PNG=0 means the background is
opaque; PNG=1 means the
background is transparent (software
Png image file); PNG=2 means the
background is transparent (hardware
Png image file).
Cancel
Display Gif
89h
nn
Cancel the 88h command that setting
for display Gif animated pictures.