Update README.md
This commit is contained in:
parent
55b1f58e63
commit
ad3a94ad74
1 changed files with 9 additions and 1 deletions
10
README.md
10
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...
|
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)
|
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:
|
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
|
||||||
|
|
||||||
|
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!
|
||||||
|
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue