CE433 Embedded Devices
Homework 6 - VGA


Connor O'Keefe
Email: cwokeefe@fortlewis.edu

Introduction
The first intro for this assignment was to simply display an image onto the monitor through the FPGA, shown below.




Task 1 - Displaying a white background
Figure 1 shows the monitor with a white screen.


Figure 1. White background on monitor using VGA and FPGA.

Task 2 - Swithing between red, green, and blue with a one second interval
Below shows the screen switch colors.



Note that the maximum count in set based on the frequency set for the IP, seen in Figure 2.


Figure 2. Code showing maximum count.


Figure 3. Code showing how the color is changing.


Figure 4. Code showing the color cariables being assigned to the color necessary.