| 
    SSD1306 OLED display driver
    1.8.2
    
   This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays 
   | 
 
#include "ssd1306_hal/io.h"Go to the source code of this file.
Functions | |
| void | sh1106_128x64_init (void) | 
| Inits 128x64 OLED display (based on SH1106 controller).  More... | |
| void | sh1106_128x64_i2c_init (void) | 
| Inits 128x64 OLED display over i2c (based on SH1106 controller).  More... | |
| void | sh1106_128x64_spi_init (int8_t rstPin, int8_t cesPin, int8_t dcPin) | 
| Inits 128x64 OLED display over spi (based on SH1106 controller).  More... | |
support for OLED 128x64 display
Definition in file oled_sh1106.h.
 1.8.13