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

Functions

void oledc_setCursor (int x, int y, char size)
 Sets the cursor position based on the size parameter. More...
 

Variables

int cursor_y
 
int cursor_x
 

Function Documentation

void oledc_setCursor ( int  x,
int  y,
char  size 
)

Sets the cursor position based on the size parameter.

Parameters
xHorizontal position of the cursor, counted from the left side of the screen.
yVertical position of the cursor, counted down from the top of the screen.
sizeThe size of the cursor. Correlated to font size: (0) moves the cursor in 1 pixel increments, (1) moves the cursor in font size 1 character increments, (2) moves the cursor in font size 2 increments and (3) moves the cursor in font size 3 increments

Variable Documentation

int cursor_x
int cursor_y