Skip to content

Commit

Permalink
Build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekinney authored and rwaldron committed Jul 7, 2015
1 parent e88eac0 commit 9e6282f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ board.on("ready", function() {
lcd = new five.LCD({
// LCD pin name RS EN DB4 DB5 DB6 DB7
// Arduino pin # 7 8 9 10 11 12
pins: [7, 8, 9, 10, 11, 12],
backlight: 6,
pins: [8, 9, 4, 5, 6, 7],
backlight: 10,
rows: 2,
cols: 20

Expand Down

0 comments on commit 9e6282f

Please sign in to comment.