From a1741907a6a34972295d9361496977b8c358a615 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 24 Jan 2016 18:41:10 +0100 Subject: README: Removed inner lines from crate layout guide --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 6b3caac..4ab1f01 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit