esp-idf-ssd1306
esp-idf-ssd1306 copied to clipboard
Will this work with RTC?
DS3231 in the following repository is using a different strategy to initialize i2c bus. https://github.com/nopnop2002/esp-idf-ds3231
We can't initialize i2c bus twice, am I right? Do we need to configure anything differently to use the OLED display along with RTC?
Thank you for these libraries that saved me a ton of time!