From 4cd3a5456d3bcdb9989ad7cb3181d58bf7bce072 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 31 May 2019 17:02:31 -0700 Subject: [PATCH 1/3] Updated Readme to disinguish from ST7735R driver --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 68163d9..c9ab6ac 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,15 @@ Introduction :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_ST7735 :alt: Build Status -displayio driver for ST7735 TFT-LCD displays. +displayio driver for ST7735B TFT-LCD displays. + +Hardware +========= + +This driver does not work for any current Adafruit Displays and was created using initilization +codes from the Arduino Library. If you have a newer Adafruit Display with a ST7735R or ST7735S chip, +please visit `the Adafruit ST7735R Driver `_. + Dependencies ============= From 233aec9304d85e787a98f03155e1a53193b894fd Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 31 May 2019 17:06:10 -0700 Subject: [PATCH 2/3] Updated readme to be more clear --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c9ab6ac..4334de3 100644 --- a/README.rst +++ b/README.rst @@ -18,11 +18,11 @@ displayio driver for ST7735B TFT-LCD displays. Hardware ========= -This driver does not work for any current Adafruit Displays and was created using initilization -codes from the Arduino Library. If you have a newer Adafruit Display with a ST7735R or ST7735S chip, +This driver does not work for any current Adafruit Displays. It is intended to be used with displays +with an ST7735B or similar chipset and was created using initilization codes from the Arduino Library. +If you have a newer Adafruit Display with a ST7735R or ST7735S chip, please visit `the Adafruit ST7735R Driver `_. - Dependencies ============= This driver depends on: From fa4687ca40f05b6f55ea4ccf6ad9a22a8abad3d7 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 31 May 2019 18:33:48 -0700 Subject: [PATCH 3/3] Fixed typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4334de3..e88afa2 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Hardware ========= This driver does not work for any current Adafruit Displays. It is intended to be used with displays -with an ST7735B or similar chipset and was created using initilization codes from the Arduino Library. +with an ST7735B or similar chipset and was created using initialization codes from the Arduino Library. If you have a newer Adafruit Display with a ST7735R or ST7735S chip, please visit `the Adafruit ST7735R Driver `_.