TftEllipseE(wX_Center As Word, wY_Center As Word, bRadiusH As Byte, bRadiusV As Byte, wColor As Word)
wX_Center: X-coordinate of the ellipse center
wY_Center: Y-coordinate of the ellipse center
bRadiusH: Horizontal radius of the ellipse (in pixels)
bRadiusV: Vertical radius of the ellipse (in pixels)
wColor: Ellipse outline color in 16-bit 565 RGB format
Draws an empty ellipse with the specified center coordinates, horizontal and vertical radii, and outline color.
Example:
TftSetUp(0) TftResetScreen(BLACK) TftEllipseE(90,60,80,40,GREEN) TftEllipseS(240,80,60,20,YELLOW) TftEllipse(140,170,120,50,0,BLUE,4,1) |
Created with the Personal Edition of HelpNDoc: Easily share your documentation with the world through a beautiful website