Step 1: Materials
Hardware
- Arduino Uno
- LCD with I2C Adapter
- Joystick
- Male to Male Jumper Wires
- Breadboard
Software
- Arduino IDE
Step 2: Pin Out
LCD with I2C Adapter to Arduino UNO
- GND to GND
- VCC to +5V
- SDA to A4
- SCL to A5
Joystick to Arduino UNO
- GND to GND
- +5V to +5V
- VRx to D2
Step 3: Code
- Download the library for the LCD.
- Upload this code using the Arduino IDE.
0 Comments