I am new to Arduino and I don't want to damage the board or the display.
The display has these pins (printed on it):
- CLK
- DIO
- VCC
- GND
The pinout diagram of the Arduino Micro can be found here.
My questions are:
- Do I have to connect CLK to SCL? Or can it be connected to any digital pin from D0 to D23?
- Do I have to connect DIO to SDA? Or can it be connected to any digital pin from D0 to D23?
- I connected VCC to the +5V port. Is this bad for the Arduino? I heard something about this...
- Does the display require PWM ports?
- Take a look at pin D12/PD6. When initializing the TM1637Display() object, is the number of the pin 12 or 6?