Color OLED module library  v0.5
Library for the WaveShare 0.96-inch color OLED (SSD1331) module
Functions
ssd1331_invertDisplay.c File Reference
#include "ssd1331.h"

Functions

void ssd1331_invertDisplay (screen_t *dev, char i)
 Inverts the screen. More...
 

Function Documentation

◆ ssd1331_invertDisplay()

void ssd1331_invertDisplay ( screen_t *  dev,
char  i 
)

Inverts the screen.

Parameters
devPointer to the display's device structure returned by the initialization function.
iMode to set the inversion to: (0) sets the display to normal and (1) inverts the colors of the display.