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

Functions

void oledc_drawRoundRect (int x, int y, int w, int h, int r, unsigned int color)
 Draws a rectangle with rounded corners on the screen in the specified color. More...
 

Function Documentation

void oledc_drawRoundRect ( int  x,
int  y,
int  w,
int  h,
int  r,
unsigned int  color 
)

Draws a rectangle with rounded corners on the screen in the specified color.

Parameters
xStarting horizontal coordinate of the rectangle, counted from the left side of the screen.
yStarting vertical coordinate of the rectangle, counted down from the top of the screen.
wWidth of the rectangle.
hHeight of the rectangle.
rRadius of the rounded corners.
colorColor of the rectangle, in r5g6b5 format.