forked from hzeller/rpi-rgb-led-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Adapter PCB to support up to 3 panels | ||
====================================== | ||
|
||
* Passive board. Simple, but might need to define `RGB_SLOWDOWN_GPIO` if you see | ||
glitches. Consider using the [active board](../active-3) in that case. | ||
* Supports up to three panel chains for newer plus models and | ||
Raspberry Pi 2 that have 40 GPIO pins. | ||
* Open source KiCAD PCB EDA format. | ||
* (not very pretty layout, was just lazy and let the auto-router do it). | ||
|
||
You can [buy the board from OSH Park][osh-passive3]. | ||
|
||
![Preview][rendering] | ||
|
||
[rendering]: ../../img/passive3-pcb.png | ||
[osh-passive3]: https://oshpark.com/shared_projects/FNAtZUsP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Adapter PCB to connect to Rasbperry Pi1 | ||
======================================= | ||
|
||
* Passive board. Simple, but might need to define `RGB_SLOWDOWN_GPIO` if you see | ||
glitches. | ||
* Supports one panel connected to a 26 pin Raspberry Pi 1. If you have a newer RPi, | ||
check out the [Passive 3](../passive3) or [Active 3](../active-3) adapter. | ||
* Open source KiCAD PCB EDA format. | ||
* (not very pretty layout, was just lazy and let the auto-router do it). | ||
|
||
You can [buy the board from OSH Park][osh-passive-rpi]. | ||
|
||
![Preview][rendering] | ||
|
||
[rendering]: ../../img/passive-rpi1-pcb.png | ||
[osh-passive-rpi]: https://oshpark.com/shared_projects/afEA1gNt |