<?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: RGB LED Matrix</title>
	<atom:link href="http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/feed" rel="self" type="application/rss+xml" />
	<link>http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123</link>
	<description>... the electronix portal</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:19:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bozo</title>
		<link>http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/comment-page-1#comment-27721</link>
		<dc:creator>Bozo</dc:creator>
		<pubDate>Tue, 03 Nov 2009 05:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=123#comment-27721</guid>
		<description>have you ever tried sanding those LED for a better light diffusion?

nice work btw</description>
		<content:encoded><![CDATA[<p>have you ever tried sanding those LED for a better light diffusion?</p>
<p>nice work btw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidCary</title>
		<link>http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/comment-page-1#comment-26327</link>
		<dc:creator>DavidCary</dc:creator>
		<pubDate>Sat, 22 Aug 2009 06:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=123#comment-26327</guid>
		<description>Great job! That&#039;s the coolest display I&#039;ve seen in a long time.

The 6 wire interface between the AVR I/O pins and the display is very clean.
Unlike the quirky interfaces with obscure exceptions that I&#039;m often forced to use.

Because I am too often pin-limited in my systems, I would be tempted to use fewer pins:

* could eliminate the &quot;row&quot; pin by making the one-hot row select 74HC595 automatically select the next row whenever you finish loading data into the column bits, by wiring its SCK to the global RCK. But once the one-hot has been shifted out the end, it gets a bit tricky resetting it to the beginning -- probably requiring more hardware.

* could use a 3 pin &quot;daisy-chain spi&quot;, with &quot;data&quot;, &quot;SCK&quot;, and &quot;RCK&quot; pins, by connecting the &quot;data-in&quot; of each shift register to the cascading &quot;serial data out&quot; of the previous 74HC595 in the daisy chain. But your method loads the 4 chips in 1/3 or 1/4 the time.

Because I like nice, straight, parallel lines rather than many-to-many crossing permutations,
I would be tempted to connect the LEDs as a &quot;packed pixel&quot; array.
The &quot;packed pixel&quot; array would connect the first 3 columns r,g,b to the first 3 pins of the first 74HC595 shift register, the second 3 columns r,g,b to the next 3 pins of that first shift register, and the third 3 columns r,g,b, to the last 2 pins of that first shift register and the first pin of the next register ... but splitting that pixel across 2 chips probably makes the software more complex than your &quot;bit plane&quot; approach.

Years ago, some people would &quot;brightness sort&quot; their LEDs, putting the brightest LEDs at the top of the array and the dimmest LEDs at the bottom of the array.
Is that really necessary with modern LEDs?</description>
		<content:encoded><![CDATA[<p>Great job! That&#8217;s the coolest display I&#8217;ve seen in a long time.</p>
<p>The 6 wire interface between the AVR I/O pins and the display is very clean.<br />
Unlike the quirky interfaces with obscure exceptions that I&#8217;m often forced to use.</p>
<p>Because I am too often pin-limited in my systems, I would be tempted to use fewer pins:</p>
<p>* could eliminate the &#8220;row&#8221; pin by making the one-hot row select 74HC595 automatically select the next row whenever you finish loading data into the column bits, by wiring its SCK to the global RCK. But once the one-hot has been shifted out the end, it gets a bit tricky resetting it to the beginning &#8212; probably requiring more hardware.</p>
<p>* could use a 3 pin &#8220;daisy-chain spi&#8221;, with &#8220;data&#8221;, &#8220;SCK&#8221;, and &#8220;RCK&#8221; pins, by connecting the &#8220;data-in&#8221; of each shift register to the cascading &#8220;serial data out&#8221; of the previous 74HC595 in the daisy chain. But your method loads the 4 chips in 1/3 or 1/4 the time.</p>
<p>Because I like nice, straight, parallel lines rather than many-to-many crossing permutations,<br />
I would be tempted to connect the LEDs as a &#8220;packed pixel&#8221; array.<br />
The &#8220;packed pixel&#8221; array would connect the first 3 columns r,g,b to the first 3 pins of the first 74HC595 shift register, the second 3 columns r,g,b to the next 3 pins of that first shift register, and the third 3 columns r,g,b, to the last 2 pins of that first shift register and the first pin of the next register &#8230; but splitting that pixel across 2 chips probably makes the software more complex than your &#8220;bit plane&#8221; approach.</p>
<p>Years ago, some people would &#8220;brightness sort&#8221; their LEDs, putting the brightest LEDs at the top of the array and the dimmest LEDs at the bottom of the array.<br />
Is that really necessary with modern LEDs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rgb led avr</title>
		<link>http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/comment-page-1#comment-25680</link>
		<dc:creator>Rgb led avr</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=123#comment-25680</guid>
		<description>[...] RGB LED Matrix &#124; Tobi&#8217;s Corner 13 May 2008 &#8230; What can you do with 100 common anode rgb leds? Build a 8&#215;8 matrix and interface it! The circuit uses 74HC595 shift registers with output &#8230; tobiscorner.floery.net/&#8230;/avr/rgb-led&#8230;/123 &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] RGB LED Matrix | Tobi&#8217;s Corner 13 May 2008 &#8230; What can you do with 100 common anode rgb leds? Build a 8&#215;8 matrix and interface it! The circuit uses 74HC595 shift registers with output &#8230; tobiscorner.floery.net/&#8230;/avr/rgb-led&#8230;/123 &#8211; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
