loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
564 stars 219 forks source link

ST7789V LCD without CS line #74

Open pjalocha opened 5 years ago

pjalocha commented 5 years ago

Does the library support ST7789V without the CS line thus the CS is constantly tied to the ground ? I try it and end up with LCD having "noise" in the top 1/3 and the other 2/3 is all white. I found somewhere I need to use SPI mode 3, not zero, this made the LCD display the above pattern but then I am stuck.