Skip to content

Instantly share code, notes, and snippets.

@henrikenblom
Created March 19, 2023 09:35
Show Gist options
  • Save henrikenblom/81afd3c9f3fca80f57f7714d885a080a to your computer and use it in GitHub Desktop.
Save henrikenblom/81afd3c9f3fca80f57f7714d885a080a to your computer and use it in GitHub Desktop.
BMC64 settings with timing parameters for the Waveshare 3.5inch 640x480 DPI display
[C64/NTSC/DPI/VICE [email protected]]
enable_dpi=true
machine_timing=ntsc-custom
cycles_per_second=1023164
enable_dpi_lcd=1
display_default_lcd=1
gpio=0-9=a2
gpio=12-17=a2
gpio=20-25=a2
dtoverlay=dpi18
enable_dpi_lcd=1
display_default_lcd=1
extra_transpose_buffer=2
dpi_group=2
dpi_mode=87
dpi_output_format=0x6f006
dpi_timings=640 0 20 10 10 480 0 273 10 5 0 0 0 60 0 31253820 1
scaling_params=364,240,640,480
[C64/PAL/DPI/VICE [email protected]]
enable_dpi=true
machine_timing=pal-custom
cycles_per_second=985289
enable_dpi_lcd=1
display_default_lcd=1
gpio=0-9=a2
gpio=12-17=a2
gpio=20-25=a2
dtoverlay=dpi18
enable_dpi_lcd=1
display_default_lcd=1
extra_transpose_buffer=2
dpi_group=2
dpi_mode=87
dpi_output_format=0x6f006
dpi_timings=640 0 20 10 10 480 0 422 10 5 0 0 0 50 0 31253820 1
scaling_params=364,240,640,480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment