SSD1306 OLED display driver
1.3.2
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_128x64_init () |
Inits 128x64 OLED display (based on SSD1306 controller). More... | |
void | ssd1306_128x64_i2c_init () |
Inits 128x64 OLED display over i2c (based on SSD1306 controller). More... | |
void | ssd1306_128x64_spi_init (int8_t rstPin, int8_t cesPin, int8_t dcPin) |
Inits 128x64 OLED display over spi (based on SSD1306 controller). More... | |
void | ssd1306_init () __attribute__((deprecated)) |
Inits 128x64 OLED display over i2c (based on SSD1306 controller). More... | |
support for OLED 128x64 display
Definition in file ssd1306_128x64.h.