<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Arduino composite video out using only 3 resistors</title>
	<atom:link href="http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/</link>
	<description>reading, writing, coding, making</description>
	<lastBuildDate>Tue, 24 Oct 2023 13:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: ceptimus</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-103035</link>
		<dc:creator>ceptimus</dc:creator>
		<pubDate>Thu, 24 Mar 2022 21:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-103035</guid>
		<description>You can get better resolution by using the serial port Tx line in master SPI mode 0, see &lt;a href=&quot;https://youtu.be/Th18tLP86WQ&quot; rel=&quot;nofollow&quot;&gt;this YouTube video&lt;/a&gt; for an example, and a link to download the code in the video description.</description>
		<content:encoded><![CDATA[<p>You can get better resolution by using the serial port Tx line in master SPI mode 0, see <a href="https://youtu.be/Th18tLP86WQ" rel="nofollow">this YouTube video</a> for an example, and a link to download the code in the video description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-100038</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Mon, 05 Apr 2021 06:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-100038</guid>
		<description>I was searching for a project like this.

I have a 3 inch lcd from my car rear view camera. It has 2 analog video inputs. Can I use this display in arduino or nodemcu project. Don&#039;t want to spend in purchasing a i2c display.</description>
		<content:encoded><![CDATA[<p>I was searching for a project like this.</p>
<p>I have a 3 inch lcd from my car rear view camera. It has 2 analog video inputs. Can I use this display in arduino or nodemcu project. Don&#8217;t want to spend in purchasing a i2c display.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Mike Reddy</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-96171</link>
		<dc:creator>Dr. Mike Reddy</dc:creator>
		<pubDate>Fri, 29 Nov 2019 09:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-96171</guid>
		<description>It&#039;s here in full:
https://github.com/Avamander/arduino-tvout/blob/master/TVout/examples/DemoPAL/DemoPAL.pde</description>
		<content:encoded><![CDATA[<p>It&#8217;s here in full:<br />
<a href="https://github.com/Avamander/arduino-tvout/blob/master/TVout/examples/DemoPAL/DemoPAL.pde" rel="nofollow">https://github.com/Avamander/arduino-tvout/blob/master/TVout/examples/DemoPAL/DemoPAL.pde</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Bemowski</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-94692</link>
		<dc:creator>Dan Bemowski</dc:creator>
		<pubDate>Tue, 18 Jun 2019 04:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-94692</guid>
		<description>For anyone building this, I used the schematic listed in this article as well as the listed TVOutBeta1.zip libraries.  In the TVout folder in the attached libraries is an example folder.  I used the example &quot;DemoNTSC&quot; and copied the files into a folder under arduino called &quot;DemoNTSC&quot; and I renamed the DemoNTSC.pde file to DemoNTSC.ino.  I uploaded that to an arduino nano using pin 7 for video and pin 9 for sync and the example worked on the first try.  I am using this in my Pace Arrow motor home to display information on the monitor I have for my backup camera which has 2 AV inputs.  AV2 is used for the backup camera, but AV1 did nothing other than display &quot;No Signal&quot; on a blue screen when driving.  Now I have it displaying the status of my TV antenna mast whether it is up or down.  I am planning to incorporate other things like the status of my electric step for the entry door (in or extended), and possibly my leveling jack status once I get those fixed.  Here is a video showing what I have so far. https://www.youtube.com/watch?v=6Y70Jyy1D04  To do the Pace Arrow logo I used a image to C hex converter from this website, which worked perfectly.  https://www.digole.com/tools/PicturetoC_Hex_converter.php

Many thanks for this post.</description>
		<content:encoded><![CDATA[<p>For anyone building this, I used the schematic listed in this article as well as the listed TVOutBeta1.zip libraries.  In the TVout folder in the attached libraries is an example folder.  I used the example &#8220;DemoNTSC&#8221; and copied the files into a folder under arduino called &#8220;DemoNTSC&#8221; and I renamed the DemoNTSC.pde file to DemoNTSC.ino.  I uploaded that to an arduino nano using pin 7 for video and pin 9 for sync and the example worked on the first try.  I am using this in my Pace Arrow motor home to display information on the monitor I have for my backup camera which has 2 AV inputs.  AV2 is used for the backup camera, but AV1 did nothing other than display &#8220;No Signal&#8221; on a blue screen when driving.  Now I have it displaying the status of my TV antenna mast whether it is up or down.  I am planning to incorporate other things like the status of my electric step for the entry door (in or extended), and possibly my leveling jack status once I get those fixed.  Here is a video showing what I have so far. <a href="https://www.youtube.com/watch?v=6Y70Jyy1D04" rel="nofollow">https://www.youtube.com/watch?v=6Y70Jyy1D04</a>  To do the Pace Arrow logo I used a image to C hex converter from this website, which worked perfectly.  <a href="https://www.digole.com/tools/PicturetoC_Hex_converter.php" rel="nofollow">https://www.digole.com/tools/PicturetoC_Hex_converter.php</a></p>
<p>Many thanks for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-93588</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 14 Feb 2019 06:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-93588</guid>
		<description>err. Code got mangled. Anyway, 

include font6x8 dot h</description>
		<content:encoded><![CDATA[<p>err. Code got mangled. Anyway, </p>
<p>include font6x8 dot h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-93587</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 14 Feb 2019 06:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-93587</guid>
		<description>Looks like you haven&#039;t included the actual font you&#039;re calling on. Could this be the issue?
#include </description>
		<content:encoded><![CDATA[<p>Looks like you haven&#8217;t included the actual font you&#8217;re calling on. Could this be the issue?<br />
#include</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogmywiki</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-91972</link>
		<dc:creator>blogmywiki</dc:creator>
		<pubDate>Sat, 23 Jun 2018 11:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-91972</guid>
		<description>So it does! I can&#039;t find the original file, must be on another computer. Will keep looking.</description>
		<content:encoded><![CDATA[<p>So it does! I can&#8217;t find the original file, must be on another computer. Will keep looking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang Keller</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-91942</link>
		<dc:creator>Wolfgang Keller</dc:creator>
		<pubDate>Wed, 13 Jun 2018 16:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-91942</guid>
		<description>The source code that is shown ends prematurely.

Wolfgang</description>
		<content:encoded><![CDATA[<p>The source code that is shown ends prematurely.</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Pillay</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2017/01/arduino-tvout/#comment-89938</link>
		<dc:creator>Harish Pillay</dc:creator>
		<pubDate>Mon, 23 Jan 2017 10:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2701#comment-89938</guid>
		<description>Giles - 

Thank you for this post. It is very clever. I love the simplicity of it. 

Harish</description>
		<content:encoded><![CDATA[<p>Giles &#8211; </p>
<p>Thank you for this post. It is very clever. I love the simplicity of it. </p>
<p>Harish</p>
]]></content:encoded>
	</item>
</channel>
</rss>
