From 27b6c9e77fdafaa3501b1bb0bf83d384caf2d749 Mon Sep 17 00:00:00 2001 From: jyanev <74617990+jyanev@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:01:53 -0600 Subject: [PATCH] Update lcdScreen.adoc Signed-off-by: jyanev <74617990+jyanev@users.noreply.github.com> --- .../asciidoc/components/outputComponents/lcdScreen.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/micronautpi4j-utils/src/docs/asciidoc/components/outputComponents/lcdScreen.adoc b/micronautpi4j-utils/src/docs/asciidoc/components/outputComponents/lcdScreen.adoc index f15f5fea..00153773 100644 --- a/micronautpi4j-utils/src/docs/asciidoc/components/outputComponents/lcdScreen.adoc +++ b/micronautpi4j-utils/src/docs/asciidoc/components/outputComponents/lcdScreen.adoc @@ -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 ----