I am building a project from Github which has Arduino code. The part list specifies to buy a DSD TECH 1.8 Inch TFT LCD from Amazon. On Amazon I found one with exactly that title so I bought two of them. They turned out to be 11 pins with completely different labels than the 10-pin display in the schematic and parts list. In fact, I can't even find a 10-pin LCD that matches the title or schematic pinout. All I find are 8-pin or 11-pin that size. Is someone able to give me a clue on how to solve this?
Please post the code here, using code tags when you do
I suspect that the original project used a screen with an I2C interface whereas the screen that you linked to plainly (it's in the description) uses an SPI interface, hence the difference in number and labelling of the pins
I just wanted to post here that another builder of the project informed me that he successfully built the project using an Adafruit 358 SPI screen that had 10 pins matching the author's schematic. Knowing that, I translated the necessary pin functions to my DSD TECH screen and got it working in a test circuit that was for the Adafruit screen, so now I believe I can go ahead on the project with my display.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.