I purchased a few of these st7789 modules and have been unsuccessful getting them to work. I see that these modules may be configured for parallel mode or spi mode. The module uses the zjy-ips130-v2.0 24 pin version and I assumed the module to be configured for spi mode as default. I would like to ask if this is correct (see pull up resistor config in pic).
I have not found a datasheet for this item so if anyone has a datasheet to share it would be appreciated.
I feel your pain. When purchasing something new I get a data sheet and hopefully code and hardware examples if it appears they are needed. If I cannot get the data I save my money for the next item.
Just another exercise in frustration. There never seems to be a shortage of these types of documentation issues.
Well after 'buzzing' the board and checking against the pin out, here is the correct way to use this module in SPI mode. The board build configuration defaults to parallel mode. The SDC and DC signals are confusing and need swapping as shown. R6 is a pull down resistor which pulls down the CS line, enabling the module if the CS signal is not used.
Also needed to use spi mode 3 (tft.init(240, 240, SPI_MODE3); ) for proper operation. Hopefully, this will help someone else with their issues.