Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cec stendby for android 11 #31

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add extra command after timeout. TV randomly misses first one
vasilky3 committed Dec 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1a92ce8548335e7e35e6d3b14e05aa7fed094522
2 changes: 1 addition & 1 deletion screensaver.py
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
function='run_command',
args_off=['su', '-c', 'echo 0x40 0x36 > /sys/class/cec/cmd'],
args_on=['su', '-c',
'echo 0x40 0x04 > /sys/class/cec/cmd; echo 0x4F 0x82 0x40 0x00 > /sys/class/cec/cmd']),
'echo 0x40 0x04 > /sys/class/cec/cmd; echo 0x4F 0x82 0x40 0x00 > /sys/class/cec/cmd; sleep 10; echo 0x4F 0x82 0x40 0x00 > /sys/class/cec/cmd']),
# NOTE: Contrary to what one might think, 1 means off and 0 means on
dict(name='backlight-rpi', title='Backlight on Raspberry Pi (kernel)',
function='run_command',