It supports the following:
- USB keyboard
- USB joysticks
- 50/60Hz video
- I2S audio
- SPI SD card
- Ringo's low resolution mode
Diplay | Firmware |
---|---|
720x576x50Hz | ZxSpectrumPicoVga_720x576x50Hz.uf2 |
640x480x60Hz | ZxSpectrumPicoVga_640x480x60Hz.uf2 |
Building firmware for the Pimoroni Pico VGA Demo Base needs a different cmake command:
cd build
cmake -DPICO_COPY_TO_RAM=0 -DPICO_BOARD=vgaboard ..
make -j4 ZxSpectrumPicoVga_720x576x50Hz ZxSpectrumPicoVga_640x480x60Hz