树莓派zero使用vga模块时更改分辨率

树莓派zero,使用VGA666模块时,需要配置合适的分辨率。需要修改config.txt

1.1 config.txt


framebuffer_width=800

framebuffer_height=600

dpi_group=2

dpi_mode=86

dtparam=i2c_arm=off

dtparam=spi=off

dtparam=uart0=off

dtparam=uart1=off

dtoverlay=pi3-disable-bt-overlay

dtoverlay=vga666

enable_dpi_lcd=1

display_default_lcd=1

force_pwm_open=0

dtparam=audio=on

start_x=1

gpu_mem=128

1.2 DPI

该链接作为参考  https://www.raspberrypi.org/documentation/configuration/config-txt/video.md?tdsourcetag=s_pctim_aiomsg

修改分辨率时,应该修改对应的模式。


树莓派zero使用vga模块时更改分辨率_第1张图片
树莓派zero使用vga模块时更改分辨率_第2张图片
树莓派zero使用vga模块时更改分辨率_第3张图片
树莓派zero使用vga模块时更改分辨率_第4张图片
树莓派zero使用vga模块时更改分辨率_第5张图片

你可能感兴趣的:(树莓派zero使用vga模块时更改分辨率)