Skip to content

Commit ef5cb40

Browse files
asdf1nitguysoft
authored andcommitted
Add screen rotation configuration
1 parent 13e82cd commit ef5cb40

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • src/modules/admin-toolkit

src/modules/admin-toolkit/config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,12 @@ ADMIN_TOOLKIT_REMOVE_NETWORK_MANAGER=no
129129

130130
# User Scripts User name. If you're not adding a user leave this at pi
131131
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

Comments
 (0)