GitHub topics: vga-driver
DosWorld/VGA3x
Resident programs that allow forcibly set VGA adapters to 30/34-line mode.
Language: Assembly - Size: 5.86 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

sam210723/fpga
Collection of projects for various FPGA development boards
Language: Verilog - Size: 8.38 MB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 44 - Forks: 9

mathias-mrsn/kfs-1
A bare-bones kernel featuring VGA text mode output and PS/2 keyboard support
Language: Rust - Size: 4.53 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ms0g/xvga
Custom VGA driver with a simple graphics library
Language: C - Size: 505 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

cfrankb/ESP32-S3-VGA-CS3
Creepspread III (remake) for the ESP32S3 VGA (2024). Originally written in assembly for MSDOS in 1993.
Language: C++ - Size: 2.34 MB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

tvlad1234/pico-vgaDisplay
VGA display driver library for RP2040 pico-sdk
Language: C - Size: 26.4 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

hanoglu/IsolatedOS
Alien Isolation inspired fan made operating system
Language: C++ - Size: 30.3 KB - Last synced at: 6 days ago - Pushed at: almost 3 years ago - Stars: 17 - Forks: 0

xtrinch/vhdl-snake
Snake game with PS2 and VGA drivers written in VHDL for the Nexys 2 development board
Language: VHDL - Size: 1.76 MB - Last synced at: 13 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

alisayurev/fpga-vga-mem-game
A rhythm-based memory game implemented on an FPGA. The game displays a sequence of MIDI notes on a screen, which players must mimic to score points. This project combines hardware and game development to create an interactive experience that tests memory and timing, using an FPGA to generate and process MIDI signals in real-time.
Language: VHDL - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arasgungore/256-colors-with-VGA
A VHDL-based VGA driver to display 256 different colors on a monitor.
Language: VHDL - Size: 492 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 0

algofoogle/tt08-vga-fun
Attempt at 24-bit (RGB888) VGA DAC
Language: Verilog - Size: 3.98 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

marcin-chwedczuk/vga-experiments
Attempt to build a VGA card based on "gated" SRAM memory chips.
Language: C++ - Size: 29.2 MB - Last synced at: 17 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

YonatanNachum/Operating-Systems-Engineering
Language: C - Size: 1.4 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

e-labInnovations/SCNotifier
Smart Classroom Notifier
Language: C++ - Size: 10.5 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

cnakgol/VHDL-Project3
Car racing game with VHDL
Language: VHDL - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

midas-os/midas-vga
VGA driver for MidAS
Language: Rust - Size: 16.6 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

DEBASMITROY2002/VGA_Driver_VHDL
Programming on Mimas V2 Spartan 6 FPGA Development Board (Spartan XC6SLX9 in CSG324 package) using VHDL to make a VGA Driver. Tic-Tac-Toe game is demonstrated.
Language: HTML - Size: 2.37 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

aybaras/VGA-based-screensaver
A VHDL-based VGA driver to implement a square 41x41 screensaver that cycles through 256 different colors.
Language: VHDL - Size: 494 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 2

IskXCr/CS202-CS214-Computer-Organization-Project
SUSTech CS202/CS214 Computer Organization Project. Streams Bad Apple.
Language: SystemVerilog - Size: 15.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

Chrisdeleon91/Altera-DE1-VGA-Interface
Integrated and programmed a VGA Interface using the Altera DE1 to output in synchronization with a custom programmed finite-state machine.
Language: VHDL - Size: 8.2 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

commonkestrel/kernel
Language: Rust - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

obscuredcode/mc6845-emulation
Toy emulation of the MC6845 CRT Controller
Language: Verilog - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

narendiran1996/vga_controller
Implementation of a VGA Controller in Verilog (Both Graphics Mode and Text Mode)
Language: Jupyter Notebook - Size: 7.66 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

joecarl/stm32-media-driver-toolkit
🕹 Drivers and tools for developing multimedia apps with STM32 boards.
Language: C - Size: 348 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

arasgungore/VGA-based-screensaver Fork of aybaras/VGA-based-screensaver
A VHDL-based VGA driver to implement a square 41x41 screensaver that cycles through 256 different colors.
Language: VHDL - Size: 494 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0

jeferal/Pong-FPGA
Pong game on FPGA Max 10 DE10-Lite, written in VHDL.
Language: VHDL - Size: 337 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 6

guneytombak/National-Anthem-Box
A music box and 13-note organ for Nexys 3 Spartan 6 FPGA Board. The final project of Digital System Design (EE 240) at Boğaziçi University, June 2017
Language: VHDL - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

mesarcik/MANDELBROT
A Verilog based Fractal Set Generator for the Xilinx Artix 7
Language: Verilog - Size: 29.3 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 3

ismailfaruk/ECSE324--Computer-Organization
Academic projects created using Assembly, in the Intel FPGA Monitor Program, for the laboratory work done while attending the McGill Course ECSE 324 Computer Organization
Language: Assembly - Size: 8.95 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 3

VenkatKS/VeriSnek
A snake game written in verilog that includes VGA and PS2 capabilities. Designed for the Basys3 board.
Language: Verilog - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

KazukiChiyo/Modified-MIPS
This is a modified version of the 32-bit MIPS microprocessor. Please refer to "manual.pdf" for more information.
Language: SystemVerilog - Size: 1.24 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0
