![]() |
Color OLED module library
v0.5
Library for the WaveShare 0.96-inch color OLED (SSD1331) module
|
#include "ssd1331.h"
Functions | |
void | ssd1331_invertDisplay (screen_t *dev, char i) |
Inverts the screen. More... | |
void ssd1331_invertDisplay | ( | screen_t * | dev, |
char | i | ||
) |
Inverts the screen.
dev | Pointer to the display's device structure returned by the initialization function. |
i | Mode to set the inversion to: (0) sets the display to normal and (1) inverts the colors of the display. |