Skip to content

Commit e0186e3

Browse files
committed
Fix merge conflict
2 parents 7eb824c + 72cbe2a commit e0186e3

File tree

4 files changed

+52
-27
lines changed

4 files changed

+52
-27
lines changed

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ displayio driver for ST7735R TFT-LCD displays.
1818
Hardware
1919
=========
2020

21-
1.8" SPI TFT display, 160x128 18-bit color <https://www.adafruit.com/product/618>
22-
Adafruit 0.96" 160x80 Color TFT Display w/ MicroSD Card Breakout <https://www.adafruit.com/product/3533>
23-
1.8" Color TFT LCD display with MicroSD Card Breakout <https://www.adafruit.com/product/358>
24-
Adafruit 1.44" Color TFT LCD Display with MicroSD Card breakout <https://www.adafruit.com/product/2088>
25-
Adafruit Mini Color TFT with Joystick FeatherWing <https://www.adafruit.com/product/3321>
21+
* `1.8" SPI TFT display, 160x128 18-bit color
22+
<https://www.adafruit.com/product/618>`_
23+
* `Adafruit 0.96" 160x80 Color TFT Display w/ MicroSD Card Breakout
24+
<https://www.adafruit.com/product/3533>`_
25+
* `1.8" Color TFT LCD display with MicroSD Card Breakout
26+
<https://www.adafruit.com/product/358>`_
27+
* `Adafruit 1.44" Color TFT LCD Display with MicroSD Card breakout
28+
<https://www.adafruit.com/product/2088>`_
29+
* `Adafruit Mini Color TFT with Joystick FeatherWing
30+
<https://www.adafruit.com/product/3321>`_
2631

2732
If you have a board with a ST7735B chip, you may want to try
2833
`the Adafruit ST7735 Driver <https://github.com/adafruit/Adafruit_CircuitPython_ST7735>`_.

adafruit_st7735r.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
1717
**Hardware:**
1818
19-
* 1.8" SPI TFT display, 160x128 18-bit color:
20-
https://www.adafruit.com/product/618
21-
* Adafruit 0.96" 160x80 Color TFT Display w/ MicroSD Card Breakout:
22-
https://www.adafruit.com/product/3533
23-
* 1.8" Color TFT LCD display with MicroSD Card Breakout:
24-
https://www.adafruit.com/product/358
25-
* Adafruit 1.44" Color TFT LCD Display with MicroSD Card breakout:
26-
https://www.adafruit.com/product/2088
27-
* Adafruit Mini Color TFT with Joystick FeatherWing:
28-
https://www.adafruit.com/product/3321
19+
* `1.8" SPI TFT display, 160x128 18-bit color
20+
<https://www.adafruit.com/product/618>`_ (Product ID: 618)
21+
* `Adafruit 0.96" 160x80 Color TFT Display w/ MicroSD Card Breakout
22+
<https://www.adafruit.com/product/3533>`_ (Product ID: 3533)
23+
* `1.8" Color TFT LCD display with MicroSD Card Breakout:
24+
<https://www.adafruit.com/product/358>`_ (Product ID: 358)
25+
* `Adafruit 1.44" Color TFT LCD Display with MicroSD Card breakout:
26+
<https://www.adafruit.com/product/2088>`_ (Product ID: 2088)
27+
* `Adafruit Mini Color TFT with Joystick FeatherWing:
28+
<https://www.adafruit.com/product/3321>`_ (Product ID: 3321)
2929
3030
**Software and Dependencies:**
3131
3232
* Adafruit CircuitPython firmware for the supported boards:
33-
https://github.com/adafruit/circuitpython/releases
33+
https://circuitpython.org/downloads
3434
3535
"""
3636

docs/examples.rst

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Simple test
1+
Simple Test
22
------------
33

44
Ensure your device works with this simple test.
@@ -7,26 +7,42 @@ Ensure your device works with this simple test.
77
:caption: examples/st7735r_simpletest.py
88
:linenos:
99

10-
.. literalinclude:: ../examples/st7735r_minitft_simpletest.py
11-
:caption: examples/st7735r_minitft_simpletest.py
10+
128x160 Tests
11+
--------------------
12+
13+
Examples for the 128x160
14+
15+
.. literalinclude:: ../examples/st7735r_128x160_simpletest.py
16+
:caption: examples/st7735r_128x160_simpletest.py
1217
:linenos:
1318

19+
.. literalinclude:: ../examples/st7735r_128x160_colored_labels.py
20+
:caption: examples/st7735r_128x160_colored_labels.py
21+
:linenos:
22+
23+
Minitft FeatherWing Test
24+
-------------------------
25+
26+
Simple example for the minitft featherwing
27+
1428
.. literalinclude:: ../examples/st7735r_minitft_featherwing_simpletest.py
1529
:caption: examples/st7735r_minitft_featherwing_simpletest.py
1630
:linenos:
1731

18-
.. literalinclude:: ../examples/st7735r_128x160_simpletest.py
19-
:caption: examples/st7735r_128x160_simpletest.py
32+
MiniTFT Test
33+
------------
34+
35+
Simple example for the minitft
36+
37+
.. literalinclude:: ../examples/st7735r_minitft_simpletest.py
38+
:caption: examples/st7735r_minitft_simpletest.py
2039
:linenos:
2140

41+
Shield Buttons
42+
--------------
2243

23-
Other Examples
24-
---------------
44+
Example for the shield buttons
2545

2646
.. literalinclude:: ../examples/st7735r_18tftshield_buttons.py
2747
:caption: examples/st7735r_18tftshield_buttons.py
2848
:linenos:
29-
30-
.. literalinclude:: ../examples/st7735r_128x160_colored_labels.py
31-
:caption: examples/st7735r_128x160_colored_labels.py
32-
:linenos:

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Table of Contents
2323
.. toctree::
2424
:caption: Tutorials
2525

26+
1.8" TFT Display Breakout and Shield <https://learn.adafruit.com/1-8-tft-display>
27+
Adafruit Mini TFT - 0.96" 160x80 <https://learn.adafruit.com/adafruit-mini-tft-0-dot-96-inch-180x60-breakout>
28+
Adafruit Mini TFT with Joystick Featherwing <https://learn.adafruit.com/adafruit-mini-tft-featherwing>
29+
2630
.. toctree::
2731
:caption: Related Products
2832

0 commit comments

Comments
 (0)