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_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... | |
void oledc_drawFastHLine | ( | int | x, |
int | y, | ||
int | w, | ||
unsigned int | color | ||
) |
Draws a horizontal line on the screen in the specified color.
x | Starting horizontal coordinate of the line, counted from the left side of the screen. |
y | Starting vertical coordinate of the line, counted down from the top of the screen. |
w | Length of the line. |
color | Color 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.
x | Starting horizontal coordinate of the line, counted from the left side of the screen. |
y | Starting vertical coordinate of the line, counted down from the top of the screen. |
h | Length of the line. |
color | Color of the line, in r5g6b5 format. |