An welche Anschlüsse gehören die kabel beim arduino?

1 Antwort

Hallo,

das Display dürfte vom Typ ST7735 sein. Schau mal ins Datenblatt und google mal nach Tutorials, es dürften reichlich Tutorials vorhanden sein.

https://www.arduino.cc/en/Reference/TFTLibrary

  • GND: Arduino GND
  • VCC: Arduino VCC oder wenn es ein 3V3 Display ist Arduino +3V3
  • SCK: Arduino SPI clock
  • SDA: MOSI / Arduino SPI data
  • CS: CS, Chip Select
  • DC: DC, Data/Command
  • RST: Arduino Reset

Cheers.

Woher ich das weiß:Studium / Ausbildung