Skip to content

Commit

Permalink
Merge pull request #234 from Readon/fix_vga_link
Browse files Browse the repository at this point in the history
fix the link that vga explaination is dead.
  • Loading branch information
Dolu1990 authored Dec 18, 2023
2 parents 9942e23 + 2bdf49e commit cf595e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Examples/Intermediates ones/vga.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Introduction

VGA interfaces are becoming an endangered species, but implementing a VGA controller is still a good exercise.

An explanation about the VGA protocol can be found `here <http://www.xess.com/blog/vga-the-rest-of-the-story/>`_.
An explanation about the VGA protocol can be found `here <https://web.mit.edu/6.111/www/s2004/NEWKIT/vga.shtml>`_.

This VGA controller tutorial is based on `this <https://github.com/SpinalHDL/SpinalHDL/blob/master/lib/src/main/scala/spinal/lib/graphic/vga/VgaCtrl.scala>`_ implementation.

Expand Down

0 comments on commit cf595e9

Please sign in to comment.