From 892f8cda04de7e1aadbc28e5f25fca2c2abd18f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 22 Jul 2021 12:27:38 +0200 Subject: [PATCH] add common custom symbols --- geda/symbols/1V8.sym | 18 ++++++++++++++++++ geda/symbols/3V3.sym | 18 ++++++++++++++++++ geda/symbols/5V.sym | 18 ++++++++++++++++++ geda/symbols/GND.sym | 17 +++++++++++++++++ geda/symbols/VCC.sym | 18 ++++++++++++++++++ geda/symbols/VTRG.sym | 18 ++++++++++++++++++ geda/symbols/title.sym | 40 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 147 insertions(+) create mode 100644 geda/symbols/1V8.sym create mode 100644 geda/symbols/3V3.sym create mode 100644 geda/symbols/5V.sym create mode 100644 geda/symbols/GND.sym create mode 100644 geda/symbols/VCC.sym create mode 100644 geda/symbols/VTRG.sym create mode 100644 geda/symbols/title.sym diff --git a/geda/symbols/1V8.sym b/geda/symbols/1V8.sym new file mode 100644 index 0000000..e848020 --- /dev/null +++ b/geda/symbols/1V8.sym @@ -0,0 +1,18 @@ +v 20210407 2 +P 200 0 200 200 1 0 0 +{ +T 250 50 5 6 0 1 0 0 1 +pinnumber=1 +T 250 50 5 6 0 0 0 0 1 +pinseq=1 +T 250 50 5 6 0 1 0 0 1 +pinlabel=1 +T 250 50 5 6 0 1 0 0 1 +pintype=pwr +} +T 200 250 9 8 1 0 0 3 1 +1V8 +T 300 0 8 8 0 0 0 0 1 +net=1V8:1 +L 150 100 200 200 3 10 1 0 -1 -1 +L 200 200 250 100 3 10 1 0 -1 -1 diff --git a/geda/symbols/3V3.sym b/geda/symbols/3V3.sym new file mode 100644 index 0000000..0edc868 --- /dev/null +++ b/geda/symbols/3V3.sym @@ -0,0 +1,18 @@ +v 20210407 2 +P 200 0 200 200 1 0 0 +{ +T 250 50 5 6 0 1 0 0 1 +pinnumber=1 +T 250 50 5 6 0 0 0 0 1 +pinseq=1 +T 250 50 5 6 0 1 0 0 1 +pinlabel=1 +T 250 50 5 6 0 1 0 0 1 +pintype=pwr +} +T 200 250 9 8 1 0 0 3 1 +3V3 +T 300 0 8 8 0 0 0 0 1 +net=3V3:1 +L 150 100 200 200 3 10 1 0 -1 -1 +L 200 200 250 100 3 10 1 0 -1 -1 diff --git a/geda/symbols/5V.sym b/geda/symbols/5V.sym new file mode 100644 index 0000000..ba4b4f2 --- /dev/null +++ b/geda/symbols/5V.sym @@ -0,0 +1,18 @@ +v 20210407 2 +P 200 0 200 200 1 0 0 +{ +T 250 50 5 6 0 1 0 0 1 +pinnumber=1 +T 250 50 5 6 0 0 0 0 1 +pinseq=1 +T 250 50 5 6 0 1 0 0 1 +pinlabel=1 +T 250 50 5 6 0 1 0 0 1 +pintype=pwr +} +T 200 250 9 8 1 0 0 3 1 +5V +T 300 0 8 8 0 0 0 0 1 +net=5V:1 +L 150 100 200 200 3 10 1 0 -1 -1 +L 200 200 250 100 3 10 1 0 -1 -1 diff --git a/geda/symbols/GND.sym b/geda/symbols/GND.sym new file mode 100644 index 0000000..97ee7fd --- /dev/null +++ b/geda/symbols/GND.sym @@ -0,0 +1,17 @@ +v 20210407 2 +P 100 100 100 200 1 0 1 +{ +T 158 161 5 4 0 1 0 0 1 +pinnumber=1 +T 158 161 5 4 0 0 0 0 1 +pinseq=1 +T 158 161 5 4 0 1 0 0 1 +pinlabel=1 +T 158 161 5 4 0 1 0 0 1 +pintype=pwr +} +L 0 100 200 100 3 0 0 0 -1 -1 +T 300 50 8 10 0 0 0 0 1 +net=GND:1 +L 0 100 100 0 3 0 1 0 -1 -1 +L 200 100 100 0 3 0 1 0 -1 -1 diff --git a/geda/symbols/VCC.sym b/geda/symbols/VCC.sym new file mode 100644 index 0000000..561f6d3 --- /dev/null +++ b/geda/symbols/VCC.sym @@ -0,0 +1,18 @@ +v 20210626 2 +P 200 0 200 200 1 0 0 +{ +T 250 50 5 6 0 1 0 0 1 +pinnumber=1 +T 250 50 5 6 0 0 0 0 1 +pinseq=1 +T 250 50 5 6 0 1 0 0 1 +pinlabel=1 +T 250 50 5 6 0 1 0 0 1 +pintype=pwr +} +T 200 250 9 8 1 0 0 3 1 +VCC +T 300 0 8 8 0 0 0 0 1 +net=VCC:1 +L 150 100 200 200 3 10 1 0 -1 -1 +L 200 200 250 100 3 10 1 0 -1 -1 diff --git a/geda/symbols/VTRG.sym b/geda/symbols/VTRG.sym new file mode 100644 index 0000000..af6417d --- /dev/null +++ b/geda/symbols/VTRG.sym @@ -0,0 +1,18 @@ +v 20210407 2 +P 200 0 200 200 1 0 0 +{ +T 250 50 5 6 0 1 0 0 1 +pinnumber=1 +T 250 50 5 6 0 0 0 0 1 +pinseq=1 +T 250 50 5 6 0 1 0 0 1 +pinlabel=1 +T 250 50 5 6 0 1 0 0 1 +pintype=pwr +} +T 200 250 9 8 1 0 0 3 1 +VTRG +T 300 0 8 8 0 0 0 0 1 +net=VTRG:1 +L 150 100 200 200 3 10 1 0 -1 -1 +L 200 200 250 100 3 10 1 0 -1 -1 diff --git a/geda/symbols/title.sym b/geda/symbols/title.sym new file mode 100644 index 0000000..672c107 --- /dev/null +++ b/geda/symbols/title.sym @@ -0,0 +1,40 @@ +v 20210626 2 +L 3000 900 3000 0 15 0 0 0 -1 -1 +B 0 0 6000 1500 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 0 900 6000 900 15 0 0 0 -1 -1 +T 1000 700 9 10 1 1 0 0 1 +date=$date$ +T 4300 700 9 10 1 1 0 0 1 +org=$organisation$ +T 4300 400 9 10 1 1 0 0 1 +authors=$authors$ +T 3000 1200 9 14 1 1 0 4 1 +title=TITLE +T 3100 400 15 8 1 0 0 0 1 +AUTHORS: +T 3100 100 15 8 1 0 0 0 1 +LICENCE: +T 100 100 15 8 1 0 0 0 1 +REVISION: +T 100 1100 15 8 1 0 0 0 1 +TITLE: +T 100 400 15 8 1 0 0 0 1 +VERSION: +T 0 1600 8 10 0 0 0 0 1 +graphical=1 +T 3100 700 15 8 1 0 0 0 1 +ORGANISATION: +T 100 700 15 8 1 0 0 0 1 +DATE: +T 1000 400 9 10 1 1 0 0 1 +version=$version$ +T 1000 100 9 10 1 1 0 0 1 +revision=$revision$ +T 4300 100 9 10 1 1 0 0 1 +licence=$licence$ +T 0 1800 8 10 0 0 0 0 1 +device=none +T 0 2000 8 10 0 0 0 0 1 +footprint=none +T 0 2200 8 10 0 0 0 0 1 +refdes=none