From 421377e8bc82974c207a94038d92c23e3c4a57c6 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sun, 6 Nov 2022 00:47:01 +0000 Subject: [PATCH] Update Using ESP-IDF.txt --- docs/ESP-IDF/Using ESP-IDF.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/ESP-IDF/Using ESP-IDF.txt b/docs/ESP-IDF/Using ESP-IDF.txt index fae8357..73177ad 100644 --- a/docs/ESP-IDF/Using ESP-IDF.txt +++ b/docs/ESP-IDF/Using ESP-IDF.txt @@ -5,7 +5,13 @@ https://github.com/Bodmer/TFT_eSPI/pull/1770 The library author (Bodmer) does not use the ESP-IDF so will not be able to provide support! -The following instructions were posted by dracir9 as part of the pull request #1770 here: +There are two ways to configure the library either: + + manually enter the setup in menuconfig + OR + delete the KConfig file, run idf.py and use the User_Setup_Select.h file + +The following menuconfig instructions were posted by dracir9 as part of the pull request #1770: https://github.com/Bodmer/TFT_eSPI/pull/1770#issuecomment-1096478997