Skip to content

Commit

Permalink
Update examples with Adafruit product links
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Nov 25, 2016
1 parent 926fcd7 commit 74c995b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 10 deletions.
10 changes: 10 additions & 0 deletions README.txt
@@ -1,6 +1,16 @@
This ST7735_t3 is a copy of Adafruit's 1.8" & 1.44" ST7735 library
optimized for use with Teensy 3.x boards.

----------------------------

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

Expand Down
9 changes: 7 additions & 2 deletions examples/graphicstest/graphicstest.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 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
Expand Down
9 changes: 7 additions & 2 deletions examples/rotationtest/rotationtest.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 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
Expand Down
4 changes: 2 additions & 2 deletions examples/shieldtest/shieldtest.ino
@@ -1,5 +1,5 @@
/***************************************************
This is an example sketch for the Adafruit 1.8" TFT shield with joystick
This is an example sketch for the Adafruit 1.8" TFT shield with joystick
----> http://www.adafruit.com/products/802
Check out the links above for our tutorials and wiring diagrams
Expand Down Expand Up @@ -47,7 +47,7 @@ void setup(void) {
//tft.initR(INITR_144GREENTAB);

Serial.println("OK!");
tft.fillScreen(0x0000);
tft.fillScreen(ST7735_BLACK);
}


Expand Down
9 changes: 7 additions & 2 deletions examples/soft_spitftbitmap/soft_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 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
Expand Down
9 changes: 7 additions & 2 deletions 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 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
Expand Down

0 comments on commit 74c995b

Please sign in to comment.