Update README.md
This commit is contained in:
parent
379ca10a79
commit
773ef6353d
1 changed files with 11 additions and 15 deletions
26
README.md
26
README.md
|
|
@ -1,19 +1,14 @@
|
||||||
TFT_ILI9163C
|
TFT_ILI9163C
|
||||||
|
|
||||||
|
ILI9163C- A fast SPI driver for TFT that use Ilitek ILI9163C.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
==============
|
|
||||||
|
|
||||||
ILI9163C- A fast SPI driver for TFT that use Ilitek ILI9163C.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Link to a video:
|
Link to a video:
|
||||||
https://www.youtube.com/watch?v=y5f-VNBxgEk&feature=youtu.be
|
https://www.youtube.com/watch?v=y5f-VNBxgEk&feature=youtu.be
|
||||||
|
|
||||||
|
==========================
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
- Very FAST!, expecially with Teensy 3.x where uses DMA SPI.
|
- Very FAST!, expecially with Teensy 3.x where uses DMA SPI.
|
||||||
|
|
@ -85,12 +80,13 @@ Code Optimizations:
|
||||||
This file needs the following Libraries:
|
This file needs the following Libraries:
|
||||||
|
|
||||||
Adafruit_GFX by Adafruit:
|
Adafruit_GFX by Adafruit:
|
||||||
https://github.com/adafruit/Adafruit-GFX-Library
|
https://github.com/adafruit/Adafruit-GFX-Library
|
||||||
Remember to update GFX library often to have more features with this 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
|
From this version I'm using my version of Adafruit_GFX library:
|
||||||
It has faster char rendering and some small little optimizations but you can
|
https://github.com/sumotoy/Adafruit-GFX-Library
|
||||||
choose one of the two freely since are both fully compatible.
|
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:
|
Special Thanks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue