Hey,
I have a 3.5" NTSC/PAL TFT Display connected to a Raspberry Pi B+, i have the porta pi image (Retropie + Emulationstation) running on it.
The thing works on my arcade cabinet which has a 19" LCD display with a DVI output and it works on my LCD tv but not on the small TFT display.
I know the pi can only output HDMI or composite so i tried editing the /boot/config.txt.
The config.txt file was almost empty, there was only one line in there for the GPU.
framebuffer_width=320
framebuffer_height=240
sdtv_mode=0
sdtv_aspect=1
hdmi_force_hotplug=0
hdmi_ignore_hotplug=1
Now it's not working on anything anymore (Not to worry, i have a backup image and plenty of SD cards).
It did change the resolution but stopped working after i added hdmi_ignore_hotplug=1 (which makes sense) but it still won't work on the TFT display.
Anyone knows what i'm doing wrong?