Introduction: Orange Pi Zero Connect TFT SPI (ST7735)

The pins of this display are different from the others.

Step 1: ST7735 and Board Connection.

Connect your display and board as shown in the picture

Step 2: Initialization

To use, enter the following line in the console:

sudo modprobe fbtft_device name=adafruit18 gpios=reset:1,dc:0,led:3 speed=16000000 fps=25 rotate=90 busnum=1

Maybe you have to change busnum to zero

Step 3: Using

Enter the command:

dmesg

The last line will be the number of the framebuffer created. Now you can use it.

For example, if the framebuffer number is eight, then this command will display the console on it:

con2fbmap 1 8