mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
SSD1306/SH1106 Driver for esp-idf
main | ||
CMakeLists.txt | ||
LICENSE | ||
Makefile | ||
README.md |
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
128x32 i2c
128x64 i2c
128x64 TTGO
128x64 SPI
TODO