Added RGB LED

master
Markus Koch 2016-03-02 20:37:55 +01:00
parent a1f20a995a
commit 2112a86fe0
2 changed files with 17 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Footprints
* (3d) USB_JACK
* Micro SD Card
* 3.5mm audio jack
* RGB-LED-LTST
## lcd (Shino)
* Pollin LCD 4x16 char

View File

@ -0,0 +1,16 @@
(module RGB-LED-LTST (layer F.Cu) (tedit 56D72C94)
(fp_text reference REF** (at 2.25 0.5 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value RGB-LED-LTST (at -1.3 0.65 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.45 -0.55) (end -0.15 -0.55) (layer F.SilkS) (width 0.15))
(fp_line (start -0.45 -0.25) (end -0.45 -0.55) (layer F.SilkS) (width 0.15))
(fp_line (start -0.45 -0.05) (end -0.45 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 1.3 -0.05) (end 1.3 1.55) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at 0 0) (size 0.65 0.85) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0.85 0) (size 0.65 0.85) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0 1.45) (size 0.65 0.85) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0.85 1.45) (size 0.65 0.85) (layers F.Cu F.Paste F.Mask))
)