Skip to content

Commit c5bc2b8

Browse files
committed
Update README.md
1 parent 7d9a923 commit c5bc2b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ allows alternate ports to be used, in a way which is backward-compatible with th
4949
We have of course tested the new code, but if you do notice any compatibility issues please
5050
[raise an issue](https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library/issues).
5151

52-
## I2C Example
52+
### I2C Example
5353

5454
Prior to v1.3, you would have used:
5555
```
56-
#define DC_JUMPER 0
56+
#define DC_JUMPER 1
5757
MicroOLED oled(PIN_RESET, DC_JUMPER); // I2C declaration
5858
```
5959

@@ -77,7 +77,7 @@ To use a non-standard address or port, you can call:
7777
oled.begin(0x3D, Qwiic); // Initialize the OLED using address 0x3D and the Qwiic port
7878
```
7979

80-
## SPI Example
80+
### SPI Example
8181

8282
For SPI in v1.3, you still need to instantiate the oled using:
8383
```

0 commit comments

Comments
 (0)