SSD1306 OLED display driver
1.3.1
This library is developed to control SSD1306 i2c/spi OLED display
|
#include <Arduino.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | ssd1306_128x32_i2c_init () |
Inits 128x32 OLED display over i2c (based on SSD1306 controller). More... | |
void | ssd1306_128x32_init () |
Inits 128x32 OLED display (based on ssd1306 controller). More... | |
support for OLED 128x32 display
Definition in file ssd1306_128x32.h.