summaryrefslogtreecommitdiffstats
path: root/sc1224-scart.kicad_pcb
blob: 533d0608c4660db2a30e91a705a9e9dd15485fae (plain)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
(kicad_pcb (version 20221018) (generator pcbnew)

  (general
    (thickness 1.6)
  )

  (paper "A4")
  (layers
    (0 "F.Cu" signal)
    (31 "B.Cu" signal)
    (32 "B.Adhes" user "B.Adhesive")
    (33 "F.Adhes" user "F.Adhesive")
    (34 "B.Paste" user)
    (35 "F.Paste" user)
    (36 "B.SilkS" user "B.Silkscreen")
    (37 "F.SilkS" user "F.Silkscreen")
    (38 "B.Mask" user)
    (39 "F.Mask" user)
    (40 "Dwgs.User" user "User.Drawings")
    (41 "Cmts.User" user "User.Comments")
    (42 "Eco1.User" user "User.Eco1")
    (43 "Eco2.User" user "User.Eco2")
    (44 "Edge.Cuts" user)
    (45 "Margin" user)
    (46 "B.CrtYd" user "B.Courtyard")
    (47 "F.CrtYd" user "F.Courtyard")
    (48 "B.Fab" user)
    (49 "F.Fab" user)
    (50 "User.1" user)
    (51 "User.2" user)
    (52 "User.3" user)
    (53 "User.4" user)
    (54 "User.5" user)
    (55 "User.6" user)
    (56 "User.7" user)
    (57 "User.8" user)
    (58 "User.9" user)
  )

  (setup
    (pad_to_mask_clearance 0)
    (pcbplotparams
      (layerselection 0x00010fc_ffffffff)
      (plot_on_all_layers_selection 0x0000000_00000000)
      (disableapertmacros false)
      (usegerberextensions false)
      (usegerberattributes true)
      (usegerberadvancedattributes true)
      (creategerberjobfile true)
      (dashed_line_dash_ratio 12.000000)
      (dashed_line_gap_ratio 3.000000)
      (svgprecision 4)
      (plotframeref false)
      (viasonmask false)
      (mode 1)
      (useauxorigin false)
      (hpglpennumber 1)
      (hpglpenspeed 20)
      (hpglpendiameter 15.000000)
      (dxfpolygonmode true)
      (dxfimperialunits true)
      (dxfusepcbnewfont true)
      (psnegative false)
      (psa4output false)
      (plotreference true)
      (plotvalue true)
      (plotinvisibletext false)
      (sketchpadsonfab false)
      (subtractmaskfromsilk false)
      (outputformat 1)
      (mirror false)
      (drillshape 1)
      (scaleselection 1)
      (outputdirectory "")
    )
  )

  (net 0 "")
  (net 1 "GND")
  (net 2 "Net-(U2-INT)")
  (net 3 "CVBS")
  (net 4 "Net-(U2-VIDEO)")
  (net 5 "unconnected-(J1-P1-Pad1)")
  (net 6 "AUDIO_L")
  (net 7 "unconnected-(J1-P3-Pad3)")
  (net 8 "AUDIO_GND")
  (net 9 "GND_B")
  (net 10 "unconnected-(J1-P6-Pad6)")
  (net 11 "VIDEO_B")
  (net 12 "unconnected-(J1-P8-Pad8)")
  (net 13 "GND_G")
  (net 14 "unconnected-(J1-P10-Pad10)")
  (net 15 "VIDEO_G")
  (net 16 "unconnected-(J1-P12-Pad12)")
  (net 17 "GND_R")
  (net 18 "unconnected-(J1-P14-Pad14)")
  (net 19 "VIDEO_R")
  (net 20 "unconnected-(J1-P16-Pad16)")
  (net 21 "CVBS_GND")
  (net 22 "unconnected-(J1-P18-Pad18)")
  (net 23 "unconnected-(J1-P19-Pad19)")
  (net 24 "unconnected-(J1-P21-Pad21)")
  (net 25 "+9V")
  (net 26 "unconnected-(U1-Pad2)")
  (net 27 "unconnected-(U1-Pad3)")
  (net 28 "unconnected-(U1-Pad4)")
  (net 29 "unconnected-(U1-Pad5)")
  (net 30 "HSYNC")
  (net 31 "unconnected-(U1-Pad11)")
  (net 32 "VSYNC")
  (net 33 "Net-(U2-CSYNC)")
  (net 34 "unconnected-(U2-BURST-Pad5)")
  (net 35 "+5V")
  (net 36 "Net-(U3-Pad3)")
  (net 37 "Net-(U3-Pad10)")
  (net 38 "unconnected-(U2-O{slash}E-Pad7)")

  (footprint "Package_SO:SO-8_5.3x6.2mm_P1.27mm" (layer "F.Cu")
    (tstamp 1b24ea96-98ea-4b9a-a52c-1cebdfb1b84c)
    (at 134.62 93.98 90)
    (descr "SO, 8 Pin (https://www.ti.com/lit/ml/msop001a/msop001a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py")
    (tags "SO SO")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (property "ki_description" "quad 2-input NAND gate")
    (property "ki_keywords" "TTL nand 2-input")
    (path "/56094d04-3fd2-40f8-b9c4-93205046d7d2")
    (attr smd)
    (fp_text reference "U3" (at 0 -4.05 90) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 875a81b1-e1ec-438d-a25a-0c947eef39fc)
    )
    (fp_text value "74LS00" (at 0 4.05 90) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 08e450cc-1060-4f69-ba34-ddc39b2090b9)
    )
    (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp b98089d9-6895-407c-9404-3703f2e7933b)
    )
    (fp_line (start -2.76 -3.21) (end -2.76 -2.465)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6410ee07-b7ee-43af-869f-e154d50392c7))
    (fp_line (start -2.76 -2.465) (end -4.45 -2.465)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb473149-d875-45de-8926-e1a520a4a153))
    (fp_line (start -2.76 3.21) (end -2.76 2.465)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74dfeeed-71b2-4fe5-91c4-34a4f0d3655f))
    (fp_line (start 0 -3.21) (end -2.76 -3.21)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9af586b9-7ed9-4bad-b158-d3e5e3d07aa5))
    (fp_line (start 0 -3.21) (end 2.76 -3.21)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07240a6c-fac3-4c7d-99fa-55e6aaac9126))
    (fp_line (start 0 3.21) (end -2.76 3.21)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2782041-6abb-49ab-abe1-38005c3489c3))
    (fp_line (start 0 3.21) (end 2.76 3.21)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfe0ca7f-4e29-4c08-9f5b-f64af03faf83))
    (fp_line (start 2.76 -3.21) (end 2.76 -2.465)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ff201c7-685f-48de-9a4f-21e8d36e7b70))
    (fp_line (start 2.76 3.21) (end 2.76 2.465)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c3c3835-24db-4784-a23d-f30db8921b81))
    (fp_line (start -4.7 -3.35) (end -4.7 3.35)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 304b49ef-e036-4448-b48c-0d4a85228163))
    (fp_line (start -4.7 3.35) (end 4.7 3.35)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 666db083-354b-4137-b38b-d3fe3aca64ea))
    (fp_line (start 4.7 -3.35) (end -4.7 -3.35)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a26166a4-3a9a-4367-a008-7338f5a9e0e1))
    (fp_line (start 4.7 3.35) (end 4.7 -3.35)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 216f4ef8-a788-493b-8d9f-de87c4275d8c))
    (fp_line (start -2.65 -2.1) (end -1.65 -3.1)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b197033-86e4-40e4-b89c-c1d3781f76de))
    (fp_line (start -2.65 3.1) (end -2.65 -2.1)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4e6527a-7a36-47b9-a80a-bb41f62a2bdf))
    (fp_line (start -1.65 -3.1) (end 2.65 -3.1)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a883e36d-0579-44f0-b173-c99f04dbbbe5))
    (fp_line (start 2.65 -3.1) (end 2.65 3.1)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c0f1b19-3b84-4cbf-986c-dba303476d38))
    (fp_line (start 2.65 3.1) (end -2.65 3.1)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0e47079-361e-48ec-ad90-7ffd21565dcb))
    (pad "1" smd roundrect (at -3.5 -1.905 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 33 "Net-(U2-CSYNC)") (pintype "input") (tstamp be9a299a-d17a-4755-a280-7f2b459afc7e))
    (pad "2" smd roundrect (at -3.5 -0.635 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 32 "VSYNC") (pintype "input") (tstamp 0915e379-e239-4456-bc73-0207cb50573e))
    (pad "3" smd roundrect (at -3.5 0.635 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 36 "Net-(U3-Pad3)") (pintype "output") (tstamp c6727adf-853b-49af-b1ac-f4967b005a4e))
    (pad "4" smd roundrect (at -3.5 1.905 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 33 "Net-(U2-CSYNC)") (pintype "input") (tstamp a31285fa-512b-412e-8e0b-e0e081aaebf9))
    (pad "5" smd roundrect (at 3.5 1.905 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 36 "Net-(U3-Pad3)") (pintype "input") (tstamp ef539e12-2947-41c7-a7df-3be81ddc9344))
    (pad "6" smd roundrect (at 3.5 0.635 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 37 "Net-(U3-Pad10)") (pintype "output") (tstamp e7f6fbb7-2d37-4007-bab7-4d4be2c96310))
    (pad "7" smd roundrect (at 3.5 -0.635 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp ef4a8148-febb-4e90-a65c-14d8bddbd5f2))
    (pad "8" smd roundrect (at 3.5 -1.905 90) (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 30 "HSYNC") (pintype "output") (tstamp f41b8b18-e2ca-41a8-a89a-da7d1f804988))
    (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SO-8_5.3x6.2mm_P1.27mm.wrl"
      (offset (xyz 0 0 0))
      (scale (xyz 1 1 1))
      (rotate (xyz 0 0 0))
    )
  )

  (footprint "Capacitor_Tantalum_SMD:CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder" (layer "F.Cu")
    (tstamp 2a490610-6c30-47e1-aec1-62605eea6680)
    (at 147.32 94.955 90)
    (descr "Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator")
    (tags "capacitor tantalum")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (property "ki_description" "Unpolarized capacitor")
    (property "ki_keywords" "cap capacitor")
    (path "/0417ca6c-dce7-4153-a6eb-a80a49919e8b")
    (attr smd)
    (fp_text reference "C2" (at 0 -1.58 90) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 36489918-f53d-434b-a36c-19ea5be095c2)
    )
    (fp_text value "0.1µ" (at 0 1.58 90) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 632fe1ed-7fdd-4b7e-be7c-1de88fcbd3c4)
    )
    (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
        (effects (font (size 0.5 0.5) (thickness 0.08)))
      (tstamp 7bf61318-b0f9-48aa-b58f-d4c42867411d)
    )
    (fp_line (start -1.885 -0.785) (end -1.885 0.785)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d29ba489-bfa6-4fe8-ad42-629591c95159))
    (fp_line (start -1.885 0.785) (end 1 0.785)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 448fec19-a76c-4234-9811-45c3f59a01cb))
    (fp_line (start 1 -0.785) (end -1.885 -0.785)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa49c418-7cd8-4e02-a06e-609d8b36eeb4))
    (fp_line (start -1.88 -0.88) (end 1.88 -0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e082b814-fe75-4042-a91b-e82cb9447307))
    (fp_line (start -1.88 0.88) (end -1.88 -0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92b1671b-b68d-4a0c-8146-86798457d818))
    (fp_line (start 1.88 -0.88) (end 1.88 0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8ff58f2-5290-4729-8340-f289346055fa))
    (fp_line (start 1.88 0.88) (end -1.88 0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61ff0deb-132b-4895-85b8-4ca884d6c755))
    (fp_line (start -1 -0.3125) (end -1 0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88acbe8c-c3a1-40cb-9443-f5b99ee0874b))
    (fp_line (start -1 0.625) (end 1 0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b32ca78f-17e6-47db-9b7f-3f96f7991ff9))
    (fp_line (start -0.6875 -0.625) (end -1 -0.3125)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae273a04-6c29-47b3-8067-e30182abe118))
    (fp_line (start 1 -0.625) (end -0.6875 -0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47a1d1d0-3f99-4d7a-8ffb-55e4317f08f8))
    (fp_line (start 1 0.625) (end 1 -0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11bb3fe8-fadf-415f-beb7-f37f76e70022))
    (pad "1" smd roundrect (at -0.975 0 90) (size 1.3 1.05) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.238095)
      (net 3 "CVBS") (pintype "passive") (tstamp 4a2d9b5a-e8f5-4e9c-ada2-20ef30caa83b))
    (pad "2" smd roundrect (at 0.975 0 90) (size 1.3 1.05) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.238095)
      (net 4 "Net-(U2-VIDEO)") (pintype "passive") (tstamp a6267c54-134d-4cd9-ba06-c4537cafa0e5))
    (model "${KICAD6_3DMODEL_DIR}/Capacitor_Tantalum_SMD.3dshapes/CP_EIA-2012-15_AVX-P.wrl"
      (offset (xyz 0 0 0))
      (scale (xyz 1 1 1))
      (rotate (xyz 0 0 0))
    )
  )

  (footprint "Connector_PinHeader_1.27mm:PinHeader_1x03_P1.27mm_Vertical" (layer "F.Cu")
    (tstamp 6dd84a53-c9e8-4fc7-9a75-db3ac6c1f7d1)
    (at 144.78 81.28 -90)
    (descr "Through hole straight pin header, 1x03, 1.27mm pitch, single row")
    (tags "Through hole pin header THT 1x03 1.27mm single row")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (property "ki_description" "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252")
    (property "ki_keywords" "Voltage Regulator 1.5A Positive")
    (path "/2d8e17f1-3040-43f7-b9d7-175113f5bb17")
    (attr through_hole)
    (fp_text reference "U4" (at 0 -1.695 90) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 40a38280-d7fd-4df1-a2ce-b173661dd102)
    )
    (fp_text value "L7805" (at 0 4.235 90) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 3aae0e01-ffe5-4320-86f1-e97d8054ecbe)
    )
    (fp_text user "${REFERENCE}" (at 0 1.27) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 4cc75c5b-ca40-4d23-b51b-b587efe56e98)
    )
    (fp_line (start -1.11 -0.76) (end 0 -0.76)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53b85188-baee-404e-b00f-aa52488996ba))
    (fp_line (start -1.11 0) (end -1.11 -0.76)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abaed073-f9b6-48b0-8cd4-8ceb25497911))
    (fp_line (start -1.11 0.76) (end -1.11 3.235)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68e7603d-bfaa-4fba-b118-086b98483386))
    (fp_line (start -1.11 0.76) (end -0.563471 0.76)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 988dcc01-1295-45e6-8a07-141a986cb908))
    (fp_line (start -1.11 3.235) (end -0.30753 3.235)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0cdaef2-b52f-4269-90e5-2668cd9a5c9b))
    (fp_line (start 0.30753 3.235) (end 1.11 3.235)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4f0f9f2-db9b-4f4e-ac14-cd34473141b8))
    (fp_line (start 0.563471 0.76) (end 1.11 0.76)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 584dda4c-2d51-4b55-9f54-10f1b230b636))
    (fp_line (start 1.11 0.76) (end 1.11 3.235)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce1d3ed9-fdfa-4031-a552-00fac43bc814))
    (fp_line (start -1.55 -1.15) (end -1.55 3.7)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd70646e-7548-4bb9-b97b-ec36d4cd2b1f))
    (fp_line (start -1.55 3.7) (end 1.55 3.7)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ead966b-58c9-4bc3-abd3-c496c2458012))
    (fp_line (start 1.55 -1.15) (end -1.55 -1.15)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5671be87-2a3e-4479-8f06-c748f601318a))
    (fp_line (start 1.55 3.7) (end 1.55 -1.15)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71d2780e-884d-42be-a926-84bcaeb38a3c))
    (fp_line (start -1.05 -0.11) (end -0.525 -0.635)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d867120-5303-4632-b156-2c850495da4e))
    (fp_line (start -1.05 3.175) (end -1.05 -0.11)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 886d8e67-10bb-464e-8956-348781410876))
    (fp_line (start -0.525 -0.635) (end 1.05 -0.635)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44f7aacd-809e-4fed-ad32-0f8915780ce5))
    (fp_line (start 1.05 -0.635) (end 1.05 3.175)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b408faba-bde5-4005-85dc-8117b11f2a66))
    (fp_line (start 1.05 3.175) (end -1.05 3.175)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7a28743-9f6d-44cc-8541-26f713b5e067))
    (pad "1" thru_hole rect (at 0 0 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask")
      (net 25 "+9V") (pinfunction "IN") (pintype "power_in") (tstamp cb53daf9-e064-49eb-843b-cec97cd83134))
    (pad "2" thru_hole oval (at 0 1.27 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask")
      (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp befd2d07-aa16-43ad-ac4f-abe44307e5e9))
    (pad "3" thru_hole oval (at 0 2.54 270) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask")
      (net 35 "+5V") (pinfunction "OUT") (pintype "power_out") (tstamp 732a0355-3c18-4ae0-a02c-3ad21b0e2cb8))
    (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_1x03_P1.27mm_Vertical.wrl"
      (offset (xyz 0 0 0))
      (scale (xyz 1 1 1))
      (rotate (xyz 0 0 0))
    )
  )

  (footprint "Capacitor_Tantalum_SMD:CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder" (layer "F.Cu")
    (tstamp 823b4709-35d3-499f-a6cc-88a91eb3d610)
    (at 160.995 99.82434 180)
    (descr "Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator")
    (tags "capacitor tantalum")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (property "ki_description" "Unpolarized capacitor")
    (property "ki_keywords" "cap capacitor")
    (path "/07c36778-559f-4fc2-95db-d6e180f4fb33")
    (attr smd)
    (fp_text reference "C1" (at 0 -1.58) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp a290bdb5-39a1-4a78-af42-efcb4f9f35c0)
    )
    (fp_text value "0.1µ" (at 0 1.58) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 85f0eda3-11d6-4f73-a187-f544510a3fd0)
    )
    (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
        (effects (font (size 0.5 0.5) (thickness 0.08)))
      (tstamp 65472307-8e66-4df1-add5-40d69b84dd46)
    )
    (fp_line (start -1.885 -0.785) (end -1.885 0.785)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2808530a-d997-4b7e-864d-441a2d523cda))
    (fp_line (start -1.885 0.785) (end 1 0.785)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a293c5d7-0bb8-4fd8-a4c9-c6ede6e67eac))
    (fp_line (start 1 -0.785) (end -1.885 -0.785)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0428c014-65c8-4811-995f-650689081da5))
    (fp_line (start -1.88 -0.88) (end 1.88 -0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e40d81b1-8aab-4f11-95c3-de3e8509167a))
    (fp_line (start -1.88 0.88) (end -1.88 -0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22d58392-209b-4ce3-9c26-ede339aa17e3))
    (fp_line (start 1.88 -0.88) (end 1.88 0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d046318-3149-4f53-a1d9-fa6061c00d12))
    (fp_line (start 1.88 0.88) (end -1.88 0.88)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de970f1f-65e5-4b17-9866-32659766fefb))
    (fp_line (start -1 -0.3125) (end -1 0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8abf0ea5-1b89-4714-94f2-ff36e33b86c9))
    (fp_line (start -1 0.625) (end 1 0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46f8744c-5679-4080-98a6-c0e234f41d4a))
    (fp_line (start -0.6875 -0.625) (end -1 -0.3125)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72cff75c-64f6-484d-8d26-787915ea8dab))
    (fp_line (start 1 -0.625) (end -0.6875 -0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74c01797-e991-4c76-a9b9-de581d7b81f8))
    (fp_line (start 1 0.625) (end 1 -0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fa3d7ba-b958-401e-a0c4-5111d018425a))
    (pad "1" smd roundrect (at -0.975 0 180) (size 1.3 1.05) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.238095)
      (net 1 "GND") (pintype "passive") (tstamp 47b4f1af-0232-43f4-b6af-d63771f734a2))
    (pad "2" smd roundrect (at 0.975 0 180) (size 1.3 1.05) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.238095)
      (net 2 "Net-(U2-INT)") (pintype "passive") (tstamp cf5fc0f5-2b76-44e8-813e-2902039c3cb1))
    (model "${KICAD6_3DMODEL_DIR}/Capacitor_Tantalum_SMD.3dshapes/CP_EIA-2012-15_AVX-P.wrl"
      (offset (xyz 0 0 0))
      (scale (xyz 1 1 1))
      (rotate (xyz 0 0 0))
    )
  )

  (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "F.Cu")
    (tstamp 9769d69c-b96a-4910-b19c-90bd2ed2ac5e)
    (at 162.56 94.98 90)
    (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
    (tags "resistor handsolder")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (property "ki_description" "Resistor")
    (property "ki_keywords" "R res resistor")
    (path "/14ab83d9-fbf8-49e8-9d43-df9eebd4d311")
    (attr smd)
    (fp_text reference "R1" (at 0 -1.65 90) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 845c45c7-5946-4caf-89e2-f2b0c6460f18)
    )
    (fp_text value "R" (at 0 1.65 90) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp ceb86d12-ee16-452e-b8e6-e52ad4d36828)
    )
    (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
        (effects (font (size 0.5 0.5) (thickness 0.08)))
      (tstamp e05ce13f-73ef-4a47-8f11-612e42f8ed71)
    )
    (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 677f325f-2d05-479c-a4aa-484d33ba9f8e))
    (fp_line (start -0.227064 0.735) (end 0.227064 0.735)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10d698f5-0114-49c3-9dc2-9856d708a61b))
    (fp_line (start -1.85 -0.95) (end 1.85 -0.95)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c87d5f12-24b1-46dd-beda-b20a2a1b130d))
    (fp_line (start -1.85 0.95) (end -1.85 -0.95)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1b09d84-0acc-496c-9cde-9e93700077c5))
    (fp_line (start 1.85 -0.95) (end 1.85 0.95)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2a47eb7-16b1-4297-b79f-e167121322ab))
    (fp_line (start 1.85 0.95) (end -1.85 0.95)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e1601d0-a577-427a-add2-b60138d6c6ba))
    (fp_line (start -1 -0.625) (end 1 -0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 716ad867-5373-4582-b303-e7944be2d177))
    (fp_line (start -1 0.625) (end -1 -0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f7d46b9-f3ca-4d61-98aa-8079fe67f9e6))
    (fp_line (start 1 -0.625) (end 1 0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5599ef59-cff2-437a-b968-66d1f3e7cbc2))
    (fp_line (start 1 0.625) (end -1 0.625)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce832d6e-5752-4440-a512-53589a0cce4d))
    (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.208333)
      (net 1 "GND") (pintype "passive") (tstamp 7a666209-726f-428f-8fed-98b9e3a479bc))
    (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.208333)
      (net 2 "Net-(U2-INT)") (pintype "passive") (tstamp 26875704-a156-4a67-a21b-440695a117be))
    (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl"
      (offset (xyz 0 0 0))
      (scale (xyz 1 1 1))
      (rotate (xyz 0 0 0))
    )
  )

  (footprint "Connector_BarrelJack:BarrelJack_Wuerth_6941xx301002" (layer "F.Cu")
    (tstamp a3796082-4e5f-4633-aa82-36004d5646ae)
    (at 130.14 80.77434 180)
    (descr "Wuerth electronics barrel jack connector (5.5mm outher diameter, inner diameter 2.05mm or 2.55mm depending on exact order number), See: http://katalog.we-online.de/em/datasheet/6941xx301002.pdf")
    (tags "connector barrel jack")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (property "ki_description" "DC Barrel Jack")
    (property "ki_keywords" "DC power barrel jack connector")
    (path "/4aac9326-376d-4248-85ab-513f02c2cabc")
    (attr through_hole)
    (fp_text reference "J2" (at 0 -2.5) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp e93f84b4-413c-4845-8963-5e74226d7994)
    )
    (fp_text value "Barrel_Jack" (at 0 15.5) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp f6d52e2f-f25b-4ec9-9e94-6c1a5db92a02)
    )
    (fp_text user "${REFERENCE}" (at 0 7.5) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 3c0e9f4f-26d4-4660-9b9d-20674aa4232d)
    )
    (fp_line (start -4.9 -1.3) (end -4.9 0.3)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ec24db1-2b9d-43b7-9a0e-4a572459ff70))
    (fp_line (start -4.6 -1) (end -2.5 -1)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 053aa3dc-1a08-43bd-8f04-3a0d320d88c3))
    (fp_line (start -4.6 13.7) (end -4.6 -1)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac9c1b05-ba8f-4889-9ffa-31d81ef4ae2b))
    (fp_line (start -3.2 -1.3) (end -4.9 -1.3)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d8e2e51-15b6-4504-b69b-6fd5acd729fb))
    (fp_line (start 2.5 -1) (end 4.6 -1)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8dd555a9-5785-4b62-9a1d-b63d2372e8e7))
    (fp_line (start 4.6 -1) (end 4.6 0.8)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e191bfc-190d-4062-965e-f15374056f40))
    (fp_line (start 4.6 5.2) (end 4.6 13.7)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbf34c03-37b5-47b1-87e7-a1af983a8980))
    (fp_line (start 4.6 13.7) (end -4.6 13.7)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cb7d0b9-6829-4fcd-b148-da3d7a212862))
    (fp_line (start -5 -1.4) (end -5 14.1)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efe4077d-f50c-4976-b8f5-b4c47438d16c))
    (fp_line (start -5 14.1) (end 5 14.1)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4de2e9b8-3b5c-4c65-8abc-cd2c3ee334c6))
    (fp_line (start 5 -1.4) (end -5 -1.4)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab0d175e-96b3-4531-bfae-8d975ee99641))
    (fp_line (start 5 0.5) (end 5 -1.4)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e5fb8a7-95e5-4a98-9f87-3c1f0e28f512))
    (fp_line (start 5 14.1) (end 5 5.5)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2016f41a-249d-4c1e-b01d-3d3211c2e142))
    (fp_line (start 6.2 0.5) (end 5 0.5)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 108d0b87-f9f3-45b8-b5b6-c845d0a7d30d))
    (fp_line (start 6.2 0.5) (end 6.2 5.5)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c89113c9-87a4-4f5a-a1d0-81803ac806bf))
    (fp_line (start 6.2 5.5) (end 5 5.5)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9563278-fd2b-4d94-acaa-93a93f82841f))
    (fp_line (start -4.5 0.1) (end -3.5 -0.9)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 132a9c98-c0c3-438e-ae6e-0e662d4563fc))
    (fp_line (start -4.5 13.6) (end -4.5 0.1)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fafe2b4c-57ac-451c-9931-d17fa8846097))
    (fp_line (start 4.5 -0.9) (end -3.5 -0.9)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ef44c11-5d10-44cc-ae56-23a7fc68c334))
    (fp_line (start 4.5 -0.9) (end 4.5 13.6)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fe3ab65-0980-4c9f-92f5-b20eab269d8d))
    (fp_line (start 4.5 13.6) (end -4.5 13.6)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69258eba-9c70-41c2-8140-21e944e8ce9e))
    (pad "1" thru_hole rect (at 0 0 180) (size 4.4 1.8) (drill oval 3.4 0.8) (layers "*.Cu" "*.Mask")
      (net 25 "+9V") (pintype "passive") (tstamp 6ddc941a-d28c-4ea1-9d9c-79bb1fdc594d))
    (pad "2" thru_hole oval (at 0 5.8 180) (size 4 1.8) (drill oval 3 0.8) (layers "*.Cu" "*.Mask")
      (net 1 "GND") (pintype "passive") (tstamp 9bb68534-1f57-422b-8bc0-327e85364d26))
    (pad "3" thru_hole oval (at 4.8 3 270) (size 4 1.8) (drill oval 3 0.8) (layers "*.Cu" "*.Mask") (tstamp c9fc9062-7466-4a8d-a61c-b5e557883c18))
    (model "${KICAD6_3DMODEL_DIR}/Connector_BarrelJack.3dshapes/BarrelJack_Wuerth_6941xx301002.wrl"
      (offset (xyz 0 0 0))
      (scale (xyz 1 1 1))
      (rotate (xyz 0 0 0))
    )
  )

  (footprint "sc1224-scart:SCART" (layer "F.Cu")
    (tstamp a5d8d3d1-24eb-4647-9f4f-9ba9ccf7a123)
    (at 148.49982 112.52434 180)
    (descr "SCART socket, Tyco P/N 1483465-1")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (property "ki_description" "Prise Peritel")
    (property "ki_keywords" "connector")
    (path "/c3cb6948-fbf0-41cb-895b-2820a0c7ca8a")
    (attr through_hole)
    (fp_text reference "J1" (at 0 5.10032) (layer "F.SilkS")
        (effects (font (size 1.524 1.524) (thickness 0.3048)))
      (tstamp 6f71e931-3719-452a-b428-aa81cd9584ff)
    )
    (fp_text value "SCART-F" (at 0 -9.906) (layer "F.SilkS")
        (effects (font (size 1.524 1.524) (thickness 0.3048)))
      (tstamp dce26a69-468d-45ec-87cb-9bc193657967)
    )
    (fp_line (start -27.051 -1.397) (end -27.051 1.651)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp ebb0807b-07b2-45c9-94e7-a3ef5d78758e))
    (fp_line (start -27.051 -1.397) (end 27.051 -1.397)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp 188c3430-7b38-4e23-adf5-4c6dafaaff2e))
    (fp_line (start -25.4 -1.397) (end -25.4 1.651)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp e5e01529-7921-46e6-a8c9-4e008392765f))
    (fp_line (start -23.368 -8.509) (end 23.876 -8.509)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp 3f24244c-1a09-4944-830e-a3a3dd531fc3))
    (fp_line (start -23.368 -1.397) (end -23.368 -8.509)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp 44cf45ea-7c5b-4765-aea3-9c0927919e2b))
    (fp_line (start -23.368 8.509) (end -23.368 1.651)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp b82d48a7-5399-4e8a-b3fd-66316deaab73))
    (fp_line (start -23.368 8.509) (end 23.876 8.509)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp 89c84ec7-82fd-4cbf-9bd7-22e2eb2d3a40))
    (fp_line (start 23.876 -8.509) (end 23.876 -1.397)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp fc340047-d4ff-4d6d-a537-47e14593dd0a))
    (fp_line (start 23.876 8.509) (end 23.876 1.651)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp d4b0db9b-f3d1-47ce-b3c6-29b4c971f41b))
    (fp_line (start 25.4 -1.397) (end 25.4 1.651)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp 7b97be3f-f2e6-45ff-93f2-5369a53a63c3))
    (fp_line (start 27.051 -1.397) (end 27.051 1.651)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp 0c9a3e94-a5a7-4152-982c-e00532b3d9d0))
    (fp_line (start 27.051 1.651) (end -27.051 1.651)
      (stroke (width 0.381) (type solid)) (layer "F.SilkS") (tstamp 2f269473-3d9e-47e4-9da8-202456190dcd))
    (pad "" np_thru_hole oval (at -26.49982 -0.20066 180) (size 3.1 4.1) (drill oval 3 4) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp cec38535-fcad-403e-a7ab-6f665798e423))
    (pad "" np_thru_hole oval (at 26.49982 -0.20066 180) (size 3.1 4.1) (drill oval 3 4) (layers "*.Cu" "*.Mask" "F.SilkS") (tstamp 6c6506a7-1bca-41e5-8a86-91f91b079824))
    (pad "1" thru_hole circle (at 19.05 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 5 "unconnected-(J1-P1-Pad1)") (pinfunction "P1") (pintype "passive") (tstamp 99df6ec2-232e-434d-8801-bf82030592b2))
    (pad "2" thru_hole circle (at 17.145 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 6 "AUDIO_L") (pinfunction "P2") (pintype "passive") (tstamp 0a41df1b-cc81-41d9-be2f-7c5c7a6bb8be))
    (pad "3" thru_hole circle (at 15.24 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 7 "unconnected-(J1-P3-Pad3)") (pinfunction "P3") (pintype "passive") (tstamp d0dc0e36-a522-479c-a907-0ee252ce96fa))
    (pad "4" thru_hole circle (at 13.335 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 8 "AUDIO_GND") (pinfunction "P4") (pintype "passive") (tstamp d0d16bf5-0d7e-4922-8a45-36f1d6d4226a))
    (pad "5" thru_hole circle (at 11.43 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 9 "GND_B") (pinfunction "P5") (pintype "passive") (tstamp 4f1bdf77-d2cd-45e1-8c72-7f44a5461d30))
    (pad "6" thru_hole circle (at 9.525 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 10 "unconnected-(J1-P6-Pad6)") (pinfunction "P6") (pintype "passive") (tstamp f24665bd-6697-4153-9a46-4cb86e7f1216))
    (pad "7" thru_hole circle (at 7.62 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 11 "VIDEO_B") (pinfunction "P7") (pintype "passive") (tstamp fa03e567-796d-4539-aa3c-c1ea1bdb8d4e))
    (pad "8" thru_hole circle (at 5.715 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 12 "unconnected-(J1-P8-Pad8)") (pinfunction "P8") (pintype "passive") (tstamp 1c7861e2-d201-4483-9e69-41735b91e54b))
    (pad "9" thru_hole circle (at 3.81 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 13 "GND_G") (pinfunction "P9") (pintype "passive") (tstamp 673b34fd-4699-4e35-80af-7255ec046fe4))
    (pad "10" thru_hole circle (at 1.905 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 14 "unconnected-(J1-P10-Pad10)") (pinfunction "P10") (pintype "passive") (tstamp 9f7c66df-c6bc-4377-8bcf-1ad97db55c8e))
    (pad "11" thru_hole circle (at 0 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 15 "VIDEO_G") (pinfunction "P11") (pintype "passive") (tstamp 009609ff-bf99-46d0-be24-f59a39f593bd))
    (pad "12" thru_hole circle (at -1.905 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 16 "unconnected-(J1-P12-Pad12)") (pinfunction "P12") (pintype "passive") (tstamp 234ecba6-ef40-4e28-aae3-5b44dfce7ad5))
    (pad "13" thru_hole circle (at -3.81 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 17 "GND_R") (pinfunction "P13") (pintype "passive") (tstamp b108a0d5-14ad-479e-a480-1cd9407d6da3))
    (pad "14" thru_hole circle (at -5.715 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 18 "unconnected-(J1-P14-Pad14)") (pinfunction "P14") (pintype "passive") (tstamp 03f1a7cf-e1cb-4c1d-9516-7b4561d0e0bd))
    (pad "15" thru_hole circle (at -7.62 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 19 "VIDEO_R") (pinfunction "P15") (pintype "passive") (tstamp 69e8f731-e1c2-4c24-b624-e25ff4e0d1b3))
    (pad "16" thru_hole circle (at -9.525 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 20 "unconnected-(J1-P16-Pad16)") (pinfunction "P16") (pintype "passive") (tstamp d83aa56c-2445-4f37-b909-d62751d5f445))
    (pad "17" thru_hole circle (at -11.43 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 21 "CVBS_GND") (pinfunction "P17") (pintype "passive") (tstamp 646b4917-f71f-455b-b232-14105c753835))
    (pad "18" thru_hole circle (at -13.335 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 22 "unconnected-(J1-P18-Pad18)") (pinfunction "P18") (pintype "passive") (tstamp 5e27dddf-e807-44e1-85ee-c85988e0325a))
    (pad "19" thru_hole circle (at -15.24 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 23 "unconnected-(J1-P19-Pad19)") (pinfunction "P19") (pintype "passive") (tstamp d3173cd7-eb49-4186-a0db-a00f7f71635b))
    (pad "20" thru_hole circle (at -17.145 -2.19964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 3 "CVBS") (pinfunction "P20") (pintype "passive") (tstamp 3616ba49-02c1-4ec7-9db3-942838ef6d97))
    (pad "21" thru_hole circle (at -19.05 -7.27964 180) (size 1.99898 1.99898) (drill 1.19888) (layers "*.Cu" "*.Mask")
      (net 24 "unconnected-(J1-P21-Pad21)") (pinfunction "P21") (pintype "passive") (tstamp e3602e25-1478-499a-aa2c-cc7e2b91c940))
  )

  (footprint "Package_SO:SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm" (layer "F.Cu")
    (tstamp b5abc5bf-d7ec-4336-bea2-1621dec3fe07)
    (at 155.18 94.31)
    (descr "SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py")
    (tags "SOIC SO")
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (path "/bbbb6c23-0059-409e-b7a4-8c3b7836c43e")
    (attr smd)
    (fp_text reference "U2" (at 0 -3.4) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 0c292107-f8d8-4b68-8e44-87ec5d4e93a0)
    )
    (fp_text value "LM1881" (at 0 3.4) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 40720c36-8aa4-4846-a0b6-4bbc850a27d5)
    )
    (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
        (effects (font (size 0.98 0.98) (thickness 0.15)))
      (tstamp 32b40d36-cec5-4aa8-81ea-89cb82900e23)
    )
    (fp_line (start 0 -2.56) (end -3.45 -2.56)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 796f3fe8-f400-446b-bf1e-ba9d03020990))
    (fp_line (start 0 -2.56) (end 1.95 -2.56)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd0eec40-c1fa-4978-bffd-3c1d31d6450e))
    (fp_line (start 0 2.56) (end -1.95 2.56)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b692022b-c395-4798-8177-61c4c99a63c4))
    (fp_line (start 0 2.56) (end 1.95 2.56)
      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef363f7b-0826-45f0-857f-e8d12a38b0b5))
    (fp_line (start -3.7 -2.7) (end -3.7 2.7)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa6fd647-4645-41de-ab81-a8a0d646946a))
    (fp_line (start -3.7 2.7) (end 3.7 2.7)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3524eb67-d216-4452-86dc-fa859bb29bb0))
    (fp_line (start 3.7 -2.7) (end -3.7 -2.7)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e96c4727-c6e9-44f6-bfb7-efe732a89ad8))
    (fp_line (start 3.7 2.7) (end 3.7 -2.7)
      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33a9b560-b309-49b6-b364-164ec123050f))
    (fp_line (start -1.95 -1.475) (end -0.975 -2.45)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28a2bc0b-be01-4ab8-9242-55030a19e4d6))
    (fp_line (start -1.95 2.45) (end -1.95 -1.475)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61efc544-c5d1-43af-a511-b7bd02a4202c))
    (fp_line (start -0.975 -2.45) (end 1.95 -2.45)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4dad6a0c-a641-4964-8eac-158ddb820937))
    (fp_line (start 1.95 -2.45) (end 1.95 2.45)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e64c6643-94b1-4db7-92f8-4846f1a8fcb7))
    (fp_line (start 1.95 2.45) (end -1.95 2.45)
      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9257894-5422-4654-a912-478f9f2f14f7))
    (pad "" smd roundrect (at -0.57 -0.75) (size 0.92 1.21) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp a1488e36-8eab-48aa-8ca2-394c81e2e08b))
    (pad "" smd roundrect (at -0.57 0.75) (size 0.92 1.21) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp af8f46eb-1a5a-4c00-ae82-e119b0ecab28))
    (pad "" smd roundrect (at 0.57 -0.75) (size 0.92 1.21) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 10c1579e-1f6f-481d-9985-14461d0dcde8))
    (pad "" smd roundrect (at 0.57 0.75) (size 0.92 1.21) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp dfdbf6c3-2434-4e5d-9ff5-23fc44e211cd))
    (pad "1" smd roundrect (at -2.475 -1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 33 "Net-(U2-CSYNC)") (pinfunction "CSYNC") (pintype "output") (tstamp 7052f71d-f166-4f1d-8302-89468d9544b9))
    (pad "2" smd roundrect (at -2.475 -0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 4 "Net-(U2-VIDEO)") (pinfunction "VIDEO") (pintype "input") (tstamp 89f1f4aa-817b-46c2-aa46-0a5bcb290226))
    (pad "3" smd roundrect (at -2.475 0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 32 "VSYNC") (pinfunction "FRAME") (pintype "output") (tstamp a993baf8-f95e-4230-b642-9a0c416d9058))
    (pad "4" smd roundrect (at -2.475 1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp d0981605-ddc6-4dbb-aba3-cfe19d9fbbfa))
    (pad "5" smd roundrect (at 2.475 1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 34 "unconnected-(U2-BURST-Pad5)") (pinfunction "BURST") (pintype "output+no_connect") (tstamp 9d9dc27c-f74c-48ff-90e0-3f138feb7979))
    (pad "6" smd roundrect (at 2.475 0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 2 "Net-(U2-INT)") (pinfunction "INT") (pintype "input") (tstamp be8bd048-4f89-4438-9347-a2859f4738a3))
    (pad "7" smd roundrect (at 2.475 -0.635) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 38 "unconnected-(U2-O{slash}E-Pad7)") (pinfunction "O/E") (pintype "output+no_connect") (tstamp d5607993-f905-4566-a199-2c7ec413769a))
    (pad "8" smd roundrect (at 2.475 -1.905) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
      (net 35 "+5V") (pinfunction "VCC") (pintype "power_in") (tstamp 8978bc22-6271-4996-a3d7-fbc1a41a13c8))
    (pad "9" smd rect (at 0 0) (size 2.29 3) (layers "F.Cu" "F.Mask") (tstamp 986e465a-6b56-43d4-82a0-f00ef90abcbb))
    (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm.wrl"
      (offset (xyz 0 0 0))
      (scale (xyz 1 1 1))
      (rotate (xyz 0 0 0))
    )
  )

  (footprint "sc1224-scart:DIN-13" (layer "F.Cu")
    (tstamp cc1f92e0-cb60-456a-8258-0c3eede1eb36)
    (at 160.93 66.08)
    (property "Sheetfile" "sc1224-scart.kicad_sch")
    (property "Sheetname" "")
    (path "/e30a34ce-77fc-45e2-81c9-8d5331df96af")
    (attr through_hole)
    (fp_text reference "U1" (at 0 9.5 unlocked) (layer "F.SilkS")
        (effects (font (size 1 1) (thickness 0.1)))
      (tstamp c2392af5-b4a7-451f-9da4-23835953252c)
    )
    (fp_text value "DIN-13" (at 0 11 unlocked) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp 2f92f296-35c2-4ba5-8a3a-b2dfd360fb37)
    )
    (fp_text user "${REFERENCE}" (at 0 12.5 unlocked) (layer "F.Fab")
        (effects (font (size 1 1) (thickness 0.15)))
      (tstamp e249bc4a-bc13-44c9-b113-bde7f8c59027)
    )
    (fp_line (start -10 0) (end 10 0)
      (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 6e0c1cb9-3bc6-4d80-9785-88301a9c60f0))
    (fp_line (start -10 20) (end -10 0)
      (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp e359f360-235a-4014-8264-b659b00af9fb))
    (fp_line (start 10 0) (end 10 20)
      (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 90667697-3173-4d61-b09d-4cc4bd2bc845))
    (fp_line (start 10 20) (end -10 20)
      (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 1edd3752-06fb-48cc-854f-06888f874885))
    (pad "" thru_hole circle (at -5 2.5) (size 2 2) (drill 1.4) (layers "*.Cu" "*.Mask") (tstamp 087652cb-cbcb-45c8-bef2-b96e3a45e916))
    (pad "" thru_hole circle (at 0 5) (size 2 2) (drill 1.4) (layers "*.Cu" "*.Mask") (tstamp 5c86596b-8851-4703-9686-40c84794aca8))
    (pad "" thru_hole circle (at 5 2.5) (size 2 2) (drill 1.4) (layers "*.Cu" "*.Mask") (tstamp a4354ee8-ea1d-42e9-9b80-e49a184e9757))
    (pad "1" thru_hole circle (at -3.45 18.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 6 "AUDIO_L") (pinfunction "AUDIO") (pintype "input") (tstamp 991fa97b-f798-404e-bded-8d7c7b49c6e3))
    (pad "2" thru_hole circle (at -0.95 18.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 26 "unconnected-(U1-Pad2)") (pintype "no_connect") (tstamp 8dd34861-2f34-42ea-bf2c-13d578696ef4))
    (pad "3" thru_hole circle (at 1.55 18.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 27 "unconnected-(U1-Pad3)") (pintype "no_connect") (tstamp 6aee6041-9446-4cae-a162-f6c8714820d1))
    (pad "4" thru_hole circle (at 4.05 18.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 28 "unconnected-(U1-Pad4)") (pintype "no_connect") (tstamp 67ccf886-8139-4b15-883e-fcef1a0c5645))
    (pad "5" thru_hole circle (at -4.7 16.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 29 "unconnected-(U1-Pad5)") (pintype "no_connect") (tstamp 937aca28-eddd-4940-8a52-e176f549538e))
    (pad "6" thru_hole circle (at -2.2 16.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 15 "VIDEO_G") (pinfunction "GREEN") (pintype "input") (tstamp f3f5dfbe-f948-494c-8249-569385d8bd53))
    (pad "7" thru_hole circle (at 0.3 16.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 19 "VIDEO_R") (pinfunction "RED") (pintype "input") (tstamp 4ee05797-ee23-413c-abab-243edf649fa6))
    (pad "8" thru_hole circle (at 2.8 16.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 8 "AUDIO_GND") (pinfunction "GND_A") (pintype "power_in") (tstamp dc8d2c95-735b-4832-8461-8206af9c65c2))
    (pad "9" thru_hole circle (at -3.45 14.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 30 "HSYNC") (pinfunction "HSYNC") (pintype "input") (tstamp 50a18178-6efe-448f-8cf5-8c9022d73774))
    (pad "10" thru_hole circle (at -0.95 14.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 11 "VIDEO_B") (pinfunction "BLUE") (pintype "input") (tstamp 71c4896b-2e12-4df5-aec9-77c6728a79b6))
    (pad "11" thru_hole circle (at 1.55 14.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 31 "unconnected-(U1-Pad11)") (pintype "no_connect") (tstamp 23a72dec-0784-43b3-a1e1-6eb311564e3a))
    (pad "12" thru_hole circle (at 4.05 14.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 32 "VSYNC") (pinfunction "VSYNC") (pintype "input") (tstamp 2050e75d-f703-44fe-bb3b-46022268837d))
    (pad "13" thru_hole circle (at 0.3 12.5) (size 1.4 1.4) (drill 0.9) (layers "*.Cu" "*.Mask")
      (net 1 "GND") (pinfunction "GND_V") (pintype "power_in") (tstamp 4d93d0ab-5eae-4736-87c8-21627d1d5e9d))
  )

)