User manual
578
mikoC PRO for dsPIC
MikroElektronika
SPI_T6963C_rectangle_round_edges
SPI_T6963C_rectangle_round_edges_ll
Prototype
void SPI_T6963C_rectangle_round_edges(int x0, int y0, int x1, int y1, int 
round_radius, unsigned char pcolor);
Description Draws a rounded edge rectangle on Glcd.
Parameters - x0: x coordinate of the upper left rectangle corner 
- y0: y coordinate of the upper left rectangle corner 
- x1: x coordinate of the lower right rectangle corner 
- y1: y coordinate of the lower right rectangle corner 
- round_radius: radius of the rounded edge. 
- pcolor: color parameter. Valid values: SPI_T6963C_BLACK and SPI_T6963C_WHITE 
Returns Nothing.
Requires Toshiba Glcd module needs to be initialized. See SPI_T6963C_Cong routine.
Example
SPI_T6963C_rectangle_round_edges(20, 20, 219, 107, 12, SPI_T6963C_WHITE);
Notes None.
Prototype
void SPI_T6963C_rectangle_round_edges_ll(int x0, int y0, int x1, int y1, 
int round_radius, unsigned char pcolor);
Description Draws a lled rounded edge rectangle on Glcd.
Parameters - x0: x coordinate of the upper left rectangle corner 
- y0: y coordinate of the upper left rectangle corner 
- x1: x coordinate of the lower right rectangle corner 
- y1: y coordinate of the lower right rectangle corner 
- round_radius: radius of the rounded edge 
- pcolor: color parameter. Valid values: SPI_T6963C_BLACK and SPI_T6963C_WHITE 
Returns Nothing.
Requires Toshiba Glcd module needs to be initialized. See SPI_T6963C_Cong routine.
Example
SPI_T6963C_rectangle_round_edges_ll(20,  20,  219,  107,  12,  SPI_T6963C_
WHITE);
Notes None.










