Update to-do list

This commit is contained in:
Daniel Rojas 2020-05-29 23:21:54 +02:00
parent c93fb74d17
commit f04441f903
2 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,6 @@ COLOR_CODES = {'DIN': ['WH','BN','GN','YE','GY','PK','BU','RD','BK','VT'], # ,'G
'IEC': ['BN','RD','OG','YE','GN','BU','VT','GY','WH','BK'], 'IEC': ['BN','RD','OG','YE','GN','BU','VT','GY','WH','BK'],
'BW': ['BK','WH']} 'BW': ['BK','WH']}
# TODO: parse and render double-colored cables ('RDBU' etc)
color_hex = { color_hex = {
'BK': '#000000', 'BK': '#000000',
'WH': '#ffffff', 'WH': '#ffffff',

View File

@ -27,14 +27,13 @@
* Cable splicing * Cable splicing
* as pseudo-connector? * as pseudo-connector?
* Cable bundles
* Heatshrink / sheathing * Heatshrink / sheathing
## Visualization ## Visualization
* New wire look? * Parse and render double-colored, striped cables ('RDBU' etc)
* Distinguish between cables and wire bundles
* Show from/to inside wire node (better netlist) * Show from/to inside wire node (better netlist)
* Implemented in wire bundles only
* Display picture of connector underneath (including pin 1 location) * Display picture of connector underneath (including pin 1 location)
## Export ## Export