From 3bc476a9d16338582ee193b564941aebbe452550 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sun, 2 Apr 2023 09:29:01 -0400 Subject: Update image CSS --- html/feed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/feed.xml') diff --git a/html/feed.xml b/html/feed.xml index fd9e5dc..dac7e7b 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ -Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsTue, 28 Feb 2023 19:54:00 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be accomplished by generating a video signal that the monitor understands. Below I have written instructions on how an FPGA can be used to generate a video signal. I have specifically worked with the iCEBreaker FPGA but the theory contained within this should work with any FPGA or device that you can generate the appropriate timings for.</p> +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsSun, 02 Apr 2023 13:27:21 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be accomplished by generating a video signal that the monitor understands. Below I have written instructions on how an FPGA can be used to generate a video signal. I have specifically worked with the iCEBreaker FPGA but the theory contained within this should work with any FPGA or device that you can generate the appropriate timings for.</p> <h3 id="tools">Tools</h3> <p>Hardware used (<a href="https://www.crowdsupply.com/1bitsquared/icebreaker-fpga">link for board</a>):</p> <ul> -- cgit v1.2.3