|
0.95-inch RGB OLED Display library
0.5
Library for the 0.95-inch RGB OLED Display library (Parallax Part #28087)
|
#include "oledc_.h"Functions | |
| void | oledc_fillCircle (int x0, int y0, int r, unsigned int color) |
| Draws a filled circle on the screen in the specified color. More... | |
| void oledc_fillCircle | ( | int | x0, |
| int | y0, | ||
| int | r, | ||
| unsigned int | color | ||
| ) |
Draws a filled circle on the screen in the specified color.
| x0 | Horizontal coordinate of the center of the circle, counted from the left side of the screen. |
| y0 | Vertical coordinate of the center of the circle, counted down from the top of the screen. |
| r | Radius of the circle. |
| color | Color of the pixel, in r5g6b5 format. |
1.8.11