Skip to content

Instantly share code, notes, and snippets.

@44670
Last active May 6, 2025 05:21
Show Gist options
  • Save 44670/42a1baa1fe770c2a37170ca0ad6f7737 to your computer and use it in GitHub Desktop.
Save 44670/42a1baa1fe770c2a37170ca0ad6f7737 to your computer and use it in GitHub Desktop.
Allwinner D1 Set HDMI Resolution
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;
@44670
Copy link
Author

44670 commented Jan 22, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment