Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Add LP5036 LED driver (#2247)
Browse files Browse the repository at this point in the history
* Add LP5036 LED driver
* LP5036: Fix typo in footprint
* Improve LP5036 LED driver symbol
* Driver_LED/LP5036: GND pin with lowest number visible
  • Loading branch information
rleh authored and cpresser committed Nov 13, 2019
1 parent 794e0a7 commit 493c5fa
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Driver_LED.dcm
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ K LED buck driver
F https://www.st.com/resource/en/datasheet/led5000.pdf
$ENDCMP
#
$CMP LP5036
D 36-Channel 12-Bit PWM Ultra-low Quiescent Current I2C RGB LED Driver
K PWM LED driver I2C
F http://www.ti.com/lit/ds/symlink/lp5036.pdf
$ENDCMP
#
$CMP LT3465
D 1.2MHz White LED Drivers with Built-in Schottky, ThinSOT-23-6
K Switching LED driver
Expand Down
62 changes: 62 additions & 0 deletions Driver_LED.lib
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,68 @@ X GND 9 0 -300 100 U 50 50 1 0 P N
ENDDRAW
ENDDEF
#
# LP5036
#
DEF LP5036 U 0 20 Y Y 1 F N
F0 "U" -250 1950 50 H V C CNN
F1 "LP5036" 250 1950 50 H V C CNN
F2 "Package_DFN_QFN:VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
$FPLIST
VQFN?46?1EP?5x6mm?P0.4mm?EP2.8x3.8mm*
$ENDFPLIST
DRAW
S -400 1900 400 -1800 0 1 10 f
X OUT0 1 500 1800 100 L 50 50 1 1 w
X OUT9 10 500 900 100 L 50 50 1 1 w
X OUT10 11 500 800 100 L 50 50 1 1 w
X OUT11 12 500 700 100 L 50 50 1 1 w
X OUT12 13 500 600 100 L 50 50 1 1 w
X OUT13 14 500 500 100 L 50 50 1 1 w
X OUT14 15 500 400 100 L 50 50 1 1 w
X OUT15 16 500 300 100 L 50 50 1 1 w
X OUT16 17 500 200 100 L 50 50 1 1 w
X OUT17 18 500 100 100 L 50 50 1 1 w
X OUT18 19 500 0 100 L 50 50 1 1 w
X OUT1 2 500 1700 100 L 50 50 1 1 w
X OUT19 20 500 -100 100 L 50 50 1 1 w
X OUT20 21 500 -200 100 L 50 50 1 1 w
X OUT21 22 500 -300 100 L 50 50 1 1 w
X OUT22 23 500 -400 100 L 50 50 1 1 w
X OUT23 24 500 -500 100 L 50 50 1 1 w
X OUT24 25 500 -600 100 L 50 50 1 1 w
X OUT25 26 500 -700 100 L 50 50 1 1 w
X OUT26 27 500 -800 100 L 50 50 1 1 w
X OUT27 28 500 -900 100 L 50 50 1 1 w
X OUT28 29 500 -1000 100 L 50 50 1 1 w
X OUT2 3 500 1600 100 L 50 50 1 1 w
X OUT29 30 500 -1100 100 L 50 50 1 1 w
X OUT30 31 500 -1200 100 L 50 50 1 1 w
X OUT31 32 500 -1300 100 L 50 50 1 1 w
X OUT32 33 500 -1400 100 L 50 50 1 1 w
X OUT33 34 500 -1500 100 L 50 50 1 1 w
X OUT34 35 500 -1600 100 L 50 50 1 1 w
X OUT35 36 500 -1700 100 L 50 50 1 1 w
X GND 37 0 -1900 100 U 50 50 1 1 W
X ADDR0 38 -500 1500 100 R 50 50 1 1 I
X ADDR1 39 -500 1400 100 R 50 50 1 1 I
X OUT3 4 500 1500 100 L 50 50 1 1 w
X VCC 40 0 2000 100 D 50 50 1 1 W
X SDA 41 -500 1600 100 R 50 50 1 1 B
X SCL 42 -500 1700 100 R 50 50 1 1 I
X EN 43 -500 1800 100 R 50 50 1 1 I
X IREF 44 -500 -1700 100 R 50 50 1 1 P
X VCAP 45 -500 -1600 100 R 50 50 1 1 P
X GND 46 0 -1900 100 U 50 50 1 1 P N
X GND 47 0 -1900 100 U 50 50 1 1 P N
X OUT4 5 500 1400 100 L 50 50 1 1 w
X OUT5 6 500 1300 100 L 50 50 1 1 w
X OUT6 7 500 1200 100 L 50 50 1 1 w
X OUT7 8 500 1100 100 L 50 50 1 1 w
X OUT8 9 500 1000 100 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# LT3465
#
DEF LT3465 U 0 20 Y Y 1 F N
Expand Down

0 comments on commit 493c5fa

Please sign in to comment.