Skip to content

Commit

Permalink
docs/examples/Sonos display.md updated from https://stackedit.io/
Browse files Browse the repository at this point in the history
  • Loading branch information
htvekov authored and xaviml committed Aug 17, 2020
1 parent 72fd5c4 commit 15a19b6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/examples/Sonos display.md
Expand Up @@ -25,7 +25,8 @@ Or alternatively you can use a Wemos NodeMCU ESP8266 with integrated 0,96" OLED
One note on the SSD1309 display. In order to get it to work as I2C instead of SPI, you need to do a bit of soldering. On the specific display type I bought, you need to bridge (short) R5 and move R4 to R3. Remember that display will NOT work unless RES is connected to RST on ESP8266 (or any available pin and controlled in ESPHome sw). Note: Display only supports 3,3v on VCC. Some have reported that display tolerates 5v. I wouldn’t take that risk, though! I’ve kept both CS and DS ‘floating’. Haven’t had any I2C address issues so far. Use pull-up/down resistors if you experience issues.

Connections:
VCC: 3,3v SDA: D1
VCC: 3,3v !!!
SDA: D1
SCL: D2

### Display setup:
Expand Down Expand Up @@ -401,8 +402,8 @@ _[@htvekov](https://github.com/htvekov)_


<!--stackedit_data:
eyJoaXN0b3J5IjpbLTEzMTQyNTAxNTcsLTE5OTY1NTk2MjcsMj
IxODkyOTUyLDY2OTc4MzYyMyw4MDcwMTA0NCwtMjY4MDEyNTIz
LDY4NjkyMzc2NSw4MTE5MjAzNzUsMTEzNjQyNjMzMiwtMzAwMj
U0MTg2XX0=
eyJoaXN0b3J5IjpbMTU0NzM0NDI2MCwtMTk5NjU1OTYyNywyMj
E4OTI5NTIsNjY5NzgzNjIzLDgwNzAxMDQ0LC0yNjgwMTI1MjMs
Njg2OTIzNzY1LDgxMTkyMDM3NSwxMTM2NDI2MzMyLC0zMDAyNT
QxODZdfQ==
-->

0 comments on commit 15a19b6

Please sign in to comment.