(no title)
kldavis4 | 2 years ago
> 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.
No comments yet.