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_getScreenInfo.c File Reference
#include "oledc_.h"

Functions

char oledc_getRotation ()
 Returns the screen's orientation. (0) means the pins are pointed upwards, (1) means the pins are pointed to the left, (2) means the pins are pointed down and (3) means the pins are pointed to the right. More...
 
int oledc_getWidth ()
 Returns the width of the screen per the screen's current orientation. More...
 
int oledc_getHeight ()
 Returns the height of the screen per the screen's current orientation. More...
 
int oledc_isScrolling ()
 Returns (1) if the screen is currently scrolling and (0) if it is not. More...
 

Variables

char TFTROTATION
 
int _width
 
int _height
 
char TFTSCROLLING
 

Function Documentation

int oledc_getHeight ( )

Returns the height of the screen per the screen's current orientation.

char oledc_getRotation ( )

Returns the screen's orientation. (0) means the pins are pointed upwards, (1) means the pins are pointed to the left, (2) means the pins are pointed down and (3) means the pins are pointed to the right.

int oledc_getWidth ( )

Returns the width of the screen per the screen's current orientation.

int oledc_isScrolling ( )

Returns (1) if the screen is currently scrolling and (0) if it is not.

Variable Documentation

int _height
int _width
char TFTROTATION
char TFTSCROLLING