From ee90d67ee06d85d601c8b03f0dd892393549fb1d Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 23 Sep 2019 20:32:24 +0200 Subject: [PATCH] update README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2e1c96d..5de778a 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Currently, the screen size is fixed to 20x4 characters. The used GPIO pins are fixed, too. ## Wiring - LCD PIN | RasPi GPIO - ----------------+----------- - Register Select | 15 - Enable | 16 - Data 4 | 21 - Data 5 | 22 - Data 6 | 23 - Data 7 | 24 + LCD PIN | RasPi GPIO + ----------------+----------- + Register Select | 15 + Enable | 16 + Data 4 | 21 + Data 5 | 22 + Data 6 | 23 + Data 7 | 24 See [kunsi/rpi-atx-lcd-breakout](https://git.kunsmann.eu/kunsi/rpi-atx-lcd-breakout) for a breakout board which connects all the pins.