From ad3a94ad74b2b11e493fdacb9fc817b80df4165b Mon Sep 17 00:00:00 2001 From: max mc costa Date: Tue, 9 Jun 2015 16:51:54 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a58f2fa..9ab95ec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ TFT_ILI9163C A fast SPI driver for TFT that use Ilitek ILI9163C driver for Arduino's Teensy's and more... -Actual release: 0.9 +Current release: 0.9 Can be used with IDE 1.0.6 (Teensyduino 1.20) or IDE 1.6.x (Teensyduino 1.21b or better) @@ -11,6 +11,14 @@ Can be used with IDE 1.0.6 (Teensyduino 1.20) or IDE 1.6.x (Teensyduino 1.21b or Link to a video: https://www.youtube.com/watch?v=y5f-VNBxgEk&feature=youtu.be + + Tested with: + Teensy 3.0 -> really fast + Teensy 3.1 -> really fast + Teensy LC -> still not 100% optimized but fast + UNO and similar -> still not 100% optimized but fast + DUE -> still not 100% optimized but fast + ESP8266 -> it works! ==========================