Created
June 13, 2015 04:14
-
-
Save robertely/ee2456da8c507e0709f0 to your computer and use it in GitHub Desktop.
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
#Overscan Information. | |
overscan_left=-32 | |
overscan_right=-32 | |
overscan_top=-32 | |
overscan_bottom=-32 | |
framebuffer_width=800 | |
framebuffer_height=480 | |
# Disable spi and i2c, we need these pins. | |
dtparam=spi=off | |
dtparam=i2c_arm=off | |
#Enable the lcd, enable custom display sizes with CVT, set as the default output. | |
enable_dpi_lcd=1 | |
dpi_group=2 | |
dpi_mode=87 # Hdmi CVT | |
display_default_lcd=1 | |
#dpi_output_format=458773 | |
#hdmi_timings=800 1 0 48 0 480 0 13 3 32 0 0 0 60 0 23040000 6 | |
dpi_output_format=458773 | |
hdmi_timings=800 1 40 48 88 480 0 13 3 32 0 0 0 60 0 23040000 6 | |
gpu_mem_256=128 | |
gpu_mem_512=256 | |
gpu_mem_1024=256 | |
overscan_scale=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment