Skip to content

Commit 36ee914

Browse files
authored
Update readme.md
1 parent 6f43cc5 commit 36ee914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Season 2/Episode 6 - LED matrix/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void clearImage() {
107107
108108
After wiring and uploading the code, we can now start making our own 'pictures' on the LED matrix. What we need to modify is the ledData.h file, which contains 3 different arrays: red, green & blue. Each array has 256 numbers. For example, if we want to modify pixel number 35, we go to number 35 in the array, and write a value between 1-256 to set the brightness of it.
109109
110-
In combination with this code, we can also use a tool call PixelCrafter, a Processing powered application that where we can draw a picture with different colours, and then export it in the form of arrays.
110+
In combination with this code, we can also use a tool call PixelCrafter, a Processing powered application where we can draw a picture with different colours, and then export it in the form of arrays.
111111
112112
113113
## Outcome

0 commit comments

Comments
 (0)