<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: shorter / faster Liquid Crystal pulse time</title>
		<link>http://forums.leaflabs.com/topic.php?id=512</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:15:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=512" rel="self" type="application/rss+xml" />

		<item>
			<title>mbolivar on "shorter / faster Liquid Crystal pulse time"</title>
			<link>http://forums.leaflabs.com/topic.php?id=512#post-2613</link>
			<pubDate>Tue, 16 Nov 2010 05:45:53 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">2613@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;structuresound -- thanks for the patch.  we'll test it out, and if all goes well, will include it in the next IDE release.&#60;/p&#62;
&#60;p&#62;bugtracker reference:&#60;br /&#62;
&#60;a href=&#34;http://code.google.com/p/leaflabs/issues/detail?id=42&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/leaflabs/issues/detail?id=42&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>structuresound on "shorter / faster Liquid Crystal pulse time"</title>
			<link>http://forums.leaflabs.com/topic.php?id=512#post-2611</link>
			<pubDate>Tue, 16 Nov 2010 05:23:56 +0000</pubDate>
			<dc:creator>structuresound</dc:creator>
			<guid isPermaLink="false">2611@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've found that for my program I can't throw away 3ms per character write so I was able to get the timings down enough to meet my &#34;requirements&#34;.&#60;/p&#62;
&#60;p&#62;Thought this might be useful to other folks / might be a good change to go into the next IDE verison.&#60;/p&#62;
&#60;p&#62;This mod to LiquidCrystal.cpp should get your code loop moving faster&#60;/p&#62;
&#60;p&#62;It's quite stable on my messy breadboard.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;void LiquidCrystal::pulseEnable(void) {
  digitalWrite(_enable_pin, LOW);
  delayMicroseconds(12);
  //delay(1);	// Maple lib
  digitalWrite(_enable_pin, HIGH);
  delayMicroseconds(12);    // enable pulse must be &#38;gt;450ns
  //delay(1);	// Maple lib
  digitalWrite(_enable_pin, LOW);
  delayMicroseconds(80);   // commands need &#38;gt; 37us to settle
  //delay(1);	// Maple lib
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
