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

Functions

void oledc_drawPixel (int x, int y, unsigned int color)
 Draws a single pixel on the screen in the specified color. More...
 

Variables

char TFTROTATION
 
int _width
 
int _height
 

Function Documentation

void oledc_drawPixel ( int  x,
int  y,
unsigned int  color 
)

Draws a single pixel on the screen in the specified color.

Parameters
xHorizontal coordinate of the pixel, counted from the left side of the screen.
yVertical coordinate of the pixel, counted down from the top of the screen.
colorColor of the pixel, in r5g6b5 format.

Variable Documentation

int _height
int _width
char TFTROTATION