From 15a19b683f7e1c37e4efd3fb300d446cc233ba29 Mon Sep 17 00:00:00 2001 From: Henning Tvekov <45469813+htvekov@users.noreply.github.com> Date: Sun, 26 Jul 2020 21:19:00 +0200 Subject: [PATCH] docs/examples/Sonos display.md updated from https://stackedit.io/ --- docs/examples/Sonos display.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/examples/Sonos display.md b/docs/examples/Sonos display.md index 1a1b3d45..c92e3aa7 100644 --- a/docs/examples/Sonos display.md +++ b/docs/examples/Sonos display.md @@ -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: @@ -401,8 +402,8 @@ _[@htvekov](https://github.com/htvekov)_ \ No newline at end of file