Arduino and LCD

#include <LiquidCrystal.h>LiquidCrystal lcd = LiquidCrystal(12,11,10,5,4,3,2);void setup(){  lcd.print("Hello Arduino");}void loop(){}


サンプルスケッチ: LiquidCrystal
http://xfind.hp.infoseek.co.jp/electric/arduino/sketch_090110a.zip

HD44780搭載キャラクタLCDモジュール
http://arms22.blog91.fc2.com/blog-entry-59.html

Arduino日本語リファレンス: LiquidCrystal
http://www.musashinodenpa.com/arduino/ref/index.php?f=1&pos=718

マイクロファンラボ: 文字LCDの利用
http://www.microfan.jp/arduino/clcd

(download)