From 50fd22b2f1780289de643c88e356597a9863cc5d Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sat, 25 Feb 2017 02:15:08 +0000 Subject: [PATCH] Update to refect examples now updated --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b882070..6bd839c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Note: This library is at a first draft. It is working but some of the examples need minor changes to update the header text and to add yield() at key points. The yield() is needed so the ESP8266 does not "watchdog timeout" in long duration loops as then the processor will blank the screen. These changes will be made over the next few days. - # TFT_eSPI An Arduino IDE compatible graphics and fonts library for ESP8266 processors with a driver for the ILI9341 and ST7735 based TFT displays.