From 48ad4c98fcd2bd7020a876f3845cb691e263fe73 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 16 Dec 2021 16:29:08 +0000 Subject: [PATCH] Add new RP2040 branch link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03551b3..6d5d0cd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +A new test branch has been created for the RP2040 processor with 8 bit parallel displays: + +["Test branch"](https://github.com/Bodmer/TFT_eSPI/tree/RP2040_8bit_parallel) + A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has been added for Q&A etc. Use the ["Issues"](https://github.com/Bodmer/TFT_eSPI/issues) tab only for problems with the library. Thanks! # News 1. Support hase been added for the ESP32 S2 processor variant. A [new user setup](https://github.com/Bodmer/TFT_eSPI/blob/master/User_Setups/Setup70_ESP32_S2_ILI9341.h) file has been added as an example setup with an ILI9341 TFT. You will need to load ESP32 Arduino board package 2.0.0 or later to use the updated library with an ESP32.