From fcebfbc264a59e1d96faa4b2024b8f26a358804a Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Sat, 27 Jan 2024 21:56:00 +0530 Subject: [PATCH] chore: convert all file paths to links in README.md Signed-off-by: Aditya Agarwal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7b3f46..4381659 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pio run --target upload ## Building/Uploading With Arduino IDE -Create a new sketch and copy the contents of ```src/main.cpp``` from this repository into the default ```.ino``` file. Create a new tab/file in the IDE named ```constants.h``` and copy the contents of ```src/constants.h``` from this repository into this file. +Create a new sketch and copy the contents of [```src/main.cpp```](/src/main.cpp) from this repository into the default ```.ino``` file. Create a new tab/file in the IDE named ```constants.h``` and copy the contents of [```src/constants.h```](/src/constants.h) from this repository into this file. Install the Adafruit Touch Screen Library and Adafruit GFX Library from the Library Manager (under *Sketch>Include Library>Manage Libraries...*) @@ -81,6 +81,6 @@ Some common problems and their solutions - |Problem|Solution| |-|-| |Display stays white after uploading program|Non-Standard Driver (not ILI9486)| -|Display not responding after touch|Try changing the order of the touch pins in ```src/constants.h``` file, i.e. swap the values of ```XP```, ```YP```, ```XM``` and ```YM```| +|Display not responding after touch|Try changing the order of the touch pins in [```src/constants.h```](/src/constants.h) file, i.e. swap the values of ```XP```, ```YP```, ```XM``` and ```YM```| |Compilation issues related to SPI|Update the Arduino IDE version and/or install the SPI library| |Display Flickering/Arduino is reset automatically|Faulty Power Supply/Cable|