From 261edbd273fa19becf78300cbd562e490a276e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 12 Jan 2017 23:04:56 +0100 Subject: [PATCH] Updated documentation, moved displays to one lib --- README.MD | 102 ++++++++++++------ .../ITDB02-3.2WD.kicad_mod | 0 .../LCD4x16.kicad_mod | 0 3 files changed, 68 insertions(+), 34 deletions(-) rename footprints/pretty/{itead-display.pretty => displays.pretty}/ITDB02-3.2WD.kicad_mod (100%) rename footprints/pretty/{lcd.pretty => displays.pretty}/LCD4x16.kicad_mod (100%) diff --git a/README.MD b/README.MD index 819f267..0905b9c 100644 --- a/README.MD +++ b/README.MD @@ -1,16 +1,16 @@ # Shimatta PCB Libs Libraries for KiCad. -## ADC (Shino) +## ADC * AD1974 -## altera (Shino) +## altera * EP4CE6E22C8N -## lattice (Kurisu) +## lattice * LFXP2-5E-6TN144C -## Video (Kurisu) +## Video * ADV7513 ## Power @@ -18,6 +18,8 @@ Libraries for KiCad. ## Regulators * MC34063 +* LM2596 +* LTC3612 TSSOP version ## STM32F4 * STM32F407VGT @@ -25,51 +27,83 @@ Libraries for KiCad. ## Connectors * Micro SD Card * 3.5mm TRS Jack +## memory +* SDRAM ## analog * UDA1330ATS 16-bit Stereo DAC +## passives +* Oscillator + +## shields +* ITEAD 3.2" Display + ## ti * TFP401 DVI Receiver * TFP410 DVI Transceiver # Shimatta Footprints -Footprints +Some footprints have no 3D model. However, in some cases a model of another footprint can be used. -## SMD (Kurisu) -* FBGA-484 (3d) -* TFBGA-216 (3d) -* FBGA-96 (3d) -* LQFP-64 with exposed pad -* SMD_DIP_SWITCH_5PIN (3d) -* Tact Switch (3d) -* HDMI-Socket (3d) -* Micro SD Card socket (3d) -* (3d) coil-WE-PD2 -* (3d) diode-MELF -* (3d) FlipChip-BGA -* (3d) SOT-753 -* (3d) USB_JACK -* Micro SD Card -* 3.5mm audio jack -* RGB-LED-LTST -* Crystal Oscillator +## SMD -## lcd (Shino) -* Pollin LCD 4x16 char + +| Name | Footprint | 3D Model | +| :--------- | :-------------: | :------------: | +| 3.5mm-stereo-audio-jack | Y | - | +| TFBGA-216 | Y | Y | +| FBGA-96 | Y | Y | +| FBGA-484 1mm pitch | Y | Y | +| HDMI Jack | Y | Y | +| HQFP-64 | Y | - | +| HQFP-100 | Y | - | +| LPISM 13mm x 9.55mm Inductor | Y | Y | +| LQFP-64 with Thermal Pad | Y | - | +| Micro SD Slot | Y | - | +| Micro SD Slot Amphenol | Y | Y | +| Oscillator | Y | - | +| RGB-LED-LTST | Y | - | +| Resistor Pack 4 | Y | - | +| SMD DIP Switch 5 Pins | Y | Y | +| SSOP-20 Thermal Pad | Y | - | +| SuperSOT-6 | Y | - | +| Tactile Switch | Y | Y | +| TQFP-144 pitch 0.5 | Y | - | +| TSOP-54 | Y | - | +| USB Jack | - | Y | +| SOT-753 | - | Y | +| FlipChip-BGA | - | Y | +| coil WE-PD2 | - | Y | + + +## displays +| Name | Footprint | 3D Model | +| :--------- | :-------------: | :------------: | +| LCD 4x16 Characters | Y | - | +| ITDB02-3.2 | Y | - | ## misc -* 17mm Buzzer (3d) +| Name | Footprint | 3D Model | +| :--------- | :-------------: | :------------: | +| 17 mm Buzzer | Y | Y | ## artwork -* shimatta(_nuclear|_audio) -* screw_art(_big|_small|_tiny) +* shimatta( nuclear| audio) +* screw_art(big|small|tiny) + +## led +| Name | Footprint | 3D Model | +| :--------- | :-------------: | :------------: | +| 5x7 LED Matrix | Y | Y | -## led (Kurisu) -* DISP_5x7 (3d) ## tht -* THT 4-Pin Switch (3d) -* RJ45 Magjack (3d) -* (3d) diode_do41 -* (3d) 3x05 and 3x10 Socket + +| Name | Footprint | 3D Model | +| :--------- | :-------------: | :------------: | +| RJ-45 MagJack Stewart | Y | Y | +| THT DIP Switch 4 | Y | Y | +| Diode DO-41 | - | Y | +| Pin Header Socket 2x05 | - | Y | +| Pin Header Socket 2x10 | - | Y | diff --git a/footprints/pretty/itead-display.pretty/ITDB02-3.2WD.kicad_mod b/footprints/pretty/displays.pretty/ITDB02-3.2WD.kicad_mod similarity index 100% rename from footprints/pretty/itead-display.pretty/ITDB02-3.2WD.kicad_mod rename to footprints/pretty/displays.pretty/ITDB02-3.2WD.kicad_mod diff --git a/footprints/pretty/lcd.pretty/LCD4x16.kicad_mod b/footprints/pretty/displays.pretty/LCD4x16.kicad_mod similarity index 100% rename from footprints/pretty/lcd.pretty/LCD4x16.kicad_mod rename to footprints/pretty/displays.pretty/LCD4x16.kicad_mod