by kldavis4 on 10/17/23, 5:38 PM with 1 comments
by kldavis4 on 10/17/23, 5:41 PM
> PicoVision uses two RP2040s - one on a Pico W as a "CPU" and one as a "GPU" - to produce high resolution (for a microcontroller) DV output by swapping the contents of two physical PSRAM frame-buffers back and forth between them.
> The two PSRAMs act as a front and back buffer. The "CPU" (the Pico W) writes to one while the "GPU" (RP2040) reads from the other, applies some "hardware" effects and generates the DV signals.