From 8e38025f73a06995cd89569db02f28dffabd8eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 3 Jan 2023 06:49:36 +0100 Subject: [PATCH] add 5050 RGB LED --- diode/led_rgb_5050.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 diode/led_rgb_5050.yaml diff --git a/diode/led_rgb_5050.yaml b/diode/led_rgb_5050.yaml new file mode 100644 index 0000000..4d3800b --- /dev/null +++ b/diode/led_rgb_5050.yaml @@ -0,0 +1,38 @@ +name: RGB5050 +description: diode, LED, RGB, individual, 5.0x5.0mm +distributor: LCSC C784540 + +# there is no generic pinout, each part has a different one +pinout: + ANODE: + RA: 5 + GA: 4 + BA: 6 + CATHODE: + RC: 2 + GC: 3 + BC: 1 + +properties: + passive: ANODE, CATHODE + +schematic: + symbol: IC + left: ANODE + right: CATHODE + +housing: + pattern: custom + options: polarized + bodyLength: 5.0 + bodyWidth: 5.0 + height: 1.6 + silkscreen: M -2.6 -2.6 -3.3 -2.6 -3.3 -2.1 + + padWidth: 1.6 + padHeight: 1.2 + columnCount: 2 + rowCount: 3 + numbers: 1,6,2,5,3,4 # CCW numbering + horizontalPitch: 4.0 + verticalPitch: 1.5