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

Functions

void oledc_drawCharLarge (int x, int y, unsigned char c, unsigned int color, unsigned int bg)
 Low-level driver for printing single characters to the screen in the large (17x23) font. More...
 

Variables

char font_lg_zeroMap []
 
char font_lg_index []
 
char oled_font_lg []
 

Function Documentation

void oledc_drawCharLarge ( int  x,
int  y,
unsigned char  c,
unsigned int  color,
unsigned int  bg 
)

Low-level driver for printing single characters to the screen in the large (17x23) font.

Parameters
xHorizontal position of the character, counted from the left side of the screen.
yVertical position of the character, counted down from the top of the screen.
cASCII-encoded character to be printed.
colorFont color to be used.
bgBackground (highlight) color to be used. If set the same as the Font color, the background will be transparent.

Variable Documentation

char font_lg_index[]
char font_lg_zeroMap[]
char oled_font_lg[]