• Top
  • New

Show HN: PicoVision – A HDMI video stick with dual RP2040 chips (CPU and GPU)

by whiskers on 10/18/2023, 3:11:24 PM with 1 comments
  • by gadgetoid on 10/18/2023, 6:21:36 PM

    I started putting together a Lua-based toy microcomputer [1] using PicoVision and a USB mini B to A adapter to connect a mouse/keyboard. It’s a hacky mess, but it serves as a proof of concept.

    There’s also a herculean work in progress to bring PicoVision support to the 32blit embedded game SDK [2]

    (disclaimer: I also worked on PicoVision)

    1. https://github.com/gadgetoid/picovision-micro-computer/tree/... 2. https://github.com/32blit/32blit-sdk/pull/829