Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
/ vga-text-mode Public archive

VHDL description of a 80x60 text mode displayer through a VGA port on a Digilent Nexys 3 board.

Notifications You must be signed in to change notification settings

dylangageot/vga-text-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VGA Text Mode

The output resolution of the VGA signal is 640x480. The text mode grid is 80x60. The microcontroller used in the circuit description is a softcore Microblaze. The microcontroller embeds a UART controller so that the display can be drived through an external source.

I've used my character set from my LCDSim project to test the system. Every character is draw on 8x8 pixel area, so a font pack 8x8 should be used.

Block diagram

block diagram

Example code output

example code

About

VHDL description of a 80x60 text mode displayer through a VGA port on a Digilent Nexys 3 board.

Topics

Resources

Stars

Watchers

Forks