User manual
mikroC PRO for dsPIC
MikroElektronika
359
S1D13700_Rectangle_Round_Edges_Fill
S1D13700_Circle
Prototype
void S1D13700_Rectangle_Round_Edges_Fill(unsigned int x0, unsigned int y0, 
unsigned  int  x1,  unsigned  int  y1,  unsigned  short  round_radius,  unsigned 
short color);
Returns Nothing.
Description Draws a î‚¿lled rounded edge rectangle on Glcd.
Parameters : 
- x_upper_left: x coordinate of the upper left rectangle corner. 
- y_upper_left: y coordinate of the upper left rectangle corner. 
- x_bottom_right: x coordinate of the lower right rectangle corner. 
- y_bottom_right: y coordinate of the lower right rectangle corner. 
- round_radius: radius of the rounded edge. 
- pcolor: color parameter. Valid values : 
Requires Glcd module needs to be initialized. See the S1D13700_Init routine.
Example
S1D13700_Rectangle_Round_Edges_Fill(20, 20, 219, 107, 12, S1D13700_WHITE);
Prototype
void S1D13700_Circle(unsigned int x_center, unsigned int y_center, unsigned 
int radius, unsigned short color);
Returns Nothing.
Description Draws a circle on Glcd.
Parameters : 
- x_center: x coordinate of the circle center. 
- y_center: y coordinate of the circle center. 
- radius: radius size. 
- color: color parameter. Valid values : 
Requires Glcd module needs to be initialized. See the S1D13700_Init routine.
Example
S1D13700_Circle(120, 64, 110, S1D13700_WHITE);
Value Description
S1D13700_BLACK
Black color.
S1D13700_WHITE
White color.
Value Description
S1D13700_BLACK
Black color.
S1D13700_WHITE
White color.










