karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

Using of 7pin SPI LCD #208

Closed nk3535 closed 3 years ago

nk3535 commented 3 years ago

Hi, I have a 7 pin SPI LCD panel (ST7789) I tried to connect but there no CS pin so i don't know what to do. Is there any possible way to use it? Thank you.

karawin commented 3 years ago

Depends on what is also on the spi. (vs1053?)

Read https://www.instructables.com/Adding-CS-Pin-to-13-LCD/ https://github.com/Bodmer/TFT_eSPI/issues/163

Just a kick google search.

nk3535 commented 3 years ago

Thank you so much for the help, i didn't even guess that i can add a pin to lcd, i have lots of things to learn :)