From e07088ce23e317ffa2255db4dadea00d6140ad15 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Mon, 29 May 2017 23:07:44 +0200 Subject: [PATCH] nrf5/examples: Adding some notes on which pin layout that has been used in the seeed_tft.py ILI9341 driver for driving the display. --- nrf5/examples/seeed_tft.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nrf5/examples/seeed_tft.py b/nrf5/examples/seeed_tft.py index 0620f8661b..4e5db06fcb 100644 --- a/nrf5/examples/seeed_tft.py +++ b/nrf5/examples/seeed_tft.py @@ -26,6 +26,8 @@ MicroPython Seeedstudio TFT Shield V2 driver, SPI interfaces, Analog GPIO Contains SD-card reader, LCD and Touch sensor +The pca10040 pin layout is used as reference. + Example usage of LCD: from seeedstudio_tft_shield_v2 import ILI9341