Skip to content

Commit

Permalink
Update lcdScreen.adoc
Browse files Browse the repository at this point in the history
Signed-off-by: jyanev <[email protected]>
  • Loading branch information
jyanev authored Nov 15, 2023
1 parent e602a0f commit 27b6c9e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ $ curl http://localhost:8080/lcd/clear/2
1. LCD screen not turning on: Check all connections, ensure the LCD is placed correctly, and check the power source
2. Make sure I2C is enabled. To enable, follow these steps:
a. Type the following command:
[source, bash, indent=2]
[source, bash, indent=1]
----
$ sudo raspi-config
$ sudo raspi-config
----
b. Use the arrow keys to navigate to "Interfacing Options" and press Enter.
c. Scroll down and select "I2C" using the arrow keys and press Enter.
d. When prompted whether to enable the ARM I2C interface, select "Yes."
e. Exit the configuration tool and reboot the Raspberry Pi with the following command for the changes to take effect:
[source, bash, indent=2]
[source, bash, indent=1]
----
$ sudo reboot
$ sudo reboot
----


Expand Down

0 comments on commit 27b6c9e

Please sign in to comment.