pysalx/scripts/pysalx-screen

18 lines
303 B
Bash
Executable File

#!/bin/bash
# Connect & run scrcpy
adb root
scrcpy \
--window-x=240 \
--window-y=320 \
--window-width=480 \
--window-height=640 \
--window-title="SciAps XRF X555" \
--lock-video-orientation=0 \
--hid-keyboard \
--disable-screensaver \
--stay-awake \
--always-on-top