Update README.md

This commit is contained in:
nopnop2002 2024-09-09 11:24:24 +09:00
parent 9f4ad56286
commit c1caea711b

View File

@ -2,7 +2,7 @@
I received a question about using an SSD1306 and other i2c/spi devices at the same time.
A new i2c driver is now available in ESP-IDF V5.2.
This complicated the use of other i2c devices at the same time as the SSD1306.
This complicated the use of other i2c devices at the same time as the i2c's SSD1306.
I will record the survey results here.
If you want to use SSD1306 and other i2c/spi devices at the same time, please follow the guide below.