Add README section explaining --turn-screen-off

This commit is contained in:
Romain Vimont 2019-06-05 19:01:42 +02:00
parent 8e66b33000
commit 9253996873

View file

@ -256,6 +256,20 @@ scrcpy --no-control
scrcpy -n scrcpy -n
``` ```
### Turn screen off
It is possible to turn the device screen off while mirroring on start with a
command-line option:
```bash
scrcpy --turn-screen-off
scrcpy -S
```
Or by pressing `Ctrl`+`o` at any time.
To turn it back on, press `POWER` (or `Ctrl`+`p`).
### Forward audio ### Forward audio