We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e82cd commit ef5cb40Copy full SHA for ef5cb40
1 file changed
src/modules/admin-toolkit/config
@@ -129,3 +129,12 @@ ADMIN_TOOLKIT_REMOVE_NETWORK_MANAGER=no
129
130
# User Scripts User name. If you're not adding a user leave this at pi
131
ADMIN_TOOLKIT_USER_SCRIPTS_NAME=pi
132
+
133
+######### Screen Rotation Script #######################
134
+# **** REQUIRES THE GUI MODULE ****
135
+# Rotates the screen after start up. Since there's some issues
136
+# with rotation on certian diaplays at boot this section lets you
137
+# add screen rotation after boot up.
138
+# Examples: "normal","inverted","left","right"
139
+# use a value other than normal to add rotation.
140
+ADMIN_TOOLKIT_SCREEN_ROTATION=normal
0 commit comments