From 773ef6353dd73fe9c1ebde6517ed76f8da9e5fb6 Mon Sep 17 00:00:00 2001 From: max mc costa Date: Sat, 24 May 2014 22:31:11 +0200 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b6f4c82..3a9d598 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,14 @@ TFT_ILI9163C +ILI9163C- A fast SPI driver for TFT that use Ilitek ILI9163C. + ![ILI9163C](http://i1189.photobucket.com/albums/z437/theamra/github/CIMG6810.jpg) - -============== - - ILI9163C- A fast SPI driver for TFT that use Ilitek ILI9163C. - - - Link to a video: https://www.youtube.com/watch?v=y5f-VNBxgEk&feature=youtu.be - - +========================== + Features: - Very FAST!, expecially with Teensy 3.x where uses DMA SPI. @@ -85,12 +80,13 @@ Code Optimizations: This file needs the following Libraries: Adafruit_GFX by Adafruit: - https://github.com/adafruit/Adafruit-GFX-Library - Remember to update GFX library often to have more features with this library! - From this version I'm using my version of Adafruit_GFX library: - https://github.com/sumotoy/Adafruit-GFX-Library - It has faster char rendering and some small little optimizations but you can - choose one of the two freely since are both fully compatible. +https://github.com/adafruit/Adafruit-GFX-Library + Remember to update GFX library often to have more features with this library! + + From this version I'm using my version of Adafruit_GFX library: +https://github.com/sumotoy/Adafruit-GFX-Library + It has faster char rendering and some small little optimizations but you can + choose one of the two freely since are both fully compatible. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Special Thanks: