Keep in mind, what i intend to do does not promote high levels of usability, but that is not what I need for my project.
I have mounted my Pi Zero in a potted aluminium case with a camera, power supply and Li-po battery, but have only made holes for the micro-USB ports. Poor planning in retrospect, but my original plan was to simply SSH into the Pi for access. Now I am considering adding a display module, but I can only interface via the Raspberry Pi Zero's micro-USB ports.
I anticipate nay-sayers, so I will make my requirements known so nobody thinks I'm being unreasonable.
0.2 FPS output
Maximum 480p output
Display on small TFT screen with customizable Arduino driver
Can only use the micro-USB data interface
Proposed solution:
I intend to use a data pin from the micro-USB and the 5V-GND to connect to an Arduino, connected to a TFT screen.
This plan has some holes that I need to be patched by the community here.
Does the Pi Zero support using the micro-USB as GPIO?
If so, can I use the positive and negative data lines as two GPIO's?
If so, what sort of frequencies can I output at?
If none of that could work, our friends at Adafruit have made a FTDI USB to GPIO breakout board that I could use to drive a TFT. Are there any differences between a regular laptop's USB and the Pi Zero's micro-USB that would prevent it from interfacing to this GPIO breakout board?
https://www.adafruit.com/product/2264
Thanks!