Product Description
This LCD Shield is specially designed for the Arduino board and it can display 16 characters on two rows. That’s a total of 32 characters displayed at a time.
It is very easy to use given that everything is already soldered, all you have to do is plug the shield into the Arduino board, connect the USB and Upload your sketch.
The source code is below :
#include "LiquidCrystal.h" LiquidCrystal lcd(7, 6, 5, 4, 3, 2); void setup() { lcd.begin(16, 2); } void loop() { lcd.setCursor(0, 0); lcd.print("Hello World,"); lcd.setCursor(0, 1); lcd.print("ROBOFUN is cool!"); }
Leave a reply
Returns and Exchanges
There are a few important things to keep in mind when returning a product you purchased.You can return unwanted items by post within 7 working days of receipt of your goods.
- You have 14 calendar days to return an item from the date you received it.
- Only items that have been purchased directly from Us.
- Please ensure that the item you are returning is repackaged with all elements.
Ship your item back to Us
Firstly Print and return this Returns Form to:
30 South Park Avenue, San Francisco, CA 94108, USA
Please remember to ensure that the item you are returning is repackaged with all elements.
For more information, view our full Returns and Exchanges information.
Reviews
There are no reviews yet.