From fbf4592fc1a69629c383ba2cdfeba9671b12d7ec Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sun, 5 Jan 2020 12:26:16 +0000 Subject: [PATCH] Tips typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05db4bc..8c2b878 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ If you load a new copy of TFT_eSPI then it will over-write your setups if they a #include <../TFT_eSPI_Setups/my_custom_setup.h> -You must make sure only one nsetup file is called. In the the custom setup file I add the file path as a commented out first line that can be cut and pasted back into the upgraded User_Setup_Select.h file. The ../ at the start of the path means go up one directory level. Clearly you could use different file paths or directory names as long as it does not clash with another library or folder name. +You must make sure only one setup file is called. In the the custom setup file I add the file path as a commented out first line that can be cut and pasted back into the upgraded User_Setup_Select.h file. The ../ at the start of the path means go up one directory level. Clearly you could use different file paths or directory names as long as it does not clash with another library or folder name. # News 1. A new beta test branch has been added to support other processors, in particular STM32: