0.95-inch RGB OLED Display library  0.5
Library for the 0.95-inch RGB OLED Display library (Parallax Part #28087)
Functions
oledc_drawCircle.c File Reference
#include "oledc_.h"

Functions

void oledc_drawCircle (int x0, int y0, int r, unsigned int color)
 Draws a circle on the screen in the specified color. More...
 

Function Documentation

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

Draws a 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.