I hope I have posted this in the right category (MODS: please move if not
Is it possible to have 2 displays on a Pi showing different things? I've searched everywhere and haven't found a clear solution yet.
What I'm trying to achieve is the following:
(a) Display data from a QT script on a 7" touchscreen regarding a PWM programme I am running.
(b) Play media (a film for example) parallel to that on a different monitor during the time the PWM programme is running.
When the PWM app stops, the media stops (via the QT script of course).
It's been suggested to me that simply connecting a Pi Zero for example to the Pi3 and using that as a "graphics card" of sorts would do the job. e,g, let the PWM data display on the 7" and "point" the media programme to the Zero.
In the Forum's infinite wisdom - would this work, and has anybody tried this? Perhaps there's an easier solution ?
Many thanks in advance for any help or suggestions.