SSD1306/SH1106 Driver for esp-idf
Go to file
2020-04-11 17:22:48 +09:00
main Add CMakeLists.txt 2020-04-11 17:22:48 +09:00
CMakeLists.txt Add CMakeLists.txt 2020-04-11 17:22:48 +09:00
LICENSE Create LICENSE 2020-03-01 23:21:57 +09:00
Makefile Add gpio_pad_select_gpio 2019-06-02 11:02:09 +09:00
README.md Update README.md 2020-02-07 07:18:59 +09:00

esp-idf-ssd1306

Example code for driving OLED display with SSD1306 driver using ESP-IDF.

I used this repository as a reference.
I used this font file.

You have to set this config value with menuconfig.

  • CONFIG_INTERFACE
  • CONFIG_PANEL
  • CONFIG_SDA_GPIO
  • CONFIG_SCL_GPIO
  • CONFIG_RESET_GPIO
  • CONFIG_CS_GPIO
  • CONFIG_DC_GPIO
git clone https://github.com/nopnop2002/esp-idf-ssd1306
cd esp-idf-ssd1306/
make menuconfig
make flash

config


128x32 i2c

128x32 config-128x32_i2c

RESET GPIO is not use.


128x64 i2c

128x64 config-128x64_i2c

RESET GPIO is not use.


128x64 TTGO

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

RESET GPIO is use.


128x64 ESP-WROOM-32

ESP32-OLED-2 config-ESP-WROOM-32

RESET GPIO is not use.


128x64 SPI

128x64_spi config-128x64_spi

MOSI is GPIO13.
SCLK is GPIO14.