Skip to content

Commit

Permalink
Add README section explaining --turn-screen-off
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Jun 5, 2019
1 parent 8e66b33 commit 9253996
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,20 @@ scrcpy --no-control
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

Expand Down

0 comments on commit 9253996

Please sign in to comment.