Update I2C pinout to match OLED pin names
This commit is contained in:
parent
f2545e5d44
commit
e70ea9f514
2 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,7 @@ The I2C interface on Helios4 board is located at header **J9** which exposes the
|
||||||
|
|
||||||
You will need to use Female to Female Jumper Wire (a.k.a Dupont Cable) to connect your display to Helios4 board.
|
You will need to use Female to Female Jumper Wire (a.k.a Dupont Cable) to connect your display to Helios4 board.
|
||||||
|
|
||||||
Connect matching pin on each side (GND to GND, VDD to VDD, SDA to SDA, etc...). Ideally you use cables of different colors to easily check that your wiring is correct.
|
Connect matching pin on each side (GND to GND, VCC to VCC, SDA to SDA, etc...). Ideally you use cables of different colors to easily check that your wiring is correct.
|
||||||
|
|
||||||
![oled i2c wiring](/img/i2c/wiring_01.jpeg)
|
![oled i2c wiring](/img/i2c/wiring_01.jpeg)
|
||||||
![board i2c wiring](/img/i2c/wiring_02.jpeg)
|
![board i2c wiring](/img/i2c/wiring_02.jpeg)
|
||||||
|
@ -71,6 +71,9 @@ sudo ./install.sh
|
||||||
|
|
||||||
Test which display model is the correct one by launching manually **sys-oled** and trying different display model as parameter until the System Status is showing correctly on the display.
|
Test which display model is the correct one by launching manually **sys-oled** and trying different display model as parameter until the System Status is showing correctly on the display.
|
||||||
|
|
||||||
|
!!! info
|
||||||
|
If you get your OLED display as part of your Helios4 Kit, then you can skip to next [step](#2-configure-display-info) since **sys-oled** is already configure to use the correct model.
|
||||||
|
|
||||||
Example :
|
Example :
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 5.8 KiB |
Loading…
Reference in a new issue