From 5d496ca7ee493afa100d70edf6e3b3eec5c36efb Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 27 Nov 2018 21:19:40 +0000 Subject: [PATCH] State SDA read constraint is only for ESP32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220212e..2d557b2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ https://github.com/androdlang/TFTShape 2. I have created a user updateable graphics extension library template that can be used to create your own graphics extensions. The Library contains examples and is commented so it should be clear what you need to do to add functions. You can find it here: https://github.com/Bodmer/TFT_eFX -3. The capability to read from an ST7789V TFT with a single bidirectional SDA pin has been added. This is enabled with a #define TFT_SDA_READ in the setup file. +3. The capability to read from an ST7789V TFT with a single bidirectional SDA pin has been added. At the moment this **ONLY** works with an ESP32. It is enabled with a #define TFT_SDA_READ in the setup file. 4. ST7789V displays are manufactured in two variants that have the red and green pixels swapped, this is catered for by a new option in the setup file: //#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue