One (of many) obvious differences between the Rapsberry Pi Pico and the other Raspberry Pi models is the lack of video output (remember, the Pi Pico is a microcontroller board and the others are single board computers). Not a big problem! With a few resistors and some ingenious software we can generate video with the Pi Pico. My main interest in this is to build a serial terminal for my retro microprocessor boards (you can see my current effort at https://github.com/dquadros/RPTerm ). This experiment was done in April 21, based on an article by Dean Belfield . Since then he has improved his hardware and code in many ways, including adding color. Meanwhile I moved on to VGA video .