buydisplay.com
EastRising
Table 4-10: Geometric Drawing Command - Ellipse
Command
Function
Code
No.
Command
Parameter
Command Description
Draw Hollow
Ellipse
E4h
#nn:
X(2), Y(2), X-R(2), Y-R(2),
Color(3)
Draw a hollow ellipse around (X, Y),
X-R: X radius, Y-R: Y radius, Color:
ellipse color
Draw Solid
Ellipse
E5h
#nn:
X(2), Y(2), X-R(2), Y-R(2),
Color(3)
Draw a solid ellipse around (X, Y), X-R:
X radius, Y-R: Y radius, Color: ellipse
color
Draw Solid
Ellipse With
Frame
E6h
#nn:
X(2), Y(2), X-R(2), Y-R(2),
Color(3), Color-F(3),
Width(1)
Draw a solid ellipse with frame
around (X, Y), X-R: X radius, Y-R: Y
radius, Color: frame color, Color F:
solid ellipse color.
Input below geometric drawing command:
E1h #00: 40, 40, 30, 0x00F800
E2h #00: 120, 40, 30, 0x00F800
E3h #00: 200, 40, 30, 0x00F800,0x00001F, 5
E4h #00: 40, 160, 30, 18, 0x00F800
E5h #00: 120, 160, 30, 18, 0x00F800
E6h #00: 200, 160, 30, 18, 0x00F800,0x00001F, 5