0.95-inch RGB OLED Display library  0.5
Library for the 0.95-inch RGB OLED Display library (Parallax Part #28087)
Functions | Variables
oledc_copy.c File Reference
#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
 

Function Documentation

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.

Parameters
x0Starting horizontal coordinate of the box to be copied, counted from the left side of the screen.
y0Starting vertical coordinate of the box to be copied, counted down from the top of the screen.
wWidth of the box to be copied.
hheight of the box to be copied.
x2Horizontal coordinate where the copied box is to be pasted.
y2Vertical coordinate where the copied box is to be pasted.

Variable Documentation

char TFTROTATION