Download Data Sheet - MikroElektronika
Transcript
mikroBasic PRO for PIC32 SPI_Glcd_Box Prototype sub procedure SPI_Glcd_Box(dim x_upper_left, y_upper_left, x_bottom_right, y_bottom_right, color as byte) Description Draws a box on Glcd. Parameters - x_upper_left: x coordinate of the upper left box corner. Valid values: 0..127 - y_upper_left: y coordinate of the upper left box corner. Valid values: 0..63 - x_bottom_right: x coordinate of the lower right box corner. Valid values: 0..127 - y_bottom_right: y coordinate of the lower right box corner. Valid values: 0..63 - color: color parameter. Valid values: 0..2 Returns The parameter color determines the color of the box fill: 0 white, 1 black, and 2 inverts each dot. Nothing. Requires Glcd needs to be initialized for SPI communication, see SPI_Glcd_Init routine. Example ‘ Draw a box between dots (5,15) and (20,40) SPI_Glcd_Box(5, 15, 20, 40, 1) Notes None. SPI_Glcd_Circle Prototype sub procedure SPI_Glcd_Circle(dim x_center, y_center, radius as integer, dim color as byte) Description Draws a circle on Glcd. Parameters - x_center: x coordinate of the circle center. Valid values: 0..127 - y_center: y coordinate of the circle center. Valid values: 0..63 - radius: radius size - color: color parameter. Valid values: 0..2 Returns The parameter color determines the color of the circle line: 0 white, 1 black, and 2 inverts each dot. Nothing. Requires Glcd needs to be initialized for SPI communication, see SPI_Glcd_Init routine. Example ‘ Draw a circle with center in (50,50) and radius=10 SPI_Glcd_Circle(50, 50, 10, 1) Notes None. 465 MikroElektronika
Related documents
mikroPascal PRO for PIC32 User Manual
User manual - MikroElektronika
mikroC PRO for dsPIC User Manual
mikroC PRO for AVR User`s Manual
mikroBasic PRO for AVR User Manual v100
mikroPascal PRO for AVR User Manual v1.00
mikroC for 8051 User Manual
LM1095E - topwaydisplay.com
mikroPascal PRO - MikroElektronika
mikroC PRO for PIC User Manual v100
MIPS32® M4K™ Processor Core Software User`s Manual
Portable Solar Modules