Breazile / MandoPuter

Electronics to drive a Mandalorian gauntlet
MIT License
41 stars 9 forks source link

Wiring for the IPS 1.3 SPI Display - ST7789 #17

Closed MandalorianoBrasil closed 10 months ago

MandalorianoBrasil commented 10 months ago

I'm using a Raspberry Pi Pico and an IPS 1.3 SPI Display - ST7789, as they are the only products I found in Brazil.

However, the display pins are different, it has: GND, VCC, SCL, SDA, RES, DC, BLK

I would like to know if you could help me connect this display to the board, and if I need to make any changes to the code. Thanks.

image image

Breazile commented 10 months ago

I just saw this. Were you able to get it working? If not, please let me know.

MandalorianoBrasil commented 10 months ago

Hi Jon,

I managed to make it work based on your response in another ticket.

BLK pin should be the same as LITE RES same as RST SCL same as SCK SDA same as SI

SPI_SPEED down to 24000000

and

polarity = 1, phase = 0

I would like to take this opportunity to say thank you very much for the project, I made a dream come true.

Breazile commented 10 months ago

Glad you got it working :)