0.95-inch RGB OLED Display library  0.5
Library for the 0.95-inch RGB OLED Display library (Parallax Part #28087)
Functions
oledc_fillCircle.c File Reference
#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...
 

Function Documentation

void oledc_fillCircle ( int  x0,
int  y0,
int  r,
unsigned int  color 
)

Draws a filled circle on the screen in the specified color.

Parameters
x0Horizontal coordinate of the center of the circle, counted from the left side of the screen.
y0Vertical coordinate of the center of the circle, counted down from the top of the screen.
rRadius of the circle.
colorColor of the pixel, in r5g6b5 format.