traxor21
I was making some mods on my Freeplay GBA and homebreed Recalbox version that I have the picture at the same moment on the Waveshare display and on TV over hdmi. My config,txt looked like this :
disable_overscan=0
overscan_left=60
overscan_right=0
overscan_top=26
overscan_bottom=80
overscan_scale=1
hdmi_force_hotplug=1
HDMI_FORCE_MODE=1
hdmi_group=2
hdmi_mode=16
hdmi_drive=1 #Normal DVI mode (No sound) (2 for HDMI with sound)
dtparam=spi=on
dtparam=audio=on
dtoverlay=waveshare32b,speed=80000000,fps=60,rotate=270
It is now commented as I used after the basic lcd driver from Waveshare the fbcp-ili9341 driver that you must compile by yourself but that has alot of advantages as it is much more speed as conventional drivers. Not only you have the possibility to compress/expand/repositon the screen but also this driver only write the changed part to the screen memory and not all the time the full frame. You see it very good with games like Quake.