From f3337b3168a47e484ddb9bdf75f2a0222b64c65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bugsounet=20-=20C=C3=A9dric?= Date: Fri, 8 Sep 2023 11:11:09 +0200 Subject: [PATCH] correct display_rotate part (github bug) --- Configuring-the-Raspberry-Pi.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index 8c6db5a..3f78146 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -51,11 +51,12 @@ Add the following line: display_rotate=1 avoid_warnings=1 ```` -> #display_rotate=0 Normal -> #display_rotate=1 90 degrees -> #display_rotate=2 180 degrees -> #NOTE: You can rotate both the image and touch interface 180º by entering lcd_rotate=2 instead` -> #display_rotate=3 270 degrees + +> #display_rotate=0 Normal
+> #display_rotate=1 90 degrees
+> #display_rotate=2 180 degrees
+> #NOTE: You can rotate both the image and touch interface 180º by entering lcd_rotate=2 instead`
+> #display_rotate=3 270 degrees
Then reboot the pi: ````