Skip to content

Commit

Permalink
re-fixed code to make tutorial match
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Sep 8, 2011
1 parent 70ec30d commit a36f7eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/plasma/plasma.pde
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define A A0
#define B A1
#define C A2
#define LAT A3
#define OE 9
#define OE A3
#define LAT 9

RGBmatrixPanel matrix(A, B, C, LAT, OE);

Expand Down
4 changes: 2 additions & 2 deletions examples/testallcolors/testallcolors.pde
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define A A0
#define B A1
#define C A2
#define OE A3
#define LAT 9
#define LAT A3
#define OE 9

// The clock pin must be digital 8
// The data pins must connect to digital 2-7
Expand Down
4 changes: 2 additions & 2 deletions examples/testshapes/testshapes.pde
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define A A0
#define B A1
#define C A2
#define OE A3
#define LAT 9
#define LAT A3
#define OE 9

// The clock pin must be digital 8
// The data pins must connect to digital 2-7
Expand Down

0 comments on commit a36f7eb

Please sign in to comment.