From f04441f903857147eb315e81198bd1d9929eade0 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Fri, 29 May 2020 23:21:54 +0200 Subject: [PATCH] Update to-do list --- src/wireviz.py | 1 - todo.md | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/wireviz.py b/src/wireviz.py index 47f8dbd..63d803c 100644 --- a/src/wireviz.py +++ b/src/wireviz.py @@ -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'], 'BW': ['BK','WH']} -# TODO: parse and render double-colored cables ('RDBU' etc) color_hex = { 'BK': '#000000', 'WH': '#ffffff', diff --git a/todo.md b/todo.md index 3aa98c8..2bb0277 100644 --- a/todo.md +++ b/todo.md @@ -27,14 +27,13 @@ * Cable splicing * as pseudo-connector? -* Cable bundles * Heatshrink / sheathing ## Visualization -* New wire look? - * Distinguish between cables and wire bundles +* Parse and render double-colored, striped cables ('RDBU' etc) * Show from/to inside wire node (better netlist) + * Implemented in wire bundles only * Display picture of connector underneath (including pin 1 location) ## Export