nrf5/examples: Adding some notes on which pin layout that has been used in the seeed_tft.py ILI9341 driver for driving the display.
This commit is contained in:
parent
94b94d7ff4
commit
e07088ce23
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue