Skip to content

Commit

Permalink
fix pin mappings for Pi_Zero_W_16
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 committed Nov 28, 2023
1 parent 1590b57 commit 59b8da8
Showing 1 changed file with 30 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,41 +1,48 @@
{
"name": "DPIPixels-24",
"longName": "DPIPixels-24",
"name": "Pi_Zero_W_16",
"longName": "Pi_Zero_W_16",
"driver": "DPIPixels",
"numSerial": 0,
"outputs": [
{ "pin": "P1-8" },
{ "pin": "P1-16" },
{ "pin": "P1-12" },
{ "pin": "P1-10" },
{ "pin": "P1-32" },
{ "pin": "P1-26" },
{ "pin": "P1-23" },
{ "pin": "P1-24" },
{ "pin": "P1-21" },
{ "pin": "P1-22" },
{ "pin": "P1-19" },
{ "pin": "P1-18" },
{ "pin": "P1-16" },
{ "pin": "P1-15" },
{ "pin": "P1-13" },
{ "pin": "P1-12" },
{ "pin": "P1-11" },

{ "pin": "P1-31" },
{ "pin": "P1-10" },
{ "pin": "P1-8" },
{ "pin": "P1-7" },
{ "pin": "P1-19" },
{ "pin": "P1-22" },
{ "pin": "P1-24" },
{ "pin": "P1-18" },
{ "pin": "P1-26" },
{ "pin": "P1-29" },

{ "pin": "P1-36" },
{ "pin": "P1-40" },
{ "pin": "P1-37" },
{ "pin": "P1-33" },
{ "pin": "P1-23" },
{ "pin": "P1-40" },
{ "pin": "P1-38" },
{ "pin": "P1-35" },
{ "pin": "P1-32" }
{ "pin": "P1-36" },
{ "pin": "P1-29" },
{ "pin": "P1-31" },
{ "pin": "P1-33" },
{ "pin": "P1-35" }
],
"groups": [
{
"start": 1,
"count": 24
"count": 16
},
{
"start": 17,
"count": 4,
"type": "differential",
},
{
"start": 21,
"count": 4,
"type": "differential",
}
]
}

0 comments on commit 59b8da8

Please sign in to comment.