From ad42a83367d7d62716350e7551f4128c49fbed82 Mon Sep 17 00:00:00 2001 From: Ecor Date: Sun, 2 Jul 2023 22:23:22 -0700 Subject: [PATCH] Update README.md to fix typo Sh1106, not ssh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c034a..60e621d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ While in theory the device is not tied to SimHub, this firmware emulates an Ardu ## Required components - 24 RGB LED Ring - aka "NeoPixel" -- 1.3" OLED Screen with the SSH1106 driver that can be wired for I2C (usually these have 4 pins only) +- 1.3" OLED Screen with the SH1106 driver that can be wired for I2C (usually these have 4 pins only) - D1 Mini (ESP8266) The ESP866 was selected over any Arduino board due to cost, form factor available memory AND performance. In the past I tested a similar meter stand alone framework and the affordable Arduino boards struggled to keep up, while the ESP8266 was passed with flying colors.