Arduino Based Text Editor Step 1! Power and Ground!
by PackJC in Circuits > Arduino
138 Views, 0 Favorites, 0 Comments
Arduino Based Text Editor Step 1! Power and Ground!
Connect 5V to + Rail
Connect GND to - Rail
Connect LCD Display! 16x2 Part 1!
Follow the picture to connect the LCD to the breadboard Power/Ground
Use a pot to control the contrast, be sure to follow the wiring in the picture above precisely
The pot will connect one end to power, one end to gnd and the middle will go to V0 on the LCD
Connect LCD Display to Arduino Part 2!
Follow the code below to connect the LCD to the Arduino!
rs = 12,
en = 11,
d4 = 5,
d5 = 4,
d6 = 3,
d7 = 2;
Connect Potentiometer!
Connect one end to + 5V Rail
Connect opposite end to - GND Rail
Connect middle to A0
Connect Joystick!
Connect VCC to 5V Rail
Connect GND To GND Rail
Connect X to A1
Connect Y to A2
Connect Buttons! and Finished!
Connect each button like in the picture above
Caps Lock Button goes to Pin 9
Backspace Button goes to Pin 8
Enter Button goes to Pin 6
Finished!