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

Functions

int oledc_getCursorX ()
 Returns the current horizontal position of the cursor, measured from the left side of the screen in pixels. More...
 
int oledc_getCursorY ()
 Returns the current vertical position of the cursor, measured from the top of the screen in pixels. More...
 

Variables

int cursor_y
 
int cursor_x
 

Function Documentation

int oledc_getCursorX ( )

Returns the current horizontal position of the cursor, measured from the left side of the screen in pixels.

int oledc_getCursorY ( )

Returns the current vertical position of the cursor, measured from the top of the screen in pixels.

Variable Documentation

int cursor_x
int cursor_y