ATTiny-B-W-VGA VS vga-rpi

Compare ATTiny-B-W-VGA vs vga-rpi and see what are their differences.

ATTiny-B-W-VGA

Black and white VGA output for ATTiny45 (by duncanspumpkin)

vga-rpi

VGA interface using Raspberry Pi as a PCXT graphics card emulator (by eyalabraham)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ATTiny-B-W-VGA vga-rpi
1 1
7 9
- -
10.0 10.0
about 12 years ago almost 4 years ago
Assembly C
- 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.

ATTiny-B-W-VGA

Posts with mentions or reviews of ATTiny-B-W-VGA. 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 followed Ben's guide to make a little ATTiny 2 colour VGA output of a clock counting down. https://github.com/duncanspumpkin/ATTiny-B-W-VGA

    It was quite a challenge building it into such a tiny controller. Was doing it for a University project where we wanted to have the clock started from an external source so needed to keep one I/O free for that input. It ended up with every I/O pin of the 8 pin micro having a use.

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 ATTiny-B-W-VGA and vga-rpi you can also consider the following projects:

pico-playground

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

Gert-VGA-666 - Resources for Gert VGA 666