diff options
author | jaseg <code@jaseg.net> | 2016-01-24 18:41:10 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2016-01-24 18:41:10 +0100 |
commit | a1741907a6a34972295d9361496977b8c358a615 (patch) | |
tree | 6b4106c3776dcdfaf10283d4af506ef4df019ea0 | |
parent | 6afe84d34afa76071f45b0eb9ca4d1f5cd0417c1 (diff) | |
download | matelight-a1741907a6a34972295d9361496977b8c358a615.tar.gz matelight-a1741907a6a34972295d9361496977b8c358a615.tar.bz2 matelight-a1741907a6a34972295d9361496977b8c358a615.zip |
README: Removed inner lines from crate layout guide
-rw-r--r-- | README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -29,15 +29,15 @@ Each bottle contains a LED with a WS2801 driver. Each crate contains a chain of 4. Repeat from step 1 5. Stick a loop of LEDs through the lids of the bottles like this: .. code:: - ┏━━━┯━━━┯━━━┯━━━┯━━━┓ + ┏━━━━━━━━━━━━━━━━━━━┓ {start}→┃ ○ → ○ → ○ → ○ → ○ ┃ - ┠───┼───┼───┼───┼─↓─┨ - { end}←┃ ○ │ ○ ← ○ ← ○ ← ○ ┃ - ┠─↑─┼─↓─┼───┼───┼───┨ - ┃ ○ │ ○ → ○ → ○ → ○ ┃ - ┠─↑─┼───┼───┼───┼─↓─┨ + ┃ ↓ ┃ + { end}←┃ ○ ○ ← ○ ← ○ ← ○ ┃ + ┃ ↑ ↓ ┃ + ┃ ○ ○ → ○ → ○ → ○ ┃ + ┃ ↑ ↓ ┃ ┃ ○ ← ○ ← ○ ← ○ ← ○ ┃ - ┗━━━┷━━━┷━━━┷━━━┷━━━┛ + ┗━━━━━━━━━━━━━━━━━━━┛ 6. Repeat from step 1 7. Stack up a bunch of these crates and tie them together with zip ties and straps |