Add software rotation to unl0kr
Co-authored-by: craftyguy
This commit is contained in:
parent
6bf7a8406f
commit
a410763f02
7 changed files with 55 additions and 2 deletions
|
|
@ -34,6 +34,14 @@ password is printed to STDOUT. All other output happens on STDERR.
|
|||
horizontally by X pixels and vertically by Y pixels.
|
||||
*-d --dpi=N*
|
||||
Override the display's DPI value.
|
||||
*-r, --rotate=[0-3]*
|
||||
Rotate the UI to the given orientation. The
|
||||
values match the ones provided by the kernel in
|
||||
/sys/class/graphics/fbcon/rotate.
|
||||
* 0 - normal orientation (0 degree)
|
||||
* 1 - clockwise orientation (90 degrees)
|
||||
* 2 - upside down orientation (180 degrees)
|
||||
* 3 - counterclockwise orientation (270 degrees)
|
||||
*-h, --help*
|
||||
Print this message and exit.
|
||||
*-v, --verbose*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue