SSD1306/SH1106 Driver for esp-idf
Go to file
2019-04-20 09:52:57 +09:00
main First release 2019-04-20 09:44:55 +09:00
CMakeLists.txt First release 2019-04-20 09:44:55 +09:00
LICENSE First release 2019-04-20 09:44:55 +09:00
Makefile First release 2019-04-20 09:44:55 +09:00
README.md Update README 2019-04-20 09:52:57 +09:00

esp-idf-ssd1306

Sample code for driving OLED display with SSD1306 driver via ESP-IDF's I2C master driver.

I consulted the following repository.
https://github.com/yanbe/ssd1306-esp-idf-i2c

You have to set this config value with menuconfig.
CONFIG_MODEL
CONFIG_SDA_GPIO
CONFIG_SCL_GPIO
CONFIG_RESET_GPIO

config


128x32 i2c

128x32 config-128x32


128x64 i2c

128x64 config-128x64


128x64 TTGO

ESP32-TTGO-1 ESP32-TTGO-2 128x64_Reset config-128x64_Reset


128x64 SPI

TODO