From 2017ad3051b24f5cfd9262614af2512d1bae5e32 Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Mon, 16 Sep 2019 07:54:36 -0400 Subject: [PATCH] README tweaks. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d35ca3b..0d3ae2d 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ --- -**This library must be built with the esp-idf release/v4.0 branch and xtensa toolchain** +**This library must be built with the esp-idf release/v4.0 branch.** +ESP-IDF 4.0 is currently in beta and instructions are found [here]( +https://docs.espressif.com/projects/esp-idf/en/v4.0-beta1/get-started/index.html) --- #### Features -* Full support for **ILI9341**, **ILI9488**, **ST7789V** and **ST7735** based TFT modules in 4-wire SPI mode. Support for other controllers will be added later +* Full support for **ILI9341**, **ILI9488**, **ST7789V** and **ST7735** based TFT modules in 4-wire SPI mode. * **18-bit (RGB)** color mode used * **SPI displays oriented SPI driver library** based on *spi-master* driver * Combined **DMA SPI** transfer mode and **direct SPI** for maximal speed