From 5b8364eb14282c44e4e77a69cabd794795ab8c64 Mon Sep 17 00:00:00 2001 From: CIAndy6526 Date: Tue, 18 Mar 2025 10:45:09 +0100 Subject: [PATCH] Update RowColumnScanning.md In the description a 10K resistor was used insted of 1K in the BOM. Also I added a note on how to find the correct pin on the display. --- .../07.display/RowColumnScanning/RowColumnScanning.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/built-in-examples/07.display/RowColumnScanning/RowColumnScanning.md b/content/built-in-examples/07.display/RowColumnScanning/RowColumnScanning.md index 7ef8622234..112eb6298e 100644 --- a/content/built-in-examples/07.display/RowColumnScanning/RowColumnScanning.md +++ b/content/built-in-examples/07.display/RowColumnScanning/RowColumnScanning.md @@ -60,10 +60,12 @@ The 16 pins of the matrix are hooked up to 16 pins of the Arduino board. Four o Two potentiometers, connected to analog pins 0 and 1, control the movement of a lit LED in the matrix. -To keep your LED matrix from burning, add 8 10kΩ resistors to the wires connected in yellow in the image below. +To keep your LED matrix from burning, add 8 1kΩ resistors to the wires connected in yellow in the image below. ![Circuit diagram of the LED matrix.](assets/circuit.png) +NOTE: In the circuit drawing it looks like all rows are on one side of the matrix and all columns are on the other. To wire up the display you need to find the correct pins. Place the matrix so that you view it from the top, the marking facing you. Then pin one is on the lower left of the LED matrix. + ### Schematic