SSD1306 OLED display driver  1.5.0
This library is developed to control SSD1306/SSD1331 RGB i2c/spi OLED displays and spi PCD8544 LED display
oled_ssd1351.h File Reference
#include "hal/io.h"

Go to the source code of this file.

Functions

void ssd1351_setMode (uint8_t vertical)
 Sets GDRAM autoincrement mode. More...
 
void ssd1351_128x128_init (void)
 Inits 128x128 RGB OLED display (based on SSD1351 controller). More...
 
void ssd1351_128x128_spi_init (int8_t rstPin, int8_t cesPin, int8_t dcPin)
 Inits 128x128 RGB OLED display over spi (based on SSD1351 controller). More...
 

Detailed Description

support for RGB OLED 128x128 display

Definition in file oled_ssd1351.h.