From bbe04a537aedf2ca1fcbff1495ba39f6b47ad179 Mon Sep 17 00:00:00 2001 From: Henning Tvekov <45469813+htvekov@users.noreply.github.com> Date: Sun, 26 Jul 2020 22:53:05 +0200 Subject: [PATCH] docs/examples/Sonos display.md updated from https://stackedit.io/ --- docs/examples/Sonos display.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/examples/Sonos display.md b/docs/examples/Sonos display.md index b9990c15..a3bfc925 100644 --- a/docs/examples/Sonos display.md +++ b/docs/examples/Sonos display.md @@ -32,12 +32,16 @@ In order to get it to work as I2C instead of SPI, you need to do a bit of solder **Connections:** **SSD1306/1309 --> Wemos D1 mini** - 1. VCC: 3,3v !!! (SSD1306 only: 3,3v-5v) GND: GND SDA: D1 SCL: D2 + VCC: 3,3v !!! (SSD1306 only: 3,3v-5v) + GND: GND + SDA: D1 + SCL: D2 **SSD1309 only --> Wemos D1 mini** -RES: D0 or RST -CS: NC (No Connection - 'floating'. Default I2C address 0x3c) -DC: NC (No Connection - 'floating') + + RES: D0 or RST + CS: NC (No Connection - 'floating'. Default I2C address 0x3c) + DC: NC (No Connection - 'floating') ### Display setup: @@ -414,11 +418,11 @@ _[@htvekov](https://github.com/htvekov)_ \ No newline at end of file