Move scripts into /scripts, analysis into /8085, add /8080 based on kinda-polygons...
authorNick Downing <nick@ndcode.org>
Wed, 16 Jul 2025 05:39:31 +0000 (15:39 +1000)
committerNick Downing <nick@ndcode.org>
Wed, 16 Jul 2025 05:39:31 +0000 (15:39 +1000)
commitcfd0577977a11a44a444767641ed5c940cb4eaa7
tree41a8afb798d52df8e3db03ab62a603865d74cbce
parentbb0d68a4aa2a111441aa5933f1cac4f883b7e842
Move scripts into /scripts, analysis into /8085, add /8080 based on kinda-polygons from gerber exports in https://github.com/nickd4/vm80a.git commit cd74c369
22 files changed:
.gitignore
8080/Makefile [new file with mode: 0644]
8080/conn_matrix.txt [new file with mode: 0644]
8085/Makefile [new file with mode: 0644]
8085/conn_matrix.txt [moved from conn_matrix.txt with 100% similarity]
Makefile [deleted file]
orig/vm80a_copper_bottom.png [new file with mode: 0644]
orig/vm80a_copper_inner1.png [new file with mode: 0644]
orig/vm80a_copper_inner2.png [new file with mode: 0644]
orig/vm80a_copper_top.png [new file with mode: 0644]
orig/vm80a_drl.png [new file with mode: 0644]
orig/vm80a_silkscreen_bottom.png [new file with mode: 0644]
orig/vm80a_silkscreen_top.png [new file with mode: 0644]
scripts/boolean.py [moved from boolean.py with 100% similarity]
scripts/image_layers.py [moved from image_layers.py with 100% similarity]
scripts/image_nets.py [moved from image_nets.py with 100% similarity]
scripts/image_stack.py [moved from image_stack.py with 100% similarity]
scripts/net_channels.py [moved from net_channels.py with 100% similarity]
scripts/net_image.py [moved from net_image.py with 100% similarity]
scripts/net_sizes.py [moved from net_sizes.py with 100% similarity]
scripts/to_mono.py [moved from to_mono.py with 100% similarity]
scripts/to_rgb.py [moved from to_rgb.py with 100% similarity]