by AlexeyBrin on 5/25/25, 12:10 PM with 4 comments
by raphlinus on 5/29/25, 4:01 AM
While getting DVI/HDMI out from a RP2040 is an impressive hack, on the RP2350 it's pretty straightforward, and the chip will do standards-compatible 640x480 without overclocking. With overclocking, at least the one I have will do 1280x720 60Hz (albeit with reduced blanking). At those resolutions and the limited amount of RAM, framebuffers are not great (this is why bpp is so spare), so I'm exploring generating video on the fly.
Super fun chip, I highly recommend it for people who want to get into very low level programming.
by morninglight on 5/29/25, 1:23 AM