(no title)
jaak | 6 years ago
Generating a VGA signal is trivial for this powerful chip. Entire retro game consoles have been built with similar ATmega chips alone
Ben Eater is building a VGA card from discrete components, a somewhat more difficult task. The first part covers building the H/V timing sync circuit (no programmable clock source here!). It's worth taking a look if you're into this kind of thing.
dotancohen|6 years ago
In fact, I think that a tutorial dedicated just to explain the VGA standard, the same length as Ben's tutorial, would have been less clear and informative.
userbinator|6 years ago
For comparison, a slightly less powerful microcontroller can do this:
https://www.linusakesson.net/scene/craft/
mrob|6 years ago
From 7400 series devices, which are very simple integrated circuits by modern standards, but still integrated circuits.
tyingq|6 years ago
So it's clear, a 74xx is just a bunch of NAND gates. Nothing at all higher level than that.
deaddodo|6 years ago
h2odragon|6 years ago
kazen44|6 years ago
prvc|6 years ago
Making it seem easy != easy