vga-rpi VS pico-playground

Compare vga-rpi vs pico-playground and see what are their differences.

vga-rpi

VGA interface using Raspberry Pi as a PCXT graphics card emulator (by eyalabraham)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vga-rpi pico-playground
1 7
9 410
- 4.1%
10.0 2.1
almost 4 years ago 5 months ago
C C
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vga-rpi

Posts with mentions or reviews of vga-rpi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-06.
  • Microcontroller VGA Interface Projects
    5 projects | news.ycombinator.com | 6 Nov 2021
    I've been sort of pondering the thought of using a microcontroller as the base of an ISA "soft video" card for vintage PCs.

    I was looking at things like the Graphics Gremlin and the kit to build a Trident 9000-based ISA VGA card, and realizing that 1) I don't think my skills or gear are up to SMD soldering, 2) at least the Trident part is 20-year-old stock with limited supply and questionable reliability, and 3) you still end up with an analogue output that needs a chain of adapters to drive a DisplayPort or HDMI monitor. I may as well just use my old Realtek RTG3106 card.

    I'm picturing a board that did some minimal decode of the ISA bus to filter accesses to upper memory or desired registers, then plumb the rest of the bus onto the RasPi GPIOs, and just run some emulation code to interpret the requests and maintain a framebuffer-- drawn to a HDMI output.

    I figure by doing the emulation in software, you could cover a wide variety of cards and trivially switch (i. e. toggle between Tandy 1000/PCjr style CGA+, Hercules, and VGA, with some software command rather than having to physically change cards or detach the monitor).

    It feels like something like this would exist already, but the closest I've seen (https://github.com/eyalabraham/vga-rpi) is not a drop-in replacement for a standard PC card-- it seems to expect custom hardware and BIOS shimming.

pico-playground

Posts with mentions or reviews of pico-playground. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-06.

What are some alternatives?

When comparing vga-rpi and pico-playground you can also consider the following projects:

picodvi - [Moved to: https://github.com/Wren6991/PicoDVI]

pico-examples

Gert-VGA-666 - Resources for Gert VGA 666

pico-micropython-examples - Examples to accompany the "Raspberry Pi Pico Python SDK" book.

ATTiny-B-W-VGA - Black and white VGA output for ATTiny45

Adafruit_BME280_Library - Arduino Library for BME280 sensors