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)

Arduino Shield Scaffold

3079760628_18e0a4399a_m

created a very basic Arduino shield scaffold; the schematic has only the standard Arduino headers, and the PCB has the correct header spacing and labels. The PCB headers are locked so they can't be accidentally moved. Also, the PCB has a dashed line showing the edge of the parts on the Diecimila board that extend higher than the female headers; if your PCB is kept behind this line, it won't short on the USB connector when using standard length header pins.