From 27e7df560a25c9f3b39dce46a919006934ef709d Mon Sep 17 00:00:00 2001 From: max mc costa Date: Tue, 9 Jun 2015 16:53:35 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ab95ec..97d0535 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ http://developer.mbed.org/users/peu605/code/TFT_ILI9163C/ - Teensy 3 and LC cannot use any pin for CS and RS(DC) but should be choosen as follow: pins:2,6,9 or 10,15 or 20,13 for CS and RS. + The benchmark.ino example has a routine that can help you to understand if you have choosed the right pin for your Teensy. For reset you can use any pin, if you want to save a wire and not use reset, YOU SHOULD CONNECT TO 3V3 OR USE A PULLUP RESISTOR (10K to 3V3) BUT NOT LEAVE FLOATING!