I didn't really do much research and have since realised these are not that common and I can't find any information about what needs to be in my config.txt to get the display working nicely.
Using the this config below the display looks perfect as it's booting but then the colours get whacked out once some more drivers have loaded and the frontend starts.
Code: Select all
# Enable DPI
dtoverlay=dpi24
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
enable_dpi_lcd=1
display_default_lcd=1
dpi_group=2
dpi_mode=7
# Enable 640x480 custom display mode
framebuffer_width=640
framebuffer_height=480
display_rotate=2
dpi_output_format=458775
hdmi_timings=640 88 44 2 42 480 32 16 2 14 0 0 0 60 0 18432000 1
DPI config.txt generator: https://docs.google.com/spreadsheets/d/ ... sp=sharing
Datasheet: https://drive.google.com/file/d/1Anxe0w ... sp=sharing
My question is has anyone here got any idea where I've gone wrong and how can I get the display working 100%.