aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-12 18:46:53 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-12 18:46:53 -0400
commit2acdbe84a4b856bf8a47eabaea9f160c9fcd4d7d (patch)
treeca9148f9f00c19957a46cf46f869410ce6e73168
parent31655384ae8302d2e495dd2ca79c51f92459a047 (diff)
black not an available color in librecad
-rw-r--r--phrase-circuit.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/phrase-circuit.src b/phrase-circuit.src
index a56624a..2f26f91 100644
--- a/phrase-circuit.src
+++ b/phrase-circuit.src
@@ -26,11 +26,11 @@ The objective of this project is to, using 74LS series chips (00, 04, 08, 11, 21
The phrase I will display is "AUTOCADSCHEMATIC," each letter displayed corresponding directly to the following cube vertices/switch positions (so chosen that any two consecutive states only require one switch instead of four like in 0111->1000):
0000 -> 0001 -> 0011 -> 0010 -> 0110 -> 0111 -> 0101 -> 0100 -> 1100 -> 1101 -> 1111 -> 1110 -> 1010 -> 1011 -> 1001 -> 1000.
The breadboard will use the following wire colors convention:
-- GND = BROWN
+- GND = PINK
- PWR = WHITE
- W = BROWN
- !W = WHITE
-- X = BLACK
+- X = DARK RED
- !X = YELLOW
- Y = GREEN
- !Y = RED
@@ -233,4 +233,4 @@ Total cost:
.FIL =
.CT Difficulties
-This project was, by itself, very doable. However, creation of this document was either to be tedious or difficult because of, for example, the centered headings. I used a C program (https://git.hrhr.dev/badroff) to generate that. The remainder of the project is very likely to be correct because the data table appears to be exactly what's desired, and it was trivial to throw that into abc. Learning abc, at first, appeared to be difficult, but throwing some random sequences of optimization commands with the pla and gate formats was fairly easy.
+This project was, by itself, very doable. However, creation of this document was either to be tedious or difficult because of, for example, the centered headings. I used a C program (https://git.hrhr.dev/badroff) to generate that. The remainder of the project is very likely to be correct because the data table appears to be exactly what's desired, and it was trivial to throw that into abc. Learning abc, at first, appeared to be difficult, but throwing some random sequences of optimization commands with the pla and gate formats was fairly easy. Because I used Linux, I perceived the installation and usage of AutoCAD as difficult, but LibreCAD has an intuitive and very usable interface with cross-platform capabilities (including saved file interoperability with AutoCAD through the dxf format).