From b68980865195c06e96173dc9e7beeacc0f3e3a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Araujo=20Galav=C3=ADz?= Date: Wed, 5 Apr 2023 01:57:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EReadme.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c2985b5..c6a3f18 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ For such, new classes are implemented, which are included in the *.ino* code inc To be able to use this repository, it's important to first connect the display to the microcontroller correctly. The following diagram shows how it should be done when using an ESP32-WROOM board. -![Connection diagram used for DisplayESP32 repository!](Connection Diagram_UI.png "Connection diagram") +![Connection diagram used for DisplayESP32 repository](http://gmarxcc.com:8088/MSP430/DisplayESP32/commit/8b2aea8994136ffd43f52c42dd9350264e2c01ca "Connection diagram") It is possible to see that the display used in this project uses I2C protocol, thus only two pins are needed to allow communication with the microcontroller.