Browse Source

x230: README: fix ascii images in markdown

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
79781fd4aa
1 changed files with 20 additions and 20 deletions
  1. +20
    -20
      x230/README.md

+ 20
- 20
x230/README.md View File

@ -188,14 +188,14 @@ screen before lifting) and the palmrest. You'll find the chips using the photo
below. This is how the SPI connection looks on both chips:
Screen (furthest from you)
__
MOSI 5 --| |-- 4 GND
CLK 6 --| |-- 3 N/C
N/C 7 --| |-- 2 MISO
VCC 8 --|__|-- 1 CS
Edge (closest to you)
Screen (furthest from you)
__
MOSI 5 --| |-- 4 GND
CLK 6 --| |-- 3 N/C
N/C 7 --| |-- 2 MISO
VCC 8 --|__|-- 1 CS
Edge (closest to you)
We run [Raspbian](https://www.raspberrypi.org/downloads/raspbian/)
@ -212,18 +212,18 @@ or ethernet to `sudo apt-get install flashrom`
[prettier images](https://github.com/splitbrain/rpibplusleaf) too):
Edge of pi (furthest from you)
(UART)
L GND TX RX CS
E | | | |
F +---------------------------------------------------------------------------------+
T | x x x x x x x x x x x x x x x x x x x x |
| x x x x x x x x x x x x x x x x x x x x |
E +----------------------------------^---^---^---^-------------------------------^--+
D | | | | |
G 3.3V MOSIMISO| GND
E (VCC) CLK
Body of Pi (closest to you)
Edge of pi (furthest from you)
(UART)
L GND TX RX CS
E | | | |
F +---------------------------------------------------------------------------------+
T | x x x x x x x x x x x x x x x x x x x x |
| x x x x x x x x x x x x x x x x x x x x |
E +----------------------------------^---^---^---^-------------------------------^--+
D | | | | |
G 3.3V MOSIMISO| GND
E (VCC) CLK
Body of Pi (closest to you)
Now copy our release tarball over to the Rasperry Pi.


Loading…
Cancel
Save