From 3e82aafd2d05fcd21a8809e33654b55eb44a64d0 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sat, 11 Jan 2020 01:14:32 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e3558..2b4ed46 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can take this one step further and have your own setup select file and then To select a new setup you then edit your own my_setup_select.h file (which will not get over-written during an upgrade). # News -1. The ST7789 display controller has been added. The ST7796 RPi MHS-4.0 inch Display-B type display is supported (this is fast for a SPI display as an ESP32 can clock it at 80MHz (ESP8266 at 40MHz)), see setups 27 and 28. +1. The ST7796 display controller has been added. The ST7796 RPi MHS-4.0 inch Display-B type display is supported (this is fast for a SPI display as an ESP32 can clock it at 80MHz (ESP8266 at 40MHz)), see setups 27 and 28. 2. A new beta test branch has been added to support other processors, in particular STM32: https://github.com/Bodmer/TFT_eSPI/tree/STM32