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

Functions

void oledc_drawFastVLine (int x, int y, int h, unsigned int color)
 Draws a vertical line on the screen in the specified color. More...
 
void oledc_drawFastHLine (int x, int y, int w, unsigned int color)
 Draws a horizontal line on the screen in the specified color. More...
 

Function Documentation

void oledc_drawFastHLine ( int  x,
int  y,
int  w,
unsigned int  color 
)

Draws a horizontal line on the screen in the specified color.

Parameters
xStarting horizontal coordinate of the line, counted from the left side of the screen.
yStarting vertical coordinate of the line, counted down from the top of the screen.
wLength of the line.
colorColor of the line, in r5g6b5 format.
void oledc_drawFastVLine ( int  x,
int  y,
int  h,
unsigned int  color 
)

Draws a vertical line on the screen in the specified color.

Parameters
xStarting horizontal coordinate of the line, counted from the left side of the screen.
yStarting vertical coordinate of the line, counted down from the top of the screen.
hLength of the line.
colorColor of the line, in r5g6b5 format.