Skip to content

Instantly share code, notes, and snippets.

@geoffalday
Last active December 14, 2015 15:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffalday/5105602 to your computer and use it in GitHub Desktop.
Save geoffalday/5105602 to your computer and use it in GitHub Desktop.
Car Monitor + Raspberry Pi settings
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=22
overscan_right=38
overscan_top=-22
overscan_bottom=-24
# uncomment to force a console size. By default it will be display's size minus
# overscan.
framebuffer_width=480
framebuffer_height=272
@geoffalday
Copy link
Author

For when you're using http://amzn.com/B006MPRFJQ as a display for a Raspberry Pi.

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