diff --git a/Adafruit_ST7735.cpp b/Adafruit_ST7735.cpp index 0827a7c..2b76187 100755 --- a/Adafruit_ST7735.cpp +++ b/Adafruit_ST7735.cpp @@ -1,10 +1,15 @@ -/*************************************************** +/*************************************************** This is a library for the Adafruit 1.8" SPI display. - This library works with the Adafruit 1.8" TFT Breakout w/SD card + +This library works with the Adafruit 1.8" TFT Breakout w/SD card ----> http://www.adafruit.com/products/358 - as well as Adafruit raw 1.8" TFT display +The 1.8" TFT shield + ----> https://www.adafruit.com/product/802 +The 1.44" TFT breakout + ----> https://www.adafruit.com/product/2088 +as well as Adafruit raw 1.8" TFT display ----> http://www.adafruit.com/products/618 - + Check out the links above for our tutorials and wiring diagrams These displays use SPI to communicate, 4 or 5 pins are required to interface (RST is optional) diff --git a/Adafruit_ST7735.h b/Adafruit_ST7735.h index eb179e6..6d2ea86 100755 --- a/Adafruit_ST7735.h +++ b/Adafruit_ST7735.h @@ -1,10 +1,15 @@ /*************************************************** This is a library for the Adafruit 1.8" SPI display. - This library works with the Adafruit 1.8" TFT Breakout w/SD card + +This library works with the Adafruit 1.8" TFT Breakout w/SD card ----> http://www.adafruit.com/products/358 - as well as Adafruit raw 1.8" TFT display +The 1.8" TFT shield + ----> https://www.adafruit.com/product/802 +The 1.44" TFT breakout + ----> https://www.adafruit.com/product/2088 +as well as Adafruit raw 1.8" TFT display ----> http://www.adafruit.com/products/618 - + Check out the links above for our tutorials and wiring diagrams These displays use SPI to communicate, 4 or 5 pins are required to interface (RST is optional) diff --git a/README.txt b/README.txt index 6f3b682..e7881f6 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,13 @@ This is a library for the Adafruit 1.8" SPI display. This library works with the Adafruit 1.8" TFT Breakout w/SD card ----> http://www.adafruit.com/products/358 +The 1.8" TFT shield + ----> https://www.adafruit.com/product/802 +The 1.44" TFT breakout + ----> https://www.adafruit.com/product/2088 as well as Adafruit raw 1.8" TFT display ----> http://www.adafruit.com/products/618 + Check out the links above for our tutorials and wiring diagrams. These displays use SPI to communicate, 4 or 5 pins are required diff --git a/examples/graphicstest/graphicstest.ino b/examples/graphicstest/graphicstest.ino index dd4985f..11a0cf5 100644 --- a/examples/graphicstest/graphicstest.ino +++ b/examples/graphicstest/graphicstest.ino @@ -1,10 +1,15 @@ /*************************************************** - This is an example sketch for the Adafruit 1.8" SPI display. - This library works with the Adafruit 1.8" TFT Breakout w/SD card + This is a library for the Adafruit 1.8" SPI display. + +This library works with the Adafruit 1.8" TFT Breakout w/SD card ----> http://www.adafruit.com/products/358 - as well as Adafruit raw 1.8" TFT display +The 1.8" TFT shield + ----> https://www.adafruit.com/product/802 +The 1.44" TFT breakout + ----> https://www.adafruit.com/product/2088 +as well as Adafruit raw 1.8" TFT display ----> http://www.adafruit.com/products/618 - + Check out the links above for our tutorials and wiring diagrams These displays use SPI to communicate, 4 or 5 pins are required to interface (RST is optional) diff --git a/examples/rotationtest/rotationtest.ino b/examples/rotationtest/rotationtest.ino index 28250d2..0357f59 100644 --- a/examples/rotationtest/rotationtest.ino +++ b/examples/rotationtest/rotationtest.ino @@ -1,10 +1,15 @@ /*************************************************** - This is an example sketch for the Adafruit 1.8" SPI display. - This library works with the Adafruit 1.8" TFT Breakout w/SD card + This is a library for the Adafruit 1.8" SPI display. + +This library works with the Adafruit 1.8" TFT Breakout w/SD card ----> http://www.adafruit.com/products/358 - as well as Adafruit raw 1.8" TFT display +The 1.8" TFT shield + ----> https://www.adafruit.com/product/802 +The 1.44" TFT breakout + ----> https://www.adafruit.com/product/2088 +as well as Adafruit raw 1.8" TFT display ----> http://www.adafruit.com/products/618 - + Check out the links above for our tutorials and wiring diagrams These displays use SPI to communicate, 4 or 5 pins are required to interface (RST is optional) diff --git a/examples/spitftbitmap/spitftbitmap.ino b/examples/spitftbitmap/spitftbitmap.ino index b4e358d..760a206 100644 --- a/examples/spitftbitmap/spitftbitmap.ino +++ b/examples/spitftbitmap/spitftbitmap.ino @@ -1,8 +1,13 @@ /*************************************************** - This is an example sketch for the Adafruit 1.8" SPI display. - This library works with the Adafruit 1.8" TFT Breakout w/SD card + This is a library for the Adafruit 1.8" SPI display. + +This library works with the Adafruit 1.8" TFT Breakout w/SD card ----> http://www.adafruit.com/products/358 - as well as Adafruit raw 1.8" TFT display +The 1.8" TFT shield + ----> https://www.adafruit.com/product/802 +The 1.44" TFT breakout + ----> https://www.adafruit.com/product/2088 +as well as Adafruit raw 1.8" TFT display ----> http://www.adafruit.com/products/618 Check out the links above for our tutorials and wiring diagrams