pimoroni / st7735-python

Python library to control an ST7735 TFT LCD display. Allows simple drawing on the display without installing a kernel module.
MIT License
61 stars 29 forks source link

Connecting Explorer Hat with SPI display controller ST7735R #25

Open consra opened 2 years ago

consra commented 2 years ago

OS and HW: Bullseye x64 with Desktop on Raspberry pi 4B

It is it possible to connect a Explorer Hat with a SPI display ST7735R. My current pin connection is the following: LED -> OUTPUT2 SCK -> SCK SDA -> MOSI A0 -> OUTPUT3 RESET -> OUTPUT1 CS -> CS GND -> GND VCC -> 3.3 V VCC

I have installed the library from here: https://github.com/pimoroni/st7735-python . But nothing works. Please help.