ArmDeveloperEcosystem / st7789-library-for-pico

Use an ST7789 based TFT LCD display with your Raspberry Pi Pico or any RP2040 based board 📺
Apache License 2.0
67 stars 9 forks source link

Without CS pin #1

Closed Wollabebes closed 2 years ago

Wollabebes commented 3 years ago

I'm trying to make it work with my ST7789 display but there's no CS pin for it.

sandeepmistry commented 3 years ago

Hi @Wollabebes,

Can you please try out the changes in pull request #2.

With the changes you can set the CS config value to -1 to indicate the CS pin is grounded. I've tested by connecting the CS pin of my display to GND.