From ede280291fd597946831fe6bf29194bd8efcb8c8 Mon Sep 17 00:00:00 2001 From: Antonio Salsi <34831922+passy1977@users.noreply.github.com> Date: Tue, 25 Jul 2023 23:13:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7deb6..1146134 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To install the module: ``` sudo insmod hhg_lcd.ko gpio_rs=26 gpio_en=19 gpio_db4=13 gpio_db5=6 gpio_db6=5 gpio_db7=11 ``` -gpio_rs=x gpio_en=x gpio_db4=x gpio_db5=x gpio_db6=x gpio_db7=x orrespond to the pins on the LCD as reported in the documentation linked below. +gpio_rs=x gpio_en=x gpio_db4=x gpio_db5=x gpio_db6=x gpio_db7=x correspond to the pins on the LCD as reported in the documentation linked below. The above configuration has been tested on a Raspberry Pi 4.