/usr/share/fritzing/parts/obsolete/led-rgb-4pin-anode.fzp is in fritzing-parts 0.9.3b-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | <?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.3.1b.06.02.3056" moduleId="f5sadfcefde5f807268983b38d37da5d">
<version replacedby="f5sadfcefde5f807268983b38d37da5dLEDModuleID">4</version>
<author>Adafruit Industries</author>
<title>RGB LED - (4 legs)</title>
<label>LED</label>
<date>2009-06-22</date>
<tags>
<tag>RGB LED</tag>
<tag>full color</tag>
<tag>indicator</tag>
</tags>
<properties>
<property name="package">5 mm [THT]</property>
<property name="family">obsolete LED</property>
<property name="color" showInLabel="yes">RGB</property>
</properties>
<description>A 5mm tri-color LED with red, green and blue inside.</description>
<views>
<iconView>
<layers image="icon/led-rgb-4pin-anode.svg">
<layer layerId="icon"/>
</layers>
</iconView>
<breadboardView>
<layers image="breadboard/led-rgb-4pin-anode.svg">
<layer layerId="breadboard"/>
</layers>
</breadboardView>
<schematicView>
<layers image="schematic/led-rgb-4pin-anode.svg">
<layer layerId="schematic"/>
</layers>
</schematicView>
<pcbView>
<layers image="pcb/LED-TRICOLOR-THROUGHHOLE_SparkFun.svg">
<layer layerId="copper0"/>
<layer layerId="copper1"/>
<layer layerId="silkscreen"/>
<layer layerId="keepout"/>
<layer layerId="soldermask"/>
<layer layerId="outline"/>
</layers>
</pcbView>
</views>
<connectors>
<connector id="connector0" name="red cathode" type="male">
<description>cathode pin for red LED</description>
<views>
<breadboardView>
<p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
</breadboardView>
<schematicView>
<p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
</schematicView>
<pcbView>
<p layer="copper0" svgId="connector0pad"/>
<p layer="copper1" svgId="connector0pad"/></pcbView>
</views>
</connector>
<connector id="connector1" name="common anode" type="male">
<description>anode pin for every color, supply +voltage</description>
<views>
<breadboardView>
<p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
</breadboardView>
<schematicView>
<p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
</schematicView>
<pcbView>
<p layer="copper0" svgId="connector1pad"/>
<p layer="copper1" svgId="connector1pad"/></pcbView>
</views>
</connector>
<connector id="connector2" name="green cathode" type="male">
<description>cathode pin for green LED</description>
<views>
<breadboardView>
<p layer="breadboard" svgId="connector2pin" terminalId="connector2terminal"/>
</breadboardView>
<schematicView>
<p layer="schematic" svgId="connector2pin" terminalId="connector2terminal"/>
</schematicView>
<pcbView>
<p layer="copper0" svgId="connector2pad"/>
<p layer="copper1" svgId="connector2pad"/></pcbView>
</views>
</connector>
<connector id="connector3" name="blue cathode" type="male">
<description>cathode pin for blue LED</description>
<views>
<breadboardView>
<p layer="breadboard" svgId="connector3pin" terminalId="connector3terminal"/>
</breadboardView>
<schematicView>
<p layer="schematic" svgId="connector3pin" terminalId="connector3terminal"/>
</schematicView>
<pcbView>
<p layer="copper0" svgId="connector3pad"/>
<p layer="copper1" svgId="connector3pad"/></pcbView>
</views>
</connector>
</connectors>
</module>
|