|
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_copy (int x0, int y0, int w, int h, int x2, int y2) |
| Creates a copy a rectangular area of the screen at another position on the screen. More... | |
Variables | |
| char | TFTROTATION |
| void oledc_copy | ( | int | x0, |
| int | y0, | ||
| int | w, | ||
| int | h, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
Creates a copy a rectangular area of the screen at another position on the screen.
| x0 | Starting horizontal coordinate of the box to be copied, counted from the left side of the screen. |
| y0 | Starting vertical coordinate of the box to be copied, counted down from the top of the screen. |
| w | Width of the box to be copied. |
| h | height of the box to be copied. |
| x2 | Horizontal coordinate where the copied box is to be pasted. |
| y2 | Vertical coordinate where the copied box is to be pasted. |
| char TFTROTATION |
1.8.11