Account for 270 degree changes
This commit is contained in:
parent
66315881e0
commit
9e585efc34
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ def detect_rotation():
|
|||
break
|
||||
if param_hdmi == 3:
|
||||
return 180
|
||||
if param_hdmi == 2:
|
||||
return 270
|
||||
if param_hdmi == 1:
|
||||
return 0
|
||||
return param_rotation
|
||||
|
|
|
|||
Loading…
Reference in a new issue