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

Functions

void oledc_bitmap (char *imgdir, int x, int y)
 Displays a properly formatted bitmap (.BMP) image on the screen. The image must be saved as a Device Independant Bitmap with r5g6b5 (16-bit), normal row-order encoding. More...
 

Variables

char TFTROTATION
 

Function Documentation

void oledc_bitmap ( char *  imgdir,
int  x0,
int  y0 
)

Displays a properly formatted bitmap (.BMP) image on the screen. The image must be saved as a Device Independant Bitmap with r5g6b5 (16-bit), normal row-order encoding.

Note
The SD card must be properly mounted before using this function.
Parameters
*imgdirFilename of the image saved to the SD card to be displayed.
x0Horizontal position of the top-left corner of the bitmap image to be displayed, counted from the left side of the screen.
y0Vertical position of the top-left corner of the bitmap image to be displayed, counted down from the top of the screen.

Variable Documentation

char TFTROTATION