![]() |
Color OLED module library
v0.5
Library for the WaveShare 0.96-inch color OLED (SSD1331) module
|
Functions | |
screen_t * | ssd1331_init (char sdi, char sclk, char cs, char rs, char rst, int _width, int _height) |
void | ssd1331_resetDisplay (screen_t *dev) |
Resets the display. More... | |
screen_t* ssd1331_init | ( | char | sdi, |
char | sclk, | ||
char | cs, | ||
char | rs, | ||
char | rst, | ||
int | _width, | ||
int | _height | ||
) |
void ssd1331_resetDisplay | ( | screen_t * | dev | ) |
Resets the display.
dev | Pointer to the display's device structure returned by the initialization function. |