Update README.md

This commit is contained in:
nopnop2002 2024-03-25 22:31:06 +09:00
parent 0002b64533
commit 1dba14e921

View File

@ -129,6 +129,7 @@ According to the SSD1306 datasheet, the minimum SPI clock cycle time is 100ns.
Therefore, the maximum SPI clock frequency is 10MHz.
The SPI clock frequency used by this project is 1MHz.
Higher SPI clock frequencies can be specified using ```spi_clock_speed()```.
When using 10MHz, you need to be careful about the length of the wire cable.
```
//int speed = 1000000; // 1MHz
//int speed = 2000000; // 2MHz