Last active
February 4, 2024 06:23
-
-
Save 44670/42a1baa1fe770c2a37170ca0ad6f7737 to your computer and use it in GitHub Desktop.
Allwinner D1 Set HDMI Resolution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDMI_RESOLUTION=5 #720p | |
cd /sys/kernel/debug/dispdbg | |
echo disp0 > name; echo switch1 > command; echo 4 $HDMI_RESOLUTION 0 0 0x4 0x101 0 0 0 8 > param; echo 1 > start; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref: https://bbs.aw-ol.com/topic/77/d1%E8%AE%BE%E7%BD%AEhdmi%E5%88%86%E8%BE%A8%E7%8E%87/2