Skip to content
forked from aarossig/avr-vga

A VGA controller implemented on an AVR microcontroller.

Notifications You must be signed in to change notification settings

Jimmy-Hu/avr-vga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVR-based VGA Generator

Overview

This project implements a VGA generator that runs on an AVR microcontroller.

The software is written in assembly due to its' timing critical nature.

VGA Generator

You will find the VGA generator in the src/ folder.

Image Converter

Images are converted from png to bin using the image-converter utility. This utility is currently very crude and works with only pre-indexed images.

About

A VGA controller implemented on an AVR microcontroller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 70.5%
  • KiCad Layout 14.1%
  • C# 9.3%
  • Makefile 6.1%