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

Functions

void oledc_write (char c)
 Prints single ASCII-encoded characters to the screen. Characters 32 (space) to 126 (~) are rendered. All other characters are rendered as a box. More...
 

Variables

char wrap
 
unsigned int textsize
 
unsigned int textcolor
 
unsigned int textbgcolor
 
int _width
 
int _height
 
int cursor_x
 
int cursor_y
 

Function Documentation

void oledc_write ( char  c)

Prints single ASCII-encoded characters to the screen. Characters 32 (space) to 126 (~) are rendered. All other characters are rendered as a box.

Variable Documentation

int _height
int _width
int cursor_x
int cursor_y
unsigned int textbgcolor
unsigned int textcolor
unsigned int textsize
char wrap