From: Dan White Date: Mon, 16 Jan 2012 19:57:03 +0000 (-0600) Subject: djboxsym: color logic bubbles X-Git-Tag: calibrations~369 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=8848ce37b62707728e025a78b56aeecfaac4e8cf;p=430.git djboxsym: color logic bubbles --- diff --git a/test-pcb/sym/djboxsym b/test-pcb/sym/djboxsym index 7080447..688c0fd 100755 --- a/test-pcb/sym/djboxsym +++ b/test-pcb/sym/djboxsym @@ -364,7 +364,8 @@ sub drawpin_labels { sub circle { my ($x, $y) = @_; - print "V $x $y 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1\n"; + # color 6 (logic bubble) + print "V $x $y 50 6 0 0 0 -1 -1 0 -1 -1 -1 -1 -1\n"; } sub drawpin_left {