Skip to content

Instantly share code, notes, and snippets.

@44670
Last active February 4, 2024 06:23
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment