picodvi VS vga-rpi

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

picodvi

[Moved to: https://github.com/Wren6991/PicoDVI] (by Wren6991)

vga-rpi

VGA interface using Raspberry Pi as a PCXT graphics card emulator (by eyalabraham)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
picodvi vga-rpi
30 1
195 9
- -
0.0 10.0
over 3 years ago almost 4 years ago
C C
BSD 3-clause "New" or "Revised" License MIT 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.

picodvi

Posts with mentions or reviews of picodvi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.

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.

What are some alternatives?

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

pico-examples

pico-playground

pico-sdk

Gert-VGA-666 - Resources for Gert VGA 666

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

showmewebcam - Raspberry Pi + High Quality Camera = High-quality USB Webcam!

Arduino_STM32 - Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 and STM32F407 boards.

pico-zxspectrum - ZX Spectrum for Raspberry Pico Pi RP2040

Arduino_STM32 - Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards

esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.

Arduino_Core_STM32 - STM32 core support for Arduino