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 2, 2020
1 parent 2ef3053 commit 1a1e98c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/examples/Sonos display.md
Expand Up @@ -27,7 +27,8 @@ Or alternatively you can use a Wemos NodeMCU ESP8266 with integrated 0,96" OLED
[https://www.aliexpress.com/item/4000287451981.html?spm=a2g0o.productlist.0.0.2d34c80dWlfO69](https://www.aliexpress.com/item/4000287451981.html?spm=a2g0o.productlist.0.0.2d34c80dWlfO69)


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.
**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:**
**SSD1306/1309 --> Wemos D1 mini**
Expand Down Expand Up @@ -415,9 +416,9 @@ _[@htvekov](https://github.com/htvekov)_


<!--stackedit_data:
eyJoaXN0b3J5IjpbLTE3Mzc1ODA4NzgsLTYxMjAyMjkwOSwxMz
U0NzE3NjY3LC0xMjAyODQ4NDgyLDE4NjE2NzcyNDcsMjEzOTU1
MTYwOCwtMTk5NjU1OTYyNywyMjE4OTI5NTIsNjY5NzgzNjIzLD
gwNzAxMDQ0LC0yNjgwMTI1MjMsNjg2OTIzNzY1LDgxMTkyMDM3
NSwxMTM2NDI2MzMyLC0zMDAyNTQxODZdfQ==
eyJoaXN0b3J5IjpbMTY5MjM1NDEwLC02MTIwMjI5MDksMTM1ND
cxNzY2NywtMTIwMjg0ODQ4MiwxODYxNjc3MjQ3LDIxMzk1NTE2
MDgsLTE5OTY1NTk2MjcsMjIxODkyOTUyLDY2OTc4MzYyMyw4MD
cwMTA0NCwtMjY4MDEyNTIzLDY4NjkyMzc2NSw4MTE5MjAzNzUs
MTEzNjQyNjMzMiwtMzAwMjU0MTg2XX0=
-->

0 comments on commit 1a1e98c

Please sign in to comment.