From 78d53ba6c08508dcb89a94f2f38e81b48a6d5fd2 Mon Sep 17 00:00:00 2001 From: Mancheron <102164084+Mancheron@users.noreply.github.com> Date: Wed, 11 Jan 2023 00:09:07 +0100 Subject: [PATCH] Update repositories.txt (#2354) * Update repositories.txt Add a widget based library to enhance the use of the existing TFT_eSPI library and make easier the development of GUI for TFT screen based applications. * Make a mirror on GitHub Co-authored-by: per1234 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b05609bd..e25dc3cf 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5512,4 +5512,5 @@ https://github.com/khoih-prog/WebServer_ESP32_W6100 https://github.com/khoih-prog/WebServer_ESP32_SC_W6100 https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100 https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100 +https://github.com/Mancheron/TFT_eSPI_Widgets https://github.com/khoih-prog/AsyncUDP_ESP32_W6100