About Social Code
summaryrefslogtreecommitdiff
path: root/html/feed.xml
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-04-02 09:29:01 -0400
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-04-02 09:29:01 -0400
commit3bc476a9d16338582ee193b564941aebbe452550 (patch)
tree441d163340bc076e5102df747d5533989bc71371 /html/feed.xml
parentc4a96d638320cf134e0cc384c76b9a7907ab26f3 (diff)
Update image CSS
Diffstat (limited to 'html/feed.xml')
-rw-r--r--html/feed.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<?xml version='1.0' encoding='UTF-8'?>
-<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Tue, 28 Feb 2023 19:54:00 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;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.&lt;/p&gt;
+<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Sun, 02 Apr 2023 13:27:21 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;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.&lt;/p&gt;
&lt;h3 id="tools"&gt;Tools&lt;/h3&gt;
&lt;p&gt;Hardware used (&lt;a href="https://www.crowdsupply.com/1bitsquared/icebreaker-fpga"&gt;link for board&lt;/a&gt;):&lt;/p&gt;
&lt;ul&gt;