Introduction: Control a LCD With Arduino
Here's all the code for ya!
// All rights reserved :) Kiduino
#include
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
void setup() { lcd.begin(16, 2); }
void loop() { lcd.print("hey guys"); delay(2000); lcd.clear(); lcd.print("today im"); delay(2000); lcd.clear(); lcd.print("gonna show you"); delay(2000); lcd.clear(); lcd.print("how to"); delay(2000); lcd.clear(); lcd.print("control your own"); delay(2000); lcd.clear(); lcd.print("lcd! by Kiduino!"); delay(3000); lcd.clear(); }
Step 1: Watch the Video for Instructions!
Please watch the full video and listen carefully because my english isnt that good... But im from Denmark so..
You get it.
-officialKiduino