15
edits
Changes
no edit summary
Steps to reproduce:
# On Jetson, use the jetson-io to enable SPI1. Steps are shown in the [https://www.waveshare.com/wiki/1.5inch_LCD_Module#Jetson_Nano_User_Guide Jetson Nano section in the 1.5 inch 5in LCD Module guideGuide]. Follow the "Enable SPI" and "Library Installation" sections. Stop before the "Download Example" section.
# Power down the Jetson and wire up the display using the following pinout:
! Function !! Jetson Pin !! BCM Pin
|-
| Example 3v3 || Example 1 || Example3v3
|-
| Example GND || Example 6 || ExampleGND
|-
| Example DIN/MOSI || Example 19 || ExampleD10 (Automatically selected by Jetson-GPIO)
|-
| Example SCK || Example 23 || ExampleD11 (Automatically selected)
|-
| Example CS || Example 24 || ExampleCE0 (Automatically selected)
|-
| Example DC || Example 22 || ExampleD25
|-
| Example RST || Example 31 || ExampleD6
|-
| Example BL || Example 32 || ExampleD12
|}
Clone the repository and launch run.py. You may need to install the following pip dependencies:
* Jetson.GPIO
* adafruit-circuitpython-busdevice
* spidev
* adafruit-blinka-displayio
* adafruit-circuitpython-rgb-display
* adafruit-circuitpython-st7789
* Pillow