Is there any emulator or some other way to develop a program for my 320x480 Adafruit PiTFT screen (available as /dev/fb1) on my Linux Mint laptop?
The program currently gets images from Pi Camera, does some processing and displays the image with some info on the PiTFT, however to work on it I have to physically sit by the Pi to see the output. I would like to work on the processing part even when I'm away, using my laptop webcam and some frambuffer emulator.
Any ideas?