0.95-inch RGB OLED Display library
0.5
Library for the 0.95-inch RGB OLED Display library (Parallax Part #28087)
|
#include "oledc_.h"
Functions | |
void | oledc_drawCharSmall (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 small (5x7) font. More... | |
Variables | |
const char | oledc_font_sm [] |
void oledc_drawCharSmall | ( | 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 small (5x7) font.
x | Horizontal position of the character, counted from the left side of the screen. |
y | Vertical position of the character, counted down from the top of the screen. |
c | ASCII-encoded character to be printed. |
color | Font color, in r5g6b5 format, to be used. |
bg | Background (highlight) color, in r5g6b5 format, to be used. If set the same as the Font color, the background will be transparent. |
const char oledc_font_sm[] |