Skip to content

Commit

Permalink
Update 12 bit extender to V2
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Nov 4, 2020
1 parent 5b902fd commit 231ce2c
Show file tree
Hide file tree
Showing 23 changed files with 2,072 additions and 1,765 deletions.
Binary file not shown.

This file was deleted.

@@ -0,0 +1 @@
Do not use V1 - incorrect pinout

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -1,7 +1,7 @@
(export (version D)
(design
(source C:\Github\RGBtoHDMI\kicad_Extender_12_bit_adapter\V1\buffer.sch)
(date "04/09/2020 20:44:17")
(date "15/10/2020 03:52:54")
(tool "Eeschema (5.1.4)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
Expand Down Expand Up @@ -188,23 +188,23 @@
(node (ref P1) (pin 6)))
(net (code 2) (name /G1)
(node (ref P2) (pin 1))
(node (ref P4) (pin 3)))
(node (ref P5) (pin 4)))
(net (code 3) (name /G3)
(node (ref P1) (pin 4))
(node (ref P4) (pin 13)))
(net (code 4) (name /VCC_IN)
(node (ref P5) (pin 16))
(node (ref D1) (pin 2))
(node (ref JP5) (pin 1)))
(node (ref JP5) (pin 1))
(node (ref D1) (pin 2)))
(net (code 5) (name /B0)
(node (ref P5) (pin 2))
(node (ref P4) (pin 3))
(node (ref P2) (pin 4)))
(net (code 6) (name /G2)
(node (ref P1) (pin 9))
(node (ref P5) (pin 8)))
(node (ref P5) (pin 8))
(node (ref P1) (pin 9)))
(net (code 7) (name /B1)
(node (ref P1) (pin 11))
(node (ref P5) (pin 6)))
(node (ref P5) (pin 6))
(node (ref P1) (pin 11)))
(net (code 8) (name /G0)
(node (ref P2) (pin 3))
(node (ref P4) (pin 1)))
Expand Down Expand Up @@ -236,7 +236,7 @@
(net (code 17) (name "Net-(P6-Pad1)")
(node (ref P6) (pin 1)))
(net (code 18) (name /R0)
(node (ref P5) (pin 4))
(node (ref P5) (pin 2))
(node (ref P2) (pin 2)))
(net (code 20) (name "Net-(P7-Pad1)")
(node (ref P7) (pin 1)))))
File renamed without changes.
Expand Up @@ -45,7 +45,7 @@ U 1 1 5E50C60D
P 9250 3800
F 0 "P1" H 9300 4217 50 0000 C CNN
F 1 "Conn_02x06_Odd_Even" H 9300 4126 50 0000 C CNN
F 2 "Connector_PinHeader_2.54mm:PinHeader_2x06_P2.54mm_Horizontal" H 9250 3800 50 0001 C CNN
F 2 "Connector_PinSocket_2.54mm:PinSocket_2x06_P2.54mm_Horizontal" H 9250 3800 50 0001 C CNN
F 3 "~" H 9250 3800 50 0001 C CNN
1 9250 3800
1 0 0 -1
Expand Down Expand Up @@ -184,11 +184,11 @@ F 3 "~" H 5900 3000 50 0001 C CNN
-1 0 0 -1
$EndComp
Text Label 6100 2800 0 50 ~ 0
R0
G1
Text Label 6100 2700 0 50 ~ 0
B0
R0
Text Label 5500 2800 2 50 ~ 0
G1
B0
Text Label 5500 2700 2 50 ~ 0
G0
Text Label 4350 3100 0 50 ~ 0
Expand Down
Binary file not shown.

0 comments on commit 231ce2c

Please sign in to comment.