Octoprint-LCD-HD44780/README.md

21 lines
612 B
Markdown
Raw Normal View History

2019-09-23 18:31:43 +00:00
# Octoprint-LCD-HD44780
This Plugin allows you to connect a HD44780-compatible LCD screen to your
Raspberry Pi running [OctoPrint](https://octoprint.org/).
Currently, the screen size is fixed to 20x4 characters. The used GPIO pins
are fixed, too.
## Wiring
2019-09-23 18:32:24 +00:00
LCD PIN | RasPi GPIO
----------------+-----------
Register Select | 15
Enable | 16
Data 4 | 21
Data 5 | 22
Data 6 | 23
Data 7 | 24
2019-09-23 18:31:43 +00:00
See [kunsi/rpi-atx-lcd-breakout](https://git.kunsmann.eu/kunsi/rpi-atx-lcd-breakout)
for a breakout board which connects all the pins.