mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Update README.md
This commit is contained in:
parent
5ba16d2593
commit
85c454f48a
@ -24,7 +24,7 @@ I2C_NUM_1 --+-- I2C SSD1306
|
||||
|
||||
|
||||
|
||||
- Legacy driver
|
||||
- Legacy driver
|
||||
SSD1306 and other device use the same frequency.
|
||||
__Please note that the maximum i2c clock frequency of SSD1306 is 400KHz.__
|
||||
```
|
||||
@ -76,7 +76,7 @@ The i2c driver must be installed before using this initialization function.
|
||||
i2c_device_add(&dev, I2C_NUM_0, CONFIG_RESET_GPIO);
|
||||
```
|
||||
|
||||
- New i2c driver
|
||||
- New i2c driver
|
||||
SSD1306 and other devices use different frequencies.
|
||||
```
|
||||
I2C_NUM_1 --+-- I2C SSD1306 using 400KHz
|
||||
|
Loading…
Reference in New Issue
Block a user