Skip to content

Commit 2c4b981

Browse files
asdf1nitguysoft
authored andcommitted
Added some references
1 parent 80c8535 commit 2c4b981

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • src/modules/gui/filesystem/home/pi/scripts

src/modules/gui/filesystem/home/pi/scripts/rotate.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
2-
2+
#
3+
# Taken from this gist https://gist.github.com/mildmojo/48e9025070a2ba40795c#gistcomment-2694429
4+
# Adds the ability to rotate the screen with a single command or in a user created addition at build time
5+
#
36
if [ -z "$1" ] ; then
47
echo "Usage: $0 [normal|inverted|left|right]"
58
echo " "

0 commit comments

Comments
 (0)