Learn how to control a LCD with a FPGA making a serial console. Basic patterns, images, text and, finally, a serial terminal.
-
Updated
Feb 20, 2024 - Verilog
Learn how to control a LCD with a FPGA making a serial console. Basic patterns, images, text and, finally, a serial terminal.
Uses the D8M camera module, then processes the image to detect red objects, and then overlay an x,y crosshair on the largest red object. See the video. Pure Verilog. (No soft-core processor.)
FPGA paramatized mandelbrot generator. I have tested instantiating 4, 8, and 12 calculating engines. It has a built-in VGA controller (at 640x480) with internal dual-port RAM as the frame buffer. With 4 engines it runs at 100 MHz (5 frames/sec). With 12 engines, at 112 MHz, it hits 20.5 frames/sec.
Implementation of a circuit that generates a video signal for a specific display format.
Implementation of a vga interface on a Basys 3 FPGA
Custom graphics driver using Verilog on Xilinx FPGA platform.
TT07 resub of tt04-raybox-zero "3D" VGA ray caster demo (like Wolf3D)
Display of various animated digital and analog clock using VGA control in FPGA
Created Tank Wars using System Verilog for ECE385
Toy emulation of the MC6845 CRT Controller
A pure hardware implementation of the game Pong in Verilog with VGA output.
FlappyBird on VGA Display using Verilog
a project for Digital Logic Design Lab S96 at University of Tehran - mirror of https://gitlab.com/hadi_sfr/VGA-Controller-verilog
This is a very basic replication of the popular rhythm / platformer game Geometry Dash, implemented completely in hardware through System Verilog
Tiny Tapeout 8 project: A simulation of Conways' Game of Life visualized over VGA
Change the color of square on display via vga with mouse PS2 protocol
Add a description, image, and links to the vga-controller topic page so that developers can more easily learn about it.
To associate your repository with the vga-controller topic, visit your repo's landing page and select "manage topics."