From 56f4599cfd1d325db1714965c7373f0b71c9ba92 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 23 Feb 2017 09:16:43 +0000 Subject: [PATCH] Add note about examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bd839c..b882070 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +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.