ArduinoTroubleshooting

Question about the exposed pins on I2C RGB Backlight LCD 16x2 Display Module for Arduino

userHead rvt 2023-09-06 13:26:41 548 Views2 Replies

I'm reading the tutorial here: https://wiki.dfrobot.com/_SKU_DFR0374__SKU_DFR0936_LCD_Keypad_Shield_V2.0

 

I have question about the exposed pins on this shield.

 

For example, in the Board Overview section, what does “D6 + -” mean. 

 

I assume D6 is for pin D6 on the arduino. What is the “+” and “-” pins. My guess is that is power / ground?

2023-09-13 10:42:00

Sorry for the late response. "D6" refers to pin D6 on the Arduino board, which is a digital input/output pin. "+/-" represents the power pins on the module. Typically, the "+/-" pins are used to connect the power and ground (GND).

userHeadPic Tonny12138
2023-09-08 12:31:33

I tested this out and the “+” and “-” do appear to represent power and ground respectively.

userHeadPic rvt