TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Using 8-bit ISA graphics card with Arduino Mega

4 pointsby 0xmarcin6 months ago
My attempt to use 8bit ISA graphics with Arduino Mega. The real goal is to use this with either 6502 (extra register will be needed to keep segment part of the address) or with Z180 (which has 19 address lines).<p>This work is based on an earlier attempt: <a href="http:&#x2F;&#x2F;www.tinyvga.com&#x2F;avr-isa-vga" rel="nofollow">http:&#x2F;&#x2F;www.tinyvga.com&#x2F;avr-isa-vga</a><p>What I did basically was to simplify the code and fix some bugs (there was one nasty bug related to font loading).<p>Sharing as this may be of interest to people interested in retro computing or building their own SBC.

no comments

no comments