Hi, first of all, congratulations on your wonderful project. I’m also building a streamer with a 12.6" display and a Raspberry Pi 5, but I can’t configure the display settings. Could you please tell me how and where you compiled your settings?
Thank you
Hello,
I’m using the latest version of Volumio. The display is connected via HDMI, and the power and touchscreen are connected via USB to Raspberry Pi. I haven’t configured any display parameters except installing the “Touch display” plugin. The screen resolution automatically defaulted to the correct 1920x515 resolution.
If it doesn’t work, try entering the following in boot/userconfig.txt:
`# Add your custom config.txt options to this file, which will be preserved during updates
dtparam=i2c_arm_baudrate=100000
dtparam=spi=on
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1920 515 60 3 0 0 0
hdmi_drive=2`