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_clear (int x0, int y0, int w, int h) |
Clears (sets to black) a rectangular area of the screen. More... | |
Variables | |
char | TFTROTATION |
void oledc_clear | ( | int | x0, |
int | y0, | ||
int | w, | ||
int | h | ||
) |
Clears (sets to black) a rectangular area of the screen.
x0 | Starting horizontal coordinate of the box to be cleared, counted from the left side of the screen. |
y0 | Starting vertical coordinate of the box to be cleared, counted down from the top of the screen. |
w | Width of the box to be cleared. |
h | height of the box to be cleared. |
char TFTROTATION |