<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>adafruit industries blog &#187; leds-lcds</title>
	<atom:link href="http://www.adafruit.com/adablog/?feed=rss2&#038;category_name=ledslcds" rel="self" type="application/rss+xml" />
	<link>http://www.adafruit.com/blog</link>
	<description>electronics, open source hardware, hacking and more...</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:10:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>5x faster updating of LPD8806 strips without hardware SPI</title>
		<link>http://www.adafruit.com/blog/2012/02/03/5x-faster-updating-of-lpd8806-strips-without-hardware-spi/</link>
		<comments>http://www.adafruit.com/blog/2012/02/03/5x-faster-updating-of-lpd8806-strips-without-hardware-spi/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:17:09 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/02/03/5x-faster-updating-of-lpd8806-strips-without-hardware-spi/</guid>
		<description><![CDATA[Speeding up LPD8806 show() without hardware SPI @ Michael Noland&#8217;s Blog. Hi, I made a method to update LPD8806 strips about 5x faster than the current library on GitHub. It&#8217;s about the same speed as the hardware SPI implementation, but can be used when those pins are dedicated to other hardware (e.g., Ethernet boards). It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/306"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/09/digitalledstrip_LRG-4.jpg" height="461" width="600" border="0" hspace="2" vspace="2" alt="Digitalledstrip Lrg-4" /></a></p>
<p><a href="http://michaelnoland.com/speeding-up-lpd8806-show-without-hardware-spi/">Speeding up LPD8806 show() without hardware SPI @ Michael Noland&#8217;s Blog</a>.</p>
<blockquote><p>
Hi, I made a method to update LPD8806 strips about 5x faster than the current library on GitHub.  It&#8217;s about the same speed as the hardware SPI implementation, but can be used when those pins are dedicated to other hardware (e.g., Ethernet boards).</p>
<p>It requires that the clock and data pin assignments are known at sketch.</p>
<p>If you&rsquo;re using LPD8806 LED strips and you can&rsquo;t use the hardware SPI port (e.g., when using an Ethernet board), there are two other options in the <a href="https://github.com/adafruit/LPD8806">Adafruit library</a>: the default mode and ‘slowmo&rsquo; mode. The default mode is decent, but the flexibility of being able to choose the pins at runtime comes with a cost. However, you can still get a decent speedup by defining your pin usage at compile time in a replacement show() function.
</p></blockquote>
<hr />
<p>This tutorial is interesting because its the first time we&#8217;ve seen the use of compile-time templates to set interface pins via a sketch. Traditionally, Arduino users use digitalWrite() or digitalRead() to interface with the pin registers. Hardk0re hackers sometimes like to use pointers to the registers which still allows for flexible pin numbering in the sketch but this technique takes it to the next level!</p>
<hr />
<p><a href="http://www.adafruit.com/products/306">Digital Addressable RGB LED with PWM waterproof flexi strip.</a> These LED strips are fun and glowy. There are 32 RGB LEDs per meter, and you can control each LED individually! Yes, that&#8217;s right, this is the digitally-addressable type of LED strip. You can set the color of each LED&#8217;s red, green and blue component with 7-bit PWM precision (so 21-bit color per pixel). The LEDs are controlled by shift-registers that are chained up down the strip so you can shorten or lengthen the strip. Only 2 digital output pins are required to send data down. The PWM is built into each chip so once you set the color you can stop talking to the strip and it will continue to PWM all the LEDs for you</p>
<p><b>Built in 1.2 MHz high speed 7-bit PWM for each channel</b> &#8211; that means it can do 21-bit color per LED (way more than the eye can easily discern). Once you set the brightness level for the LEDs, your microcontroller can go off and do other things, no need to continuously update it, or clock it. The best part is that compared to the WS2801 which can only run one LED at a time, this chip can drive 2 RGB LEDs which means the price stays the same as the older HL1606 strip, nice!</p>
<p>The strip is made of flexible PCB material, and comes with a waterproof sheathing.</p>
<p>You can cut this stuff pretty easily with wire cutters, there are cut-lines every 2.5&#8243;/6.2cm (2 LEDs each). Solder to the 0.1&#8243; copper pads and you&#8217;re good to go. Of course, you can also connect strips together to make them longer, just watch how much current you need!  <a href="http://www.adafruit.com/products/276">We have a 5V/2A supply that should be able to drive 1 or more meters</a> (depending on use)</p>
<p>They come in 5 meter reels with a <a href="http://www.jst-mfg.com/product/detail_e.php?series=238">4-pin JST SM connector</a> on each end, and are <b>sold by the meter</b>! If you buy 5m at a time, you&#8217;ll get full reels. If you buy less than 5m, you&#8217;ll get a single strip, but it will be a cut piece from a reel which may or may not have a connector on it.</p>
<p><a href="http://www.adafruit.com/products/306">Digital Addressable RGB LED with PWM waterproof flexi strip!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24889</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adafruit SSD1306 Monochrome 128&#215;32 OLED graphic display running at over 500 hz frame rate</title>
		<link>http://www.adafruit.com/blog/2012/02/03/adafruit-ssd1306-monochrome-128x32-oled-graphic-display-running-at-over-500-hz-frame-rate/</link>
		<comments>http://www.adafruit.com/blog/2012/02/03/adafruit-ssd1306-monochrome-128x32-oled-graphic-display-running-at-over-500-hz-frame-rate/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:14:19 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/02/03/adafruit-ssd1306-monochrome-128x32-oled-graphic-display-running-at-over-500-hz-frame-rate/</guid>
		<description><![CDATA[Adafruit SSD1306 running at over 500 hz frame rate. Greg writes - Final driver tweeks have raised the frame rate to over 500 hz with the same graphic load. Again, a great display!  Thanks very much for your products. They are fun to incorporate into our designs. The display is being updated at over 500 [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/1msOr2tqvcs?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p><a href="https://www.adafruit.com/products/661">Adafruit SSD1306</a> running at over 500 hz frame rate. Greg writes -</p>
<blockquote><p>
Final driver tweeks have raised the frame rate to over 500 hz with the same graphic load. Again, a great display!  Thanks very much for your products. They are fun to incorporate into our designs.</p>
<p>The display is being updated at over 500 hz as can be determined by the on screen counter (it counts from o through 999 then resets) and by the oscilloscope frequency display (it is reading 553.1 hz).  The driver is optimized for the display, however, it is ready to drive the 128 by 64 version of the display when it becomes available.  The PIC24FJ64GB002 is running at 16mhz. The spi bit rate is 8mhz. The drivers are written in C. No assembly language was required.
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/661"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-70.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-70" /></a></p>
<p><a href="http://www.adafruit.com/products/661">Monochrome 128&#215;32 OLED graphic display.</a> These displays are small, only about 1&#8243; diagonal, but very readable due to the high contrast of an OLED display. This display is made of 128&#215;32 individual white OLED pixels, each one is turned on or off by the controller chip. Because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast; we really like this miniature display for its crispness!</p>
<p><a href="http://www.adafruit.com/products/661"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-1-39.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-39" /></a></p>
<p>The driver chip SSD1306, communicates via SPI only. 4 or 5 pins are required to communicate with the chip in the OLED display.</p>
<p><a href="http://www.adafruit.com/products/661"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-2-20.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-2-20" /></a></p>
<p>The OLED and driver require a 3.3V power supply and 3.3V logic levels for communication. To make it easier for our customers to use, we&#8217;ve added a 3.3v regulator and level shifter on board! This makes it compatible with any 5V microcontroller, such as the Arduino.</p>
<p>The power requirements depend a little on how much of the display is lit but on average the display uses about 20mA from the 3.3V supply. Built into the OLED driver is a simple switch-cap charge pump that turns 3.3v-5v into a high voltage drive for the OLEDs, making it one of the easiest ways to get an OLED into your project!</p>
<p>Of course, we wouldn&#8217;t leave you with a datasheet and a &#8220;good luck&#8221;: <a href="http://ladyada.net/products/oled12864/">We have a detailed tutorial</a> and <a href="https://github.com/adafruit/SSD1306">example code in the form of an Arduino library for text and graphics.</a> You&#8217;ll need a microcontroller with more than 512 bytes of RAM since the display must be buffered.</p>
<p><a href="https://github.com/adafruit/SSD1306">You can download our SSD1306 OLED display Arduino library from github</a> which comes with example code. The library can print text, bitmaps, pixels, rectangles, circles and lines. It uses 512 bytes of RAM since it needs to buffer the entire display but its very fast! The code is simple to adapt to any other microcontroller.</p>
<p><strong>Dimensions:</strong></p>
<ul>
<li>PCB: 32mm x 23mm</li>
<li>Display area: 25mm x 7mm</li>
<li>Thickness: 4mm</li>
</ul>
<p><strong>Display details:</strong></p>
<ul>
<li>Diagonal Screen Size：0.91&#8243;</li>
<li>Number of Pixels：128 × 32</li>
<li>Color Depth：Monochrome (White)</li>
<li>Module Construction：COG</li>
<li>Module Size (mm)：46.30× 11.50 × 1.45</li>
<li>Panel Size (mm)：30.00 × 11.50 × 1.45</li>
<li>Active Area (mm)：22.384 × 5.584</li>
<li>Pixel Pitch (mm)：0.175 × 0.175</li>
<li>Pixel Size (mm)：0.159 × 0.159</li>
<li>Duty：1/32</li>
<li>Brightness ( cd/m2)：150 (Typ) @ 7.25V</li>
<li>Interface：4-wire SPI</li>
</ul>
<p><a href="http://www.adafruit.com/products/661">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24887</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Office Bling &#8211; Adafruit boarduino, RGB LCD and Xbee</title>
		<link>http://www.adafruit.com/blog/2012/02/01/office-bling-adafruit-boarduino-rgb-lcd-and-xbee/</link>
		<comments>http://www.adafruit.com/blog/2012/02/01/office-bling-adafruit-boarduino-rgb-lcd-and-xbee/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 20:24:15 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>
		<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[xbee]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/02/01/office-bling-adafruit-boarduino-rgb-lcd-and-xbee/</guid>
		<description><![CDATA[Office Bling By DairDair Our offices have these little peek-a-boo sections in the frosted glass. Some people stick post-it notes up describing what&#8217;s going on with them, but I wanted something more complex. I had recently picked up the Adafruit “RGB backlight negative LCD” display and was evaluating the X-Bee radios and decided to make [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/02/pt_578.jpg" height="290" width="600" border="0" hspace="4" vspace="4" alt="Pt 578" /></p>
<p><a href="http://www.flickr.com/photos/thunderpants/6630356399/in/pool-72222164@N00/">Office Bling</a> By DairDair</p>
<blockquote><p>
Our offices have these little peek-a-boo sections in the frosted glass. Some people stick post-it notes up describing what&rsquo;s going on with them, but I wanted something more complex. I had recently picked up the Adafruit <a href="http://www.adafruit.com/products/499">“RGB backlight negative LCD”</a> display and was evaluating the X-Bee radios and decided to make an “almost wireless” LCD display for the front of my office. It&rsquo;s not very complex – using a Boarduino (Arduino) running a little sketch that has a few modes – static text, alternating text describing what I&#8217;m working on, plus a mode that cycles through a bunch of “Burma Shave” four-liners just for silliness. The modes and backlight color are controlled from my PC via the other X-Bee. People seem to like it, so I&rsquo;ll probably commit it to a perf-board and get rid of all those ugly wires.
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/499"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/10/PT_101804.jpg" height="623" width="455" border="0" hspace="2" vspace="2" alt="Pt 101804" /></a></p>
<p><a href="http://www.adafruit.com/products/499">RGB backlight positive LCD 20&#215;4 + extras [black on RGB]</a>. To match our popular 16&#215;2 RGB Character LCDs (<a href="http://www.adafruit.com/products/399">http://www.adafruit.com/products/399</a> &#038; <a href="http://www.adafruit.com/products/398">http://www.adafruit.com/products/398</a>) we&#8217;ve now added 20&#215;4 LCDs! Get more text, with an RGB backlight. Both <a href="http://www.adafruit.com/products/499">positive</a> and <a href="http://www.adafruit.com/products/498">negative type!</a> This is a fancy upgrade to standard 20&#215;4 LCDs, instead of just having blue and white, or red and black, this LCD has black characters on a full color RGB background! That means you can change the display background color to anything you want &#8211; red, green, blue, pink, white, purple yellow, teal, salmon, chartreuse. This LCD looks strikingly good in person. This LCD is the most daylight readable character LCD we have and is very beautiful and easy to read no matter what color/brightness you have for the backlight. </p>
<p>One nice thing about these LCDs is that they are an elegant upgrade, but you can use them in existing LCD projects and they&#8217;ll still work &#8211; just that only the red LED will be used (so it will appear black-on-red). The extra two pins (17 and 18) are for the green and blue LEDs. The LCD has resistors on board already so that you can drive it with 5V logic and the current draw will be ~40mA per LED (there are two LEDs, 20mA each). There&#8217;s a single LED backlight for the entire display, the image above showing 3 colors at once is a composite! </p>
<p>Comes with a single 20&#215;4 RGB backlight LCD, 10K necessary contrast potentiometer and strip of header. Our tutorials and diagrams will have you up and running in no time!</p>
<p><a href="http://www.adafruit.com/products/499">In stock and shipping now</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24799</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick project: ambient temperature display using Adafruit RGB LCD</title>
		<link>http://www.adafruit.com/blog/2012/01/30/quick-project-ambient-temperature-display-using-adafruit-rgb-lcd/</link>
		<comments>http://www.adafruit.com/blog/2012/01/30/quick-project-ambient-temperature-display-using-adafruit-rgb-lcd/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 16:21:01 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/30/quick-project-ambient-temperature-display-using-adafruit-rgb-lcd/</guid>
		<description><![CDATA[Quick project: ambient temperature display using Adafruit RGB LCD via the Adafruit customer forums… ogrodnek writes - I wanted to share a quick project using one of the adafruit RGB LCDs. It&#8217;s an ambient temperature display &#8212; it displays the current temperature and will adjust the LCD backlight color depending on where it falls. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/pt_573.jpg" height="584" width="516" border="0" hspace="4" vspace="4" alt="Pt 573" /></p>
<p><a href="http://forums.adafruit.com/viewtopic.php?f=25&amp;t=25819">Quick project: ambient temperature display</a> using Adafruit RGB LCD via the Adafruit customer forums… ogrodnek writes -</p>
<blockquote><p>
I wanted to share a quick project using one of the adafruit RGB LCDs. It&#8217;s an ambient temperature display &#8212; it displays the current temperature and will adjust the LCD backlight color depending on where it falls. It&#8217;s a really simple project &#8212; just wire up the LCD and a temperature sensor. There&#8217;s more info, a video, and the source code here. thanks!
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/398"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/08/162rgblcdpos_LRG.jpg" height="461" width="600" border="0" hspace="2" vspace="2" alt="162Rgblcdpos Lrg" /></a></p>
<p><a href="http://www.adafruit.com/products/398">RGB backlight positive LCD 16&#215;2 + extras, black on RGB</a>. This is a fancy upgrade to standard 16&#215;2 LCDs, instead of just having blue and white, or red and black, this LCD has black characters on a full color RGB-backlight background! That means you can change the background color to anything you want &#8211; red, green, blue, pink, white, purple yellow, teal, salmon, chartreuse, or just leave it off for a neutral background. This LCD is the most daylight readable character LCD we have. </p>
<p><object type="application/x-shockwave-flash" width="600" height="338" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=1a78a3bcae&#038;photo_id=6002862732&#038;hd_default=false"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=1a78a3bcae&#038;photo_id=6002862732&#038;hd_default=false" height="338" width="600"></embed></object></p>
<p>We had these custom made to our specification so that you can use them in existing LCD projects and they&#8217;ll still work &#8211; just that only the red LED will be used. The extra two pins (17 and 18) are for the green and blue LEDs. The LCD has resistors on board already so that you can drive it with 5V logic and the current draw will be ~20mA per LED. There&#8217;s a single LED backlight for the entire display, the image above showing 3 colors at once is a composite! </p>
<p>Comes with a single 16&#215;2 RGB backlight LCD, 10K necessary contrast potentiometer and strip of header. Our tutorials and diagrams will have you up and running in no time!</p>
<p><a href="http://www.adafruit.com/products/398">In stock and shipping now.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24665</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interactive LED Tree at TEDxMaui</title>
		<link>http://www.adafruit.com/blog/2012/01/26/interactive-led-tree-at-tedxmaui/</link>
		<comments>http://www.adafruit.com/blog/2012/01/26/interactive-led-tree-at-tedxmaui/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 05:48:50 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/26/interactive-led-tree-at-tedxmaui/</guid>
		<description><![CDATA[Interactive LED Tree at TEDxMaui. Jerry writes - The interactive LED thing I showed last week on the Show &#038; Tell was a shown at TEDxMaui on sunday&#8230;. yeah I was up till 2am working on code.  The blog post is pretty thin on tech for the build but the flickr set shows the parts [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/MakersAtTEDxMaui2.jpg" height="450" width="600" border="0" hspace="4" vspace="4" alt="Makersattedxmaui2" /></p>
<p><a href="http://www.mauimakers.com/blog/2012/01/maui-makers-at-tedxmaui/">Interactive LED Tree at TEDxMaui</a>. Jerry writes -</p>
<blockquote><p>
The interactive LED thing I showed last week on the Show &#038; Tell was a shown at TEDxMaui on sunday&#8230;. yeah I was up till 2am working on code.  The blog post is pretty thin on tech for the build but the flickr set shows the parts and some detail. When I recover from the build up to TEDx I&#8217;ll do a better writeup&#8230; then again, I need to enter a new build mode to get the weather proof, improved interaction version built for Source Maui &#8211; our local burning man inspired event. That one requires 15 meters of tape, more/better interactivity and waterproofing. Probably battery power too. Thanks for great work and inspiration adafruit!
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24452</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; 36mm Square 12V Digital RGB LED Pixels (Strand of 20) [WS2801]</title>
		<link>http://www.adafruit.com/blog/2012/01/25/new-product-36mm-square-12v-digital-rgb-led-pixels-strand-of-20-ws2801/</link>
		<comments>http://www.adafruit.com/blog/2012/01/25/new-product-36mm-square-12v-digital-rgb-led-pixels-strand-of-20-ws2801/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:55:32 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/25/new-product-36mm-square-12v-digital-rgb-led-pixels-strand-of-20-ws2801/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; 36mm Square 12V Digital RGB LED Pixels (Strand of 20) [WS2801]. RGB Pixels are digitally-controllable lights you can set to any color, or animate. Each metal &#8216;pixel square&#8217; contains 4 RGB LEDs and a controller chip soldered to a PCB. The pixel is then &#8216;flooded&#8217; with epoxy to make it waterproof. These [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/683"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-79.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-79" /></a></p>
<p><a href="http://www.adafruit.com/products/683">NEW PRODUCT &#8211; 36mm Square 12V Digital RGB LED Pixels (Strand of 20) [WS2801].</a> RGB Pixels are digitally-controllable lights you can set to any color, or animate. Each metal &#8216;pixel square&#8217; contains 4 RGB LEDs and a controller chip soldered to a PCB. The pixel is then &#8216;flooded&#8217; with epoxy to make it waterproof. These are fairly large pixels but they have a lot of nice mounting options, such as two metal flanges on the side and a 0.15&#8243;/4mm diameter hole in the middle so you can screw them directly onto a surface. They&#8217;re typically used to make outdoor signs. Compared to our other LED dots, these are much bigger and much brighter, good for larger scale installations.</p>
<p><iframe src="http://player.vimeo.com/video/35646825?title=0&amp;byline=0&amp;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>The pixels are connected by a 4-conductor cable. +12VDC, ground, data and clock. Data is shifted down from one pixel to the next so that you can easily cut the strand or attach more onto the end.</p>
<p>Each dot is digitally controlled, with an internal 8-bit PWM LED driver (24-bit color for 16 million different shades). The pixels must be clocked by a microcontroller, we have an example code linked below that works on an Arduino, it should be simple to adapt it to any other microcontroller. </p>
<p><a href="http://www.adafruit.com/products/683"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-1-44.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-44" /></a></p>
<p>The pixels use 4 x 5050 RGB LEDs, with a 120 degree beam width. The total max brightness of all LEDs is about 6000mcd. (Please note: mcd ratings of LEDs are notoriously inflated by most LED sellers, so be extra-skeptical when reviewing LED ratings!)</p>
<p><a href="http://www.adafruit.com/products/683"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-2-23.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-2-23" /></a></p>
<p>Sold by the strand, each strand has 20 pixels in series! Each strand has two JST SM 3-pin connectors so you can connect multiple strands in a row, as many as you wish, just watch for how much current they want. The two power wires are brought out separately to make wiring easier, <a href="https://www.adafruit.com/products/368">a 2.1mm terminal block adapter is handy here</a> to attach a DC power supply. <a href="https://www.adafruit.com/products/352">We have a 12V/5A supply that should be able to drive 2 or more strands</a> (depending on current use). The LEDs are constant-current driven so you&#8217;ll have even colors through-out the strand as long as you have a stable 12V supply</p>
<p><a href="http://www.adafruit.com/products/683"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-3-3.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-3-3" /></a></p>
<p>You can drive these with an Arduino using any two microcontroller digital pins, <a href="https://github.com/adafruit/WS2801-Library">check this library which also has example code</a> to demonstrate the strands and <a href="http://www.ladyada.net/products/rgbledpixel/"><b>be sure to read our very detailed tutorial on usage!</b></a></p>
<ul>
<li>36mmx36mm squares (1.4&#8243;) 5mm deep (0.2&#8243;)</li>
<li>75mm / 3&#8243; apart on the strand</li>
<li>20 pieces per strand</li>
<li>These pixels use a WS2801 chip for full 24 bit color, constant-current drive</li>
<li>12VDC power, 120mA maximum per pixel (LED on full white)</li>
<li>2-pin SPI-like protocol</li>
<li><a href="http://www.adafruit.com/datasheets/WS2801.pdf">WS2801 Datasheet</a> for the chip inside each pixel</li>
<li>Brightness per pixel: 6000 mcd combined (we&#8217;ll try to get a datasheet for the LEDs)</li>
</ul>
<p><a href="http://www.adafruit.com/products/683">In stock, blinky blinking now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24428</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; SMT Cool White 5050 LED &#8211; 10 pack [6500-7000K]</title>
		<link>http://www.adafruit.com/blog/2012/01/25/new-product-smt-cool-white-5050-led-10-pack-6500-7000k/</link>
		<comments>http://www.adafruit.com/blog/2012/01/25/new-product-smt-cool-white-5050-led-10-pack-6500-7000k/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:55:34 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/25/new-product-smt-cool-white-5050-led-10-pack-6500-7000k/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; SMT Cool White 5050 LED &#8211; 10 pack [6500-7000K]. These surface-mount LEDs are an easy way to add a lot of bright white dots to your project. They&#8217;re similar to the ones in our digital RGB LED strip, same size and shape, but do not have red/green/blue LED chips inside. Instead, there [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/682"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-1-43.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-43" /><br />
</a><br />
<a href="http://www.adafruit.com/products/682">NEW PRODUCT &#8211; SMT Cool White 5050 LED &#8211; 10 pack [6500-7000K]</a>. These surface-mount LEDs are an easy way to add a lot of bright white dots to your project. They&#8217;re similar to the ones in our digital RGB LED strip, same size and shape, but do not have red/green/blue LED chips inside. Instead, there are 3 ultra bright cool white (6500-7000K) LEDs. They are half a centimeter on a side, which makes them small but not so small that they are impossible to hand solder. The LED is insanely bright, at a eyeball-blistering 20 Lumens (~6000mcd with 120 degree beam width).</p>
<p><a href="http://www.adafruit.com/products/682"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-78.jpg" height="450" width="585" border="0" hspace="4" vspace="4" alt="Window-78" /></a></p>
<p>Comes in a strip of 10 pieces. If you order more than one strip, it will come as multiple strips of 10, not one long strip.</p>
<p><a href="http://www.adafruit.com/products/682"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-2-22.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-2-22" /></a></p>
<p>Please note this is a surface mount part! it is possible to solder thin wires to the pads but its designed for use on a SMT PCB. <a href="https://github.com/adafruit/Adafruit-Eagle-Library">We do have an Eagle package for this LED in our github library repository, called <b>RGBLED5050</b> that you can use in your next PCB design.</a></p>
<ul>
<li>Vf: 3.0 &#8211; 3.2V</li>
<li>Color Temperature: 6500-7000K</li>
<li>Brightness: 18-20 Lumens</li>
<li>Recommended Current drive: 55-60mA for all three LEDs (18-20mA each)
</ul>
<p><img src="http://www.adafruit.com//datasheets/led5050Wdiagram.gif"></p>
<p><a href="http://www.adafruit.com/products/682">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24418</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; Diffused 5mm Fast Flashing RGB LED &#8211; 10 pack [Flashing Effect]</title>
		<link>http://www.adafruit.com/blog/2012/01/24/new-product-diffused-5mm-fast-flashing-rgb-led-10-pack-flashing-effect/</link>
		<comments>http://www.adafruit.com/blog/2012/01/24/new-product-diffused-5mm-fast-flashing-rgb-led-10-pack-flashing-effect/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:34:14 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/24/new-product-diffused-5mm-fast-flashing-rgb-led-10-pack-flashing-effect/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; Diffused 5mm Fast Flashing RGB LED &#8211; 10 pack [Flashing Effect]. These are very interesting 5mm diffused RGB LEDs &#8211; instead of having 4 pins to control 3 LEDs, they have only two leads &#8211; power and ground. When powered, the LEDs perform a flashing effect with all the colors. See the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/680"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-77.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-77" /></a></p>
<p><a href="http://www.adafruit.com/products/680">NEW PRODUCT &#8211; Diffused 5mm Fast Flashing RGB LED &#8211; 10 pack [Flashing Effect]</a>. These are very interesting 5mm diffused RGB LEDs &#8211; instead of having 4 pins to control 3 LEDs, they have only <b>two leads</b> &#8211; power and ground. When powered, the LEDs perform a flashing effect with all the colors. See the video below for the timing and look. There is no way to change the &#8216;program&#8217; or rate, its burned into a little chip that is inside the LED itself. If you need to have an RGB perform a particular arrangement, <a href="http://www.adafruit.com/products/159">check out our RGB LEDs that you can easily control with a microcontroller</a> We also have a <a href="http://www.adafruit.com/products/679">version that&#8217;s a &#8216;slow fading&#8217; RGB</a> color cycle.</p>
<p><iframe src="http://player.vimeo.com/video/35591694?title=0&amp;byline=0&amp;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>They&#8217;re fairly bright LEDs, we guess its something around 1000 mcd total. They do diffuse nicely so you can the color changing from any angle. The forward voltage of the whole LED is about 3.4VDC but you can drive them from <a href="https://www.adafruit.com/products/654">a lithium coin cell like a CR2032</a> and they&#8217;ll just be a little dimmer. We don&#8217;t have a datasheet showing the current draw over different voltages and colors but at the &#8216;rated&#8217; 3.4V its approx 20 mA and at 3.0V its approx 10mA.</p>
<ul>
<li>5mm diffused RGB LED</li>
<li>Two leads</li>
<li>Power with 3-3.4VDC</li>
<li>Current draw: 10-20mA depending on voltage and displayed color</li>
</ul>
<p>Comes in a pack of 10 LEDs! Although the LEDs are all the same shape and have the same basic program, <b>due to manufacturing variables they will not sync together</b> &#8211; they&#8217;ll slowly drift in and out of sync.</p>
<p><a href="http://www.adafruit.com/products/680">In stock and blinking now.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24369</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; Diffused 5mm Slow Fade Flashing RGB LED &#8211; 10 pack [Slow fade]</title>
		<link>http://www.adafruit.com/blog/2012/01/24/new-product-diffused-5mm-slow-fade-flashing-rgb-led-10-pack-slow-fade/</link>
		<comments>http://www.adafruit.com/blog/2012/01/24/new-product-diffused-5mm-slow-fade-flashing-rgb-led-10-pack-slow-fade/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:31:16 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/24/new-product-diffused-5mm-slow-fade-flashing-rgb-led-10-pack-slow-fade/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; Diffused 5mm Slow Fade Flashing RGB LED &#8211; 10 pack [Slow fade]. These are very interesting 5mm diffused RGB LEDs &#8211; instead of having 4 pins to control 3 LEDs, they have only two leads &#8211; power and ground. When powered, the LEDs perform a slow fade through the rainbow, from red [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/679"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-76.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-76" /></a></p>
<p>NEW PRODUCT &#8211; Diffused 5mm Slow Fade Flashing RGB LED &#8211; 10 pack [Slow fade]. These are very interesting 5mm diffused RGB LEDs &#8211; instead of having 4 pins to control 3 LEDs, they have only <b>two leads</b> &#8211; power and ground. When powered, the LEDs perform a slow fade through the rainbow, from red to orange to yellow, etc till they get back to red. See the video below for the timing and look. There is no way to change the &#8216;program&#8217; or rate, its burned into a little chip that is inside the LED itself. If you need to have an RGB perform a particular arrangement, <a href="http://www.adafruit.com/products/159">check out our RGB LEDs that you can easily control with a microcontroller</a> We also have a version that&#8217;s <a href="http://www.adafruit.com/products/680">an exciting RGB flashing pattern</a></p>
<p><iframe src="http://player.vimeo.com/video/35591793?title=0&amp;byline=0&amp;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>They&#8217;re fairly bright LEDs, we guess its something around 1000 mcd total. They do diffuse nicely so you can the color changing from any angle. The forward voltage of the whole LED is about 3.4VDC but you can drive them from <a href="https://www.adafruit.com/products/654">a lithium coin cell like a CR2032</a> and they&#8217;ll just be a little dimmer. We don&#8217;t have a datasheet showing the current draw over different voltages and colors but at the &#8216;rated&#8217; 3.4V its approx 20 mA and at 3.0V its approx 10mA.</p>
<ul>
<li>5mm diffused RGB LED</li>
<li>Two leads</li>
<li>Power with 3-3.4VDC</li>
<li>Current draw: 10-20mA depending on voltage and displayed color</li>
</ul>
<p>Comes in a pack of 10 LEDs! Although the LEDs are all the same shape and have the same basic program, <b>due to manufacturing variables they will not sync together</b> &#8211; they&#8217;ll slowly drift in and out of sync.</p>
<p><a href="http://www.adafruit.com/products/679">In stock, shippin&#8217; now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24367</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; RF Touch Wheel Controller for Analog RGB LED Strips</title>
		<link>http://www.adafruit.com/blog/2012/01/23/new-product-rf-touch-wheel-controller-for-analog-rgb-led-strips/</link>
		<comments>http://www.adafruit.com/blog/2012/01/23/new-product-rf-touch-wheel-controller-for-analog-rgb-led-strips/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 00:06:35 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/23/new-product-rf-touch-wheel-controller-for-analog-rgb-led-strips/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; RF Touch Wheel Controller for Analog RGB LED Strips. This touch controller set is a quick and easy way to control a bunch of our 12V analog RGB LED strip. The box part contains power driver circuitry and an RF receiver. The handheld remote contains a capacitive touch interface and an RF [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/678"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-74.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-74" /></a></p>
<p><a href="http://www.adafruit.com/products/678">NEW PRODUCT &#8211; RF Touch Wheel Controller for Analog RGB LED Strips.</a> This touch controller set is a quick and easy way to control a bunch of our 12V analog RGB LED strip. The box part contains power driver circuitry and an RF receiver. The handheld remote contains a capacitive touch interface and an RF transmitter. By wiring the analog strip to the box you can easily adjust the color from across the room. Since it it is RF you don&#8217;t need line-of-sight like you would with an IR Remote.</p>
<p>The box has a few &#8216;programs&#8217; built in, such as rainbow fading and a really obnoxious colorful blinking effect. However, you&#8217;ll probably end up being very happy with the basic control system that the remote allows. You can turn it on or off by pressing the power button, change the brightness by pressing <b>B+</b> or <b>B-</b> and select the color using the scrolling color wheel.</p>
<p>This package contains just the controller box and remote. You&#8217;ll likely want to pick up a few other items to complete the project:</p>
<ul>
<li><a href="https://www.adafruit.com/products/617">AAA batteries</a>, the RF remote requires 3 and they are not included</li>
<li><a href="http://www.adafruit.com/products/677">4-pin euro terminal block</a> allows connecting the LED strip without soldering
<li><a href="https://www.adafruit.com/products/352">12V 5A power adapter</a> is perfect for driving any of our LED strips! It can drive up to 5 meters of the 60 LED/meter strip</li>
<li><a href="http://www.adafruit.com/products/578">JST Plugs</a> and <a href="http://www.adafruit.com/products/579">JST Receptacles</a> &#8211; for quick connecting LED strip segments.</li>
<li><a href="https://www.adafruit.com/products/368">2.1mm barrel jack adapter</a> will let you solderlessly connect the 12V power adapter to the RGB controller box.</li>
<li>LED strips! You can use this with our <a href="http://www.adafruit.com/products/346">60 LED/meter RGB</a>, <a href="http://www.adafruit.com/products/285">30 LED/meter RGB</a> or <a href="http://www.adafruit.com/products/357">60 LED/meter warm white</a>.
</ul>
<p><iframe src="http://player.vimeo.com/video/35540929?title=0&#038;byline=0&#038;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><b>Technical Details:</b></p>
<ul>
<li>Working temperature: -20 to 60°C</li>
<li>Control Box Dimensions: 89mmx70mmx28mm</li>
<li>Strip power voltage: 12-24VDC</li>
<li>3 Channel output, 4 Amps per channel (12 Amps total)</li>
<li>For common anode LED strips</li>
<li>RF Touch remote: 25 meter distance</li>
<li>100 brightness levels</li>
<li>64 Color selectable wheel</li>
</ul>
<p><a href="http://www.adafruit.com/products/678">In stock and shipping now.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24322</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>UPDATED TUTORIAL: Monochrome OLED 128&#215;64 &amp; 128&#215;32 display tutorial</title>
		<link>http://www.adafruit.com/blog/2012/01/23/updated-tutorial-monochrome-oled-128x64-128x32-display-tutorial/</link>
		<comments>http://www.adafruit.com/blog/2012/01/23/updated-tutorial-monochrome-oled-128x64-128x32-display-tutorial/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 18:15:00 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/23/updated-tutorial-monochrome-oled-128x64-128x32-display-tutorial/</guid>
		<description><![CDATA[UPDATED TUTORIAL: Monochrome OLED 128&#215;64 &#038; 128&#215;32 display tutorial, we now include wiring diagrams for our 128&#215;32 OLED display!]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/spi12832wiring.jpg" height="394" width="600" border="0" hspace="4" vspace="4" alt="Spi12832Wiring" /></p>
<p><a href="http://ladyada.net/products/oled12864/">UPDATED TUTORIAL: Monochrome OLED 128&#215;64 &#038; 128&#215;32 display tutorial</a>, we now include wiring diagrams for our <a href="http://www.adafruit.com/products/661">128&#215;32 OLED display!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24304</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; Monochrome 128&#215;32 OLED graphic display</title>
		<link>http://www.adafruit.com/blog/2012/01/20/new-product-monochrome-128x32-oled-graphic-display/</link>
		<comments>http://www.adafruit.com/blog/2012/01/20/new-product-monochrome-128x32-oled-graphic-display/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 23:39:51 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/20/new-product-monochrome-128x32-oled-graphic-display/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; Monochrome 128&#215;32 OLED graphic display. These displays are small, only about 1&#8243; diagonal, but very readable due to the high contrast of an OLED display. This display is made of 128&#215;32 individual white OLED pixels, each one is turned on or off by the controller chip. Because the display makes its own [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/661"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-70.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-70" /></a></p>
<p><a href="http://www.adafruit.com/products/661">NEW PRODUCT &#8211; Monochrome 128&#215;32 OLED graphic display.</a> These displays are small, only about 1&#8243; diagonal, but very readable due to the high contrast of an OLED display. This display is made of 128&#215;32 individual white OLED pixels, each one is turned on or off by the controller chip. Because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast; we really like this miniature display for its crispness!</p>
<p><a href="http://www.adafruit.com/products/661"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-1-39.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-39" /></a></p>
<p>The driver chip SSD1306, communicates via SPI only. 4 or 5 pins are required to communicate with the chip in the OLED display.</p>
<p><a href="http://www.adafruit.com/products/661"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/window-2-20.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-2-20" /></a></p>
<p>The OLED and driver require a 3.3V power supply and 3.3V logic levels for communication. To make it easier for our customers to use, we&#8217;ve added a 3.3v regulator and level shifter on board! This makes it compatible with any 5V microcontroller, such as the Arduino.</p>
<p>The power requirements depend a little on how much of the display is lit but on average the display uses about 20mA from the 3.3V supply. Built into the OLED driver is a simple switch-cap charge pump that turns 3.3v-5v into a high voltage drive for the OLEDs, making it one of the easiest ways to get an OLED into your project!</p>
<p>Of course, we wouldn&#8217;t leave you with a datasheet and a &#8220;good luck&#8221;: <a href="http://ladyada.net/products/oled12864/">We have a detailed tutorial</a> and <a href="https://github.com/adafruit/SSD1306">example code in the form of an Arduino library for text and graphics.</a> You&#8217;ll need a microcontroller with more than 512 bytes of RAM since the display must be buffered.</p>
<p><a href="https://github.com/adafruit/SSD1306">You can download our SSD1306 OLED display Arduino library from github</a> which comes with example code. The library can print text, bitmaps, pixels, rectangles, circles and lines. It uses 512 bytes of RAM since it needs to buffer the entire display but its very fast! The code is simple to adapt to any other microcontroller.</p>
<p><strong>Dimensions:</strong></p>
<ul>
<li>PCB: 32mm x 23mm</li>
<li>Display area: 25mm x 7mm</li>
<li>Thickness: 4mm</li>
</ul>
<p><strong>Display details:</strong></p>
<ul>
<li>Diagonal Screen Size：0.91&#8243;</li>
<li>Number of Pixels：128 × 32</li>
<li>Color Depth：Monochrome (White)</li>
<li>Module Construction：COG</li>
<li>Module Size (mm)：46.30× 11.50 × 1.45</li>
<li>Panel Size (mm)：30.00 × 11.50 × 1.45</li>
<li>Active Area (mm)：22.384 × 5.584</li>
<li>Pixel Pitch (mm)：0.175 × 0.175</li>
<li>Pixel Size (mm)：0.159 × 0.159</li>
<li>Duty：1/32</li>
<li>Brightness ( cd/m2)：150 (Typ) @ 7.25V</li>
<li>Interface：4-wire SPI</li>
</ul>
<p><a href="http://www.adafruit.com/products/661">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24151</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LED belt kit (video)</title>
		<link>http://www.adafruit.com/blog/2012/01/20/led-belt-kit-video/</link>
		<comments>http://www.adafruit.com/blog/2012/01/20/led-belt-kit-video/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 12:28:55 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/20/led-belt-kit-video/</guid>
		<description><![CDATA[LED belt kit (video) from Adafruit customer phnxfirestorm! Digital programmable LED belt kit. By popular demand, we now have a project tutorial for how to make your own programmable, ultra-blinky LED belt. Perfect for parties, raves, parades, weddings, funerals, and bar mitzvahs. Wear it with pride, wear it with blinky! Follow our soldering tutorial to [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/LF_tNuDbfeQ?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>LED belt kit (video) from Adafruit <a href="http://forums.adafruit.com/viewtopic.php?f=47&amp;p=131778#p131778">customer phnxfirestorm!</a></p>
<hr />
<p><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=41&amp;products_id=332"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/02/ledbelton_LRG.jpg" height="374" width="550" border="0" hspace="4" vspace="4" alt="Ledbelton Lrg" /></a></p>
<p><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=41&amp;products_id=332">Digital programmable LED belt kit</a>. By popular demand, we now have a project tutorial for how to make your own programmable, ultra-blinky LED belt. Perfect for parties, raves, parades, weddings, funerals, and bar mitzvahs. Wear it with pride, wear it with blinky! Follow our soldering tutorial to build your own heirloom LED belt, and hand it down to your grandkids.</p>
<p><object type="application/x-shockwave-flash" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="512" width="550"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=c92688a7ff&amp;photo_id=5434918148"><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"><param name="bgcolor" value="#000000"><param name="allowFullScreen" value="true"><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=c92688a7ff&amp;photo_id=5434918148" height="412" width="550"></object></p>
<p>We designed this project to demonstrate how to use the digital LED strip, how to use our Atmega32u4 breakout board with the Arduino IDE and how to make a portable battery powered project that runs off of AAs. This project is not too difficult, and can be finished in a day. Some soldering experience is good since &#8216;free wire&#8217; soldering is a little more difficult than soldering to a PCB, but even beginners should be able to manage. We don&#8217;t include a tutorial on using the Arduino IDE so its good if you&#8217;ve played around with the Arduino already.</p>
<p>The pack contains the following:</p>
<ul>
<li><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=42&amp;products_id=296">Atmega32u4 breakout board (the brains!)</a></li>
<li><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=37&amp;products_id=306">Digital LED strip &#8211; 1 meter</a></li>
<li>6-pin IDC cable</li>
<li>Inline cable pair (<a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=33&amp;products_id=319">male </a>and <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=33&amp;products_id=318">female</a>)</li>
<li><a href="http://www.ladyada.net/wiki/partfinder/powerconn#cylindrical">4xAA battery holder with a switch</a></li>
<li><a href="http://www.ladyada.net/wiki/partfinder/diodes#power_blocking">1N4001 diode</a></li>
<li>3&#8243; of 3/32&#8243; heatshrink</li>
<li>2&#8243; of 1&#8243; heatshrink</li>
<li>Zip/cable tie</li>
</ul>
<p>You&#8217;ll need some very common electronics tools to make this project:</p>
<ul>
<li><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=180">A soldering iron</a> and <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=145">solder</a></li>
<li><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=152">Wire cutters</a> and <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=147">wire stripper </a>(or a tool that does both)</li>
<li>Heat source like a heat gun, hairdryer, or lighter</li>
<li><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=146">Any kind of pliers</a></li>
<li><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=291">A 3rd hand tool</a> or <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=151">panavise </a>or some other way to keep your work steady</li>
<li><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=8&amp;products_id=71">A basic multimeter can be handy</a></li>
</ul>
<p>You&#8217;ll also few more things to complete and power the project: a very common mini-B USB cable (for programming the belt) and 4 AA batteries for powering it. You can use alkaline or rechargeables. The belt will last for 6-12 hours depending on what designs you program in &#8211; more LEDs will drain the batteries faster.</p>
<p><a href="http://www.ladyada.net/make/ledbelt/">Be sure to see the full detailed tutorial over at the project page</a> <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=41&amp;products_id=332">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGB LED strips: an overview &#8211; Adafruit LPD8806 LED strip is looking good!</title>
		<link>http://www.adafruit.com/blog/2012/01/17/rgb-led-strips-an-overview-adafruit-lpd8806-led-strip-is-looking-good/</link>
		<comments>http://www.adafruit.com/blog/2012/01/17/rgb-led-strips-an-overview-adafruit-lpd8806-led-strip-is-looking-good/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 20:00:58 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/17/rgb-led-strips-an-overview-adafruit-lpd8806-led-strip-is-looking-good/</guid>
		<description><![CDATA[RGB LED strips: an overview @ Nut &#038; Bolt. David writes - An addressable RGB LED strip is like a one pixel high color screen. You can do awesome things with them: crazy lighting effects, information displays and even low resolution video. There are many different types of RGB LED strips on the market. Here [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/rgb-led-strip.jpg" height="311" width="600" border="0" hspace="4" vspace="4" alt="Rgb-Led-Strip" /></p>
<p><a href="http://nut-bolt.nl/2012/rgb-led-strips/">RGB LED strips: an overview @ Nut &#038; Bolt</a>. David writes -</p>
<blockquote><p>
An addressable RGB LED strip is like a one pixel high color screen. You can do awesome things with them: crazy lighting effects, information displays and even low resolution video. There are many different types of RGB LED strips on the market. Here is an overview of addressable led strips I evaluated for Stripe. I&rsquo;ll tell you a bit about different controller chips, electrical specifications and software libraries to help you make a choice.
</p></blockquote>
<p>In this detailed report on digital RGB LED strips, our LPD8806-based strip came out on top as a &#8216;a nice balance between features and cost&#8217;. We spent many months looking for the best digital LED strip and we love the kind we stock.</p>
<hr />
<p><a href="http://www.adafruit.com/products/306"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/09/digitalledstrip_LRG-4.jpg" height="461" width="600" border="0" hspace="2" vspace="2" alt="Digitalledstrip Lrg-4" /></a></p>
<p><a href="http://www.adafruit.com/products/306">Digital Addressable RGB LED with PWM waterproof flexi strip.</a> These LED strips are fun and glowy. There are 32 RGB LEDs per meter, and you can control each LED individually! Yes, that&#8217;s right, this is the digitally-addressable type of LED strip. You can set the color of each LED&#8217;s red, green and blue component with 7-bit PWM precision (so 21-bit color per pixel). The LEDs are controlled by shift-registers that are chained up down the strip so you can shorten or lengthen the strip. Only 2 digital output pins are required to send data down. The PWM is built into each chip so once you set the color you can stop talking to the strip and it will continue to PWM all the LEDs for you</p>
<p><b>Built in 1.2 MHz high speed 7-bit PWM for each channel</b> &#8211; that means it can do 21-bit color per LED (way more than the eye can easily discern). Once you set the brightness level for the LEDs, your microcontroller can go off and do other things, no need to continuously update it, or clock it. The best part is that compared to the WS2801 which can only run one LED at a time, this chip can drive 2 RGB LEDs which means the price stays the same as the older HL1606 strip, nice!</p>
<p>The strip is made of flexible PCB material, and comes with a waterproof sheathing.</p>
<p>You can cut this stuff pretty easily with wire cutters, there are cut-lines every 2.5&#8243;/6.2cm (2 LEDs each). Solder to the 0.1&#8243; copper pads and you&#8217;re good to go. Of course, you can also connect strips together to make them longer, just watch how much current you need!  <a href="http://www.adafruit.com/products/276">We have a 5V/2A supply that should be able to drive 1 or more meters</a> (depending on use)</p>
<p>They come in 5 meter reels with a <a href="http://www.jst-mfg.com/product/detail_e.php?series=238">4-pin JST SM connector</a> on each end, and are <b>sold by the meter</b>! If you buy 5m at a time, you&#8217;ll get full reels. If you buy less than 5m, you&#8217;ll get a single strip, but it will be a cut piece from a reel which may or may not have a connector on it.</p>
<p><a href="http://www.adafruit.com/products/306">Digital Addressable RGB LED with PWM waterproof flexi strip!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23964</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LED screen teardown, driving LEDs with video</title>
		<link>http://www.adafruit.com/blog/2012/01/17/led-screen-teardown-driving-leds-with-video/</link>
		<comments>http://www.adafruit.com/blog/2012/01/17/led-screen-teardown-driving-leds-with-video/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 19:30:24 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/17/led-screen-teardown-driving-leds-with-video/</guid>
		<description><![CDATA[LED screen teardown, driving LEDs with video, mikeselectricstuff writes - I just took apart a piece of the commercial outdoor LED screen that used to be in London&#8217;s Piccadilly Circus. Also included is a detailed analysis of the drive waveforms etc. which may be of interest to people trying to seriously use the 32&#215;16 RGB [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/6iHTbGsnI8Q?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>LED screen teardown, driving LEDs with video, mikeselectricstuff writes -</p>
<blockquote><p>
I just took apart a piece of the commercial outdoor LED screen that used to be in London&#8217;s Piccadilly Circus. Also included is a detailed analysis of the drive waveforms etc. which may be of interest to people trying to seriously use the 32&#215;16 RGB modules
</p></blockquote>
<p>We carry 32&#215;16 and 32&#215;32 LED wall sections in the shop! Complete with Arduino wiring diagrams and libraries.</p>
<hr />
<p><a href="http://www.adafruit.com/products/607"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-3-2.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-3-2" /></a><br />
<a href="http://www.adafruit.com/products/607">32&#215;32 RGB LED matrix panel!</a> Bring a little bit of Times Square into your home with this totally adorable 5 inch square 32 x 32 RGB LED matrix panel. These panels are normally used to make video walls, here in New York we see them on the sides of busses and bus stops, to display animations or short video clips. We thought they looked really cool so we picked up a few boxes of them from a factory. They have <strong>1024</strong> bright RGB LEDs arranged in a 32&#215;32 grid on the front. On the back there is a PCB with two sets of dual IDC connectors (two input, two output: in theory you can chain these together) and 12 16-bit latches that allow you to drive the display with a 1:16 scan rate.</p>
<p><a href="http://www.adafruit.com/products/607"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-46.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-46" /></a></p>
<p>These displays are &#8216;chainable&#8217; &#8211; connect one output to the next input &#8211; but our Arduino example code does not support this (yet). It requires a high speed processor and more RAM than the Arduino has!</p>
<p>These panels require 13 digital pins (6 bit data, 7 bit control) and a good 5V supply, up to 2A per panel. <a href="https://www.adafruit.com/products/276">We suggest our 2A regulated 5V adapter</a> and then connecting <a href="https://www.adafruit.com/products/368">a 2.1mm jack</a> Please check out our tutorial for more details!</p>
<p><a href="http://www.adafruit.com/products/607"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-2-15.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-2-15" /></a></p>
<p>Comes with: a single 32&#215;32 RGB panel, two IDC cables, a power cable, 4 mounting screws and mini-magnets (it appears these are often mounted on a magnetic base)</p>
<p>Keep in mind that these displays are designed to be driven by FPGAs or other high speed processors: they do not have built in PWM control of any kind. Instead, you&#8217;re supposed to redraw the screen over and over to &#8216;manually&#8217; PWM the whole thing. On a 16 MHz arduino, we managed to squeeze 12-bit color (4096 colors) with 40% CPU usage but this display would really shine if driven by any FPGA, CPLD, Propeller, XMOS or other high speed multi-core controller. The good news is that the display is pre-white balanced with nice uniformity so if you turn on all the LEDs its not a particularly tinted white.</p>
<p>Of course, we wouldn&#8217;t leave you with a datasheet and a &#8220;good luck!&#8221; <a href="http://ladyada.net/products/rgbledmatrix/">We have a full wiring diagrams and working Arduino library code with examples from drawing pixels, lines, rectangles, circles and text. You&#8217;ll get your color blasting within the hour!</a> On an Arduino, you&#8217;ll need 13 digital pins, and about 1600 bytes of RAM to buffer the 12-bit color image. At this time we do not have wiring documentation for the MEGA.</p>
<p><a href="http://www.adafruit.com/products/607">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23962</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enclosure for @adafruit SSD1306 OLED display</title>
		<link>http://www.adafruit.com/blog/2012/01/12/enclosure-for-adafruit-ssd1306-oled-display/</link>
		<comments>http://www.adafruit.com/blog/2012/01/12/enclosure-for-adafruit-ssd1306-oled-display/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 09:56:24 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/12/enclosure-for-adafruit-ssd1306-oled-display/</guid>
		<description><![CDATA[Enclosure for @adafruit SSD1306 OLED display. Nice!]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/made-an-enclosure-for-adafruit-ssd1306-oled-d.jpg" height="803" width="600" border="0" hspace="4" vspace="4" alt="Made-An-Enclosure-For-Adafruit-Ssd1306-Oled-D" /></p>
<p><a href="http://isotropic.posterous.com/made-an-enclosure-for-adafruit-ssd1306-oled-d">Enclosure for @adafruit SSD1306 OLED display</a>. Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23672</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rainbow Machine livens up any photograph with Adafruit RGB LED strips</title>
		<link>http://www.adafruit.com/blog/2012/01/12/rainbow-machine-livens-up-any-photograph-with-adafruit-rgb-led-strips/</link>
		<comments>http://www.adafruit.com/blog/2012/01/12/rainbow-machine-livens-up-any-photograph-with-adafruit-rgb-led-strips/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 09:54:53 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/12/rainbow-machine-livens-up-any-photograph-with-adafruit-rgb-led-strips/</guid>
		<description><![CDATA[therainbowmachine.com via Hack a Day. The display consists of addressable RGB LED strips and an Arduino from Adafruit, along with the associated support mechanisms for moving the LEDs. The real magic is carried out by the LPD8806 light painting library, also from Adafruit, which enables the RainBroz to create all sorts of images with little [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/6203986558.jpg" height="400" width="600" border="0" hspace="4" vspace="4" alt="6203986558" /></p>
<p><iframe src="http://player.vimeo.com/video/31735737?title=0&amp;byline=0&amp;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><a href="http://www.therainbowmachine.com/">therainbowmachine.com</a> via <a href="http://hackaday.com/2012/01/09/rainbow-machine-livens-up-any-photograph/">Hack a Day</a>.</p>
<blockquote><p>
The display consists of <a href="https://www.adafruit.com/products/306">addressable RGB LED strips</a> and an <a href="https://www.adafruit.com/arduino">Arduino from Adafruit</a>, along with the associated support mechanisms for moving the LEDs. The real magic is carried out by the LPD8806 light painting library, also from Adafruit, which enables the RainBroz to create all sorts of images with little fuss.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23670</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Drumming Light Display using the Adafruit LPD8806 LED Strip</title>
		<link>http://www.adafruit.com/blog/2012/01/08/interactive-drumming-light-display-using-the-adafruit-lpd8806-led-strip/</link>
		<comments>http://www.adafruit.com/blog/2012/01/08/interactive-drumming-light-display-using-the-adafruit-lpd8806-led-strip/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 21:38:31 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/01/08/interactive-drumming-light-display-using-the-adafruit-lpd8806-led-strip/</guid>
		<description><![CDATA[Interactive Drumming Light Display using the Adafruit LPD8806 LED Strip… cjbaar writes - For my lights display this year, I programmed an Arduino to control a 160-LED strip from Adafruit (using the LPD8806 driver). These strips are a lot of fun to work with, because you can individually set the color value for each LED [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/Z1m0e04-AI0?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://forums.adafruit.com/viewtopic.php?f=47&amp;t=25392">Interactive Drumming Light Display using the Adafruit LPD8806 LED Strip</a>… cjbaar writes -</p>
<blockquote><p>
For my lights display this year, I programmed <a href="http://www.adafruit.com/arduino">an Arduino</a> to control a <a href="http://www.adafruit.com/products/306">160-LED strip from Adafruit (using the LPD8806 driver)</a>. These strips are a lot of fun to work with, because you can individually set the color value for each LED on the strip.</p>
<p>To add some interactivity, I wired up an old, stripped-down rock band drum set&#8230; and created four interactive patterns based on the four drum colors. In some of the modes, you can &#8220;mix&#8221; colors by hitting two drum heads simultaneously. To complete the effect, the Arduino sends MIDI messages to an old drum machine to add sound.</p>
<p>I had to fully trim down the light input on the camera, to avoid the LEDs completely washing out the sensor, so all you can see is the strip and not the house. In one of the lower angles, you can see the house and strip in the background.</p>
<p>In the video, I cycle through each of the four programs and play for about 30 seconds.
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/306"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/09/digitalledstrip_LRG-4.jpg" height="461" width="600" border="0" hspace="2" vspace="2" alt="Digitalledstrip Lrg-4" /></a></p>
<p><a href="http://www.adafruit.com/products/306">Digital Addressable RGB LED with PWM waterproof flexi strip.</a> These LED strips are fun and glowy. There are 32 RGB LEDs per meter, and you can control each LED individually! Yes, that&#8217;s right, this is the digitally-addressable type of LED strip. You can set the color of each LED&#8217;s red, green and blue component with 7-bit PWM precision (so 21-bit color per pixel). The LEDs are controlled by shift-registers that are chained up down the strip so you can shorten or lengthen the strip. Only 2 digital output pins are required to send data down. The PWM is built into each chip so once you set the color you can stop talking to the strip and it will continue to PWM all the LEDs for you</p>
<p><b>Built in 1.2 MHz high speed 7-bit PWM for each channel</b> &#8211; that means it can do 21-bit color per LED (way more than the eye can easily discern). Once you set the brightness level for the LEDs, your microcontroller can go off and do other things, no need to continuously update it, or clock it. The best part is that compared to the WS2801 which can only run one LED at a time, this chip can drive 2 RGB LEDs which means the price stays the same as the older HL1606 strip, nice!</p>
<p>The strip is made of flexible PCB material, and comes with a waterproof sheathing.</p>
<p>You can cut this stuff pretty easily with wire cutters, there are cut-lines every 2.5&#8243;/6.2cm (2 LEDs each). Solder to the 0.1&#8243; copper pads and you&#8217;re good to go. Of course, you can also connect strips together to make them longer, just watch how much current you need!  <a href="http://www.adafruit.com/products/276">We have a 5V/2A supply that should be able to drive 1 or more meters</a> (depending on use)</p>
<p>They come in 5 meter reels with a <a href="http://www.jst-mfg.com/product/detail_e.php?series=238">4-pin JST SM connector</a> on each end, and are <b>sold by the meter</b>! If you buy 5m at a time, you&#8217;ll get full reels. If you buy less than 5m, you&#8217;ll get a single strip, but it will be a cut piece from a reel which may or may not have a connector on it.</p>
<p><a href="http://www.adafruit.com/products/306">Digital Addressable RGB LED with PWM waterproof flexi strip!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23529</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X2 Time Ball: Final Assembly</title>
		<link>http://www.adafruit.com/blog/2012/01/04/x2-time-ball-final-assembly/</link>
		<comments>http://www.adafruit.com/blog/2012/01/04/x2-time-ball-final-assembly/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 23:21:02 +0000</pubDate>
		<dc:creator>PhilB</dc:creator>
				<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[polyhedra]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=23421</guid>
		<description><![CDATA[DISCO! We hope you enjoyed the over-the-top X2 Time Ball video as much as we enjoyed making it! Getting this finished in time for New Year&#8217;s Eve meant the progress blog posts would have to wait, so we&#8217;ll be returning to a few details now after the fact, and continuing as future design plans are ironed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img class="size-full wp-image-23425 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/lhc.jpg" alt="" width="600" height="400" /></p>
<p><em>DISCO!</em> We hope you enjoyed the over-the-top <a href="http://www.adafruit.com/blog/2011/12/31/the-adafruit-x2-time-ball-open-source-led-disco-ball-and-new-year-device-powered-by-arduino/">X2 Time Ball video</a> as much as we enjoyed making it! Getting this finished in time for New Year&#8217;s Eve meant the progress blog posts would have to wait, so we&rsquo;ll be returning to a few details now after the fact, and continuing as future design plans are ironed out…</p>
<p><span id="more-23421"></span>As <a href="http://www.adafruit.com/blog/2011/12/21/new-year&rsquo;s-disco-ball-because-“disco-icosahedron”-just-doesn&rsquo;t-have-the-same-ring-to-it/">explained in an earlier post</a>, we settled on an icosahedron shape as a sanity-preserving measure. Every single LED — 120 of them — must be installed in a specific sequence, and using a higher-order polyhedron would require following a very complex map for their locations. The icosahedron is simpler with 20 identical triangular faces, and the same wiring sequence from one to the next (with alternate rows rotated 180 degrees):</p>
<p style="text-align: center"><img class="size-full wp-image-23432 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/wiring-sequence.png" alt="" width="600" height="300" /></p>
<p>This is just the installation order for the LEDs; <a href="http://www.adafruit.com/blog/2011/12/27/new-year&rsquo;s-disco-ball-powering-the-beast/">wiring for power was also explained in a prior post</a>. There are additional wires (not shown here) that are joined to power distribution strips only after all the LEDs are pressed into place.</p>
<p>The polyhedron faces were laser-cut from mirrored acrylic. To make the wiring process less error-prone, the order of connections was drawn on the back side of each face with a permanent marker (identical for every face, so this goes fairly quickly):</p>
<p style="text-align: center"><img class="size-full wp-image-23429 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/tile-sharpie.jpg" alt="" width="600" height="440" /></p>
<p>Pairs of faces were then joined up and are loosely joined with cable ties (there&rsquo;s a specific alignment: note how the “in” and “out” wires always come and go from the sides); this produces 10 identical diamond shapes. The 10 diamonds were then laid out to match the wiring diagram above, and similarly joined with cable ties, producing a complete 2D map:</p>
<p style="text-align: center"><img class="size-full wp-image-23428 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/tile-buildup.jpg" alt="" width="600" height="420" /></p>
<p>Starting from the top-left triangle and following the wiring sequence exactly, each LED pixel (beginning from the microcontroller end) is then pressed into place. This involves a lot of twisting and turning in order to avoid tangles in the wire, which is why the power leads should not be joined to anything yet (the strand needs to turn freely at one end):</p>
<p style="text-align: center"><img class="size-full wp-image-23433 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/wiring-start.jpg" alt="" width="600" height="340" /></p>
<p>Above: one triangle down, 19 to go. Below: all LEDs installed, power not yet connected:</p>
<p style="text-align: center"><img class="size-full wp-image-23434 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/wiring-throughout.jpg" alt="" width="600" height="230" /></p>
<p>Loosely rolling everything up into a ball at this point revealed a problem. I&rsquo;d been obsessed with the idea that all of the electronics (including the <a href="https://www.adafruit.com/products/296">microcontroller</a>, <a href="https://www.adafruit.com/products/128">XBee</a>, power distribution bars and protective plastic covers — a roughly fist-sized wad of stuff) should fit <em>inside</em> the ball, so only a single power cable would protrude. But when folded up, the loops of wire between pixels didn&rsquo;t allow enough space at the core. This required going through and doubling every loop back on itself:</p>
<p style="text-align: center"><img class="size-full wp-image-23431 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/wiring-folded.jpg" alt="" width="600" height="300" /></p>
<p>The power cord would do double-duty as a means of suspending the ball. This may or may not actually be a good idea — I can&rsquo;t help but imagine there&rsquo;s some kind of electrical code regulation against doing this, but then IKEA lamps seem to do it all the time. So, purely as an experiment for now, an extra plastic piece locks neatly over the ferrite core at the end of the power cable. This is fed through what will be the top vertex of the polyhedron, where five triangles meet at a point. When it&rsquo;s all cinched up, the cord won&rsquo;t slip back out through the hole.</p>
<p style="text-align: center"><img class="size-full wp-image-23426 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/load-bearing.jpg" alt="" width="480" height="300" /></p>
<p>The flat icosahedron map is then loosely rolled up like a burrito, with more cable ties holding it in place. The bottom vertex is closed, then all of the power leads are joined to the distribution bars, the electronics package is screwed together and placed inside, and the top vertex is closed around the power cord.</p>
<p>Three or four passes are then made around all of the cable ties, gradually transforming the shape from a chaotic molten glop into a neatly-ordered polyhedron…albeit a <em>bristly</em> polyhedron at this point:</p>
<p style="text-align: center"><img class="size-full wp-image-23422 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/cinching.jpg" alt="" width="600" height="200" /></p>
<p>Two tools can be helpful for finishing. The first, a cable tie gun, is not essential but can really improve the final cinching down of each piece, to get every cable tie uniformly snug. The second is an ordinary nail clipper, to cut each cable tie flush (wire cutters don&rsquo;t cut them quite flush, resulting in hundreds of sharp little plastic points and a disco ball that&rsquo;s very painful to handle!).</p>
<p style="text-align: center"><img class="size-full wp-image-23430 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/tools.jpg" alt="" width="400" height="250" /></p>
<p>The microcontroller inside had previously been programmed with the <em>LEDstream</em> sketch — essentially the same as used by <a href="https://www.adafruit.com/products/461">Adalight</a> and <a href="https://www.adafruit.com/products/611">Adavision</a>, with just a small change to read from the XBee module rather than the USB port. No code had been written for the ball at this point, but the <em>Plasma</em> demo from Adavision would at least show if the ball was receiving data. After plugging it in and firing up the code, it works!</p>
<p style="text-align: center"><img class="size-full wp-image-23424 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/first-light.jpg" alt="" width="600" height="300" /></p>
<p>Some ideas didn&rsquo;t pan out as hoped. Remember those 5 extra LEDs from the wiring diagram? The project used five LED strands, which come in lengths of 25 pixels each (125 pixels total), while the icosahedreon needed only 120 (20 faces x 6 pixels per face). The extra five could have been trimmed off and used in some mini-project, but instead I had the idea to use these to illuminate the interior of the ball, which would then be visible through Adafruit logo-shaped cutouts at each vertex:</p>
<p style="text-align: center"><img class="size-full wp-image-23427 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/star.jpg" alt="" width="240" height="240" /></p>
<p>In practice, the internal LEDs didn&rsquo;t provide uniform lighting. They tended to get smooshed up against one face or another, and would throw off the color of the outside LEDs in that specific area. So the code now leaves these LEDs turned off.</p>
<p>“Bronze mirror” wasn&rsquo;t the best choice of materials; it tends to photograph as almost black. Future iterations will use traditional “clear” mirror.</p>
<p>XBee also didn&rsquo;t perform as well as hoped, but that&rsquo;s a post for another day. In the meantime, here&rsquo;s a dinosaur holding up a disco ball:</p>
<p style="text-align: center"><img class="size-full wp-image-23423 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2012/01/disco-dino.jpg" alt="" width="440" height="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23421</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>THE ADAFRUIT X2 TIME BALL &#8211; OPEN SOURCE LED &#8220;DISCO&#8221; BALL AND NEW YEAR DEVICE! Powered by ARDUINO!</title>
		<link>http://www.adafruit.com/blog/2011/12/31/the-adafruit-x2-time-ball-open-source-led-disco-ball-and-new-year-device-powered-by-arduino/</link>
		<comments>http://www.adafruit.com/blog/2011/12/31/the-adafruit-x2-time-ball-open-source-led-disco-ball-and-new-year-device-powered-by-arduino/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 16:49:27 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[ask-an-engineer]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[xbee]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/31/the-adafruit-x2-time-ball-open-source-led-disco-ball-and-new-year-device-powered-by-arduino/</guid>
		<description><![CDATA[Why spend time in a crowded and cold times square when you can make your OWN Times Square LED ball? Perfect for new years eve, disco parties, weddings, raves, bar mitzvahs, or just a romantic night in. This DIY LED Disco Ball is made using Adafruit&#8217;s 12mm LED pixels, an Arduino and two 2.4GHz XBee&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/34374417?title=0&amp;byline=0&amp;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Why spend time in a crowded and cold times square when you can make your OWN Times Square LED ball? Perfect for new years eve, disco parties, weddings, raves, bar mitzvahs, or just a romantic night in. This DIY LED Disco Ball is made using Adafruit&#8217;s 12mm LED pixels, an Arduino and two 2.4GHz XBee&#8217;s (for wireless disco control!). The LED pattern is controlled by the open source graphics language, Processing so it works on Windows, Mac or Linux computers. The ball pattern is made of a dozen laser cut acrylic panels that are ziptied together and the hanging cord is also the power supply cable (<a href="http://vimeo.com/34374417">HD video here</a>).</p>
<p>We&#8217;ll have a full tutorial after the new year so stay tuned and get your leisure suit to the cleaners!</p>
<p><b>Contains:</b><br />
<a href="https://www.adafruit.com/products/322">12mm Diffused Digital RGB LED Pixels (Strand of 25) &#8211; WS2801</a><br />
<a href="https://www.adafruit.com/products/50">Arduino Uno R3 (Atmega328 &#8211; assembled)</a><br />
<a href="https://www.adafruit.com/products/128">XBee Module &#8211; Series 01 &#8211; XB24-AWI-001</a><br />
<a href="https://www.adafruit.com/products/126">XBee Adapter kit &#8211; v1.1</a><br />
<a href="https://www.adafruit.com/products/247">USB XBee Adapter</a></p>
<p><b>Github:</b><br />
<a href="https://github.com/adafruit/Adafruit-X2-Time-Ball">https://github.com/adafruit/Adafruit-X2-Time-Ball</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23337</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; SMT RGB 5050 LED &#8211; 10 pack!</title>
		<link>http://www.adafruit.com/blog/2011/12/30/new-product-smt-rgb-5050-led-10-pack/</link>
		<comments>http://www.adafruit.com/blog/2011/12/30/new-product-smt-rgb-5050-led-10-pack/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 20:40:32 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/30/new-product-smt-rgb-5050-led-10-pack/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; SMT RGB 5050 LED &#8211; 10 pack! These surface-mount LEDs are an easy way to add a lot of colorful dots to your project. They&#8217;re similar to the ones in our digital RGB LED strip, same size and shape. They are half a centimeter on a side, which makes them small but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/619"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-58.jpg" height="310" width="403" border="0" hspace="4" vspace="4" alt="Window-58" /></a><br />
<a href="http://www.adafruit.com/products/619">NEW PRODUCT &#8211; SMT RGB 5050 LED &#8211; 10 pack!</a> These surface-mount LEDs are an easy way to add a lot of colorful dots to your project. They&#8217;re similar to the ones in our digital RGB LED strip, same size and shape. They are half a centimeter on a side, which makes them small but not so small that they are impossible to hand solder. There are three LEDs inside, red green and blue and because they are so close together, they mix very nicely, without the need for a diffuser. The LED is also insanely bright, at a eyeball-blistering 3800mcd.</p>
<p><a href="http://www.adafruit.com/products/619"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/ID619close_LRG.jpg" height="308" width="400" border="0" hspace="4" vspace="4" alt="Id619Close Lrg" /></a><br />
Comes in a strip of 10 pieces. If you order more than one strip, it will come as multiple strips of 10, not one long strip.</p>
<p><a href="http://www.adafruit.com/products/619"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/ID619strip_LRG.jpg" height="308" width="400" border="0" hspace="4" vspace="4" alt="Id619Strip Lrg" /></a><br />
Please note this is a surface mount part! it is possible to solder thin wires to the pads but its designed for use on a SMT PCB. <a href="https://github.com/adafruit/Adafruit-Eagle-Library">We do have an Eagle package for this LED in our github library repository, called <b>RGBLED5050</b> that you can use in your next PCB design.</a> If you are not comfortable with hand soldering SMT parts, <a href="http://www.adafruit.com/category/37">check out our other RGB LEDs such as the thru-hole ones or in pixels/strips</a>.</p>
<p><a href="http://www.adafruit.com/products/619">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23321</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; 1.8 SPI TFT display, 160&#215;128 18-bit color &#8211; ST7735R driver</title>
		<link>http://www.adafruit.com/blog/2011/12/29/new-product-1-8-spi-tft-display-160x128-18-bit-color-st7735r-driver/</link>
		<comments>http://www.adafruit.com/blog/2011/12/29/new-product-1-8-spi-tft-display-160x128-18-bit-color-st7735r-driver/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 00:14:24 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/29/new-product-1-8-spi-tft-display-160x128-18-bit-color-st7735r-driver/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; 1.8 SPI TFT display, 160&#215;128 18-bit color &#8211; ST7735R driver. We just love this little 1.8&#8243; TFT display, with true TFT color (up to 18-bits per pixel!), fine 160&#215;128 resolution, two white LED backlight that runs on 3.3V and a very easy SPI interface that requires only 4 or 5 digital pins [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/618"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-57.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-57" /></a></p>
<p><a href="http://www.adafruit.com/products/618">NEW PRODUCT &#8211; 1.8 SPI TFT display, 160&#215;128 18-bit color &#8211; ST7735R driver</a>. We just love this little 1.8&#8243; TFT display, with true TFT color (up to 18-bits per pixel!), fine 160&#215;128 resolution, two white LED backlight that runs on 3.3V and a very easy SPI interface that requires only 4 or 5 digital pins to send pixels to the display.</p>
<p><b>Please note!</b> This is <b>just</b> the raw display, not attached to a PCB or for use with a breadboard. If you want to use this out of the box with no surface mount soldering, <a href="http://www.adafruit.com/products/358">check out our fully assembled 1.8&#8243; TFT breakout board with microSD card holder</a>. This display is for experts who are comfortable soldering a surface mount display using fine pitch soldering techniques! This display also is for 3.3V use only, so be sure to use a level shifter if you&#8217;re going to use it with 5.0V microcontrollers.</p>
<p>Want to use this TFT display on your next project? <a href="https://github.com/adafruit/Adafruit-Eagle-Library">We have it already in our Eagle library, under the name JDT-1800!</a></p>
<p><a href="https://github.com/adafruit/ST7735-Library">We have a full C/C++ library for the ST7735R chip that drives this display in github</a></p>
<p><a href="http://www.adafruit.com/products/618">In stock, shippin&#8217; now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23248</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>LED Hula Hoop  spells @carrotcreative logo</title>
		<link>http://www.adafruit.com/blog/2011/12/28/led-hula-hoop-spells-carrotcreative-logo/</link>
		<comments>http://www.adafruit.com/blog/2011/12/28/led-hula-hoop-spells-carrotcreative-logo/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 16:29:13 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/28/led-hula-hoop-spells-carrotcreative-logo/</guid>
		<description><![CDATA[What a cool present. LED Hula Hoop spells @carrotcreative logo.. Uses Adafruit LED strips!]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/s0otcdW-98w?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/pt_361.jpg" height="171" width="542" border="0" hspace="4" vspace="4" alt="Pt 361" /></p>
<p>What a cool present. <a href="http://twitter.com/#!/riannam/status/151830898726289409">LED Hula Hoop  spells @carrotcreative logo.</a>. <a href="http://twitter.com/#!/philihp/status/151853983894474752">Uses</a> <a href="http://www.adafruit.com/category/37">Adafruit LED strips!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New year’s disco ball: powering the beast</title>
		<link>http://www.adafruit.com/blog/2011/12/27/new-year%e2%80%99s-disco-ball-powering-the-beast/</link>
		<comments>http://www.adafruit.com/blog/2011/12/27/new-year%e2%80%99s-disco-ball-powering-the-beast/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 09:34:17 +0000</pubDate>
		<dc:creator>PhilB</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[leds]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=23100</guid>
		<description><![CDATA[A quiet holiday provided some much-needed time for making progress on the New Year&#8217;s disco ball — officially now titled the “X2 Time Ball.” The discosohedron Time Ball will have 120 RGB LED pixels on its surface…that&#8217;s nearly as many as the Adavison video wall, and faced similar problems of feeding power to than many [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img class="size-full wp-image-23111 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/ratsnest.jpg" alt="" width="600" height="320" /></p>
<p>A quiet holiday provided some much-needed time for making progress on the <a href="http://www.adafruit.com/blog/2011/12/16/a-little-bit-of-times-square-on-your-desk/">New Year&rsquo;s disco ball</a> — officially now titled the “X2 Time Ball.”</p>
<p><span id="more-23100"></span>The <del><a href="http://www.adafruit.com/blog/2011/12/21/new-year&rsquo;s-disco-ball-because-“disco-icosahedron”-just-doesn&rsquo;t-have-the-same-ring-to-it/">discosohedron</a></del> Time Ball will have 120 RGB LED pixels on its surface…that&rsquo;s nearly as many as the <a href="https://www.adafruit.com/products/611">Adavison video wall</a>, and faced similar problems of feeding power to than many hungry LEDs (nearly 7 Amps worth!). Adavision used an ATX computer power supply…an excellent frugality hack because these power supplies are plentiful and cheap (sometimes reclaimed from old equipment). But as a “fashion item,” the Time Ball would benefit from clean cabling…not to mention that the loud fans in some ATX power supplies can be like working next to a jet engine.</p>
<p>Since ample power is going to be a recurring need as customers&rsquo; LED projects grow in scope and sophistication, we&rsquo;ve been evaluating different options, such as this laptop-style power brick:</p>
<p style="text-align: center"><img class="size-full wp-image-23107 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/power-brick.jpg" alt="" width="600" height="300" /></p>
<p>The brick is compact, fanless, provides 5 Volts at up to <em>10 Amps,</em> uses the same 5.5/2.1mm power connector as the smaller <a href="https://www.adafruit.com/products/276">2 Amp supply</a> and is compatible with the <a href="https://www.adafruit.com/products/368">screw terminal adapter</a>. Looks like a winner all around, so expect to see this in the store some time in the weeks ahead! (Until then, <em>Ask an Engineer</em> viewers know the drill: “It&rsquo;s not out yet, so don&rsquo;t ask.”)</p>
<p>A lot of devices use this same plug, including our <a href="https://www.adafruit.com/products/63">9V</a> and <a href="https://www.adafruit.com/products/352">12V power supplies</a>. In order to avoid expensive <a href="https://www.adafruit.com/products/565">blue smoke and heartbreak</a>, I&rsquo;ve gotten into the habit of immediately labeling all power supplies near the tip so they don&rsquo;t get mixed up with the wrong equipment. Over-voltage will kill your LEDs!</p>
<p>For distributing power, Adavision required soldering pairs of power wires to <a href="https://www.adafruit.com/products/425">ATX power cables</a>. Wanting something that could be more easily dismantled and reconfigured in future projects, I&rsquo;ve been examining alternatives such as these barrier strips and jumpers:</p>
<p style="text-align: center"><img class="size-full wp-image-23105 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/barrier-strip.jpg" alt="" width="600" height="400" /></p>
<p>The barrier strips are fairly common and can be found at Radio Shack, the electrical department in better-stocked hardware stores, or various online sources. Meanwhile, the 8-position jumper (which converts the barrier strip into a single “bus bar”) is seemingly milled from a single block of unobtanium or something. The only place I&rsquo;ve located this elusive item so far is…<em>drumroll for irony</em>…Radio Shack!</p>
<p>Two six-position barrier strips are used, one each for +5V and ground. Terminal spades have been crimped onto the power leads for five LED strands, as well as leads for the microcontroller and heavy-gauge wire to the screw terminal adapter for the power supply. The jumper strips are cut down to size with beefy wire cutters. Plastic covers will later be added to avoid electrical shorts:</p>
<p style="text-align: center"><img class="size-full wp-image-23106 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/power-blocks.jpg" alt="" width="600" height="400" /></p>
<p>The project provided an opportunity to test something out that I&rsquo;ve been eager to try. If you&#8217;ve worked with longer LED strands powered from one end, you may have observed a phenomenon where the furthest LEDs become progressively discolored, due to the voltage drop along the length of the wire. This is why I&rsquo;ve been adamant about limiting strands to about 25 LEDs (or 1 meter with the LPD8806 strips) before adding additional power taps. The voltage drop on shorter strands is less noticeable.</p>
<p style="text-align: center"><img class="aligncenter size-full wp-image-23129" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/power1.png" alt="" width="600" height="310" /></p>
<p>A common work-around is to power longer strands from both ends. Generally speaking, this probably works well enough in most situations, but it does leave the door open to possible gremlins later when you least expect it. <em>Ground loops</em> — multiple paths to ground — could make the data signals more susceptible to interference. Everything works fine on your desk, then you set it up elsewhere — perhaps there&rsquo;s an unseen microwave oven on the other side of the wall — and are up &rsquo;til 3am looking for the bug you <em>think</em> is in the software.</p>
<p style="text-align: center"><img class="aligncenter size-full wp-image-23130" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/power2.gif" alt="" width="600" height="220" /></p>
<p>To avoid this with Adavision, strands were powered from the <em>middle</em> — 25 pixels to the left, 25 to the right. Limiting the strand length makes the voltage drop less obvious:</p>
<p style="text-align: center"><img class="aligncenter size-full wp-image-23132" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/power4.png" alt="" width="600" height="220" /></p>
<p>If you&rsquo;ve been to the west coast Maker Faire then you may have met my friend Lindsay and his <a href="http://electricgiraffe.com/">Electric Giraffe</a>, 17 feet tall and covered head-to-toe in LEDs. Needless to say, he&rsquo;s had a bit of experience with LEDs and long distances:</p>
<p style="text-align: center"><img class="size-full wp-image-23113 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/giraffe.jpg" alt="" width="256" height="256" /></p>
<p>A simple trick he showed me is to power the strands from opposite ends: +5V at one end, ground at the other. Because the power to every LED then passes through an equal length of wire, the voltage drop is consistent. There&rsquo;s still <em>some</em> voltage drop — you can&rsquo;t change the laws of physics — but it&rsquo;s uniform along the entire strand and all the LEDs are equally bright. And no ground loop:</p>
<p style="text-align: center"><img class="aligncenter size-full wp-image-23131" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/power3.gif" alt="" width="600" height="350" /></p>
<p>Five such strands are used in the Time Ball. The clock and data wires are joined from each strand to the next to form a continuous 125 LED strand with five +5V and five ground wires leading to the power blocks. Only 120 of these LEDs are needed for the ball…the rest could be cut off and used in a small project, but in case a complete strand was needed later I opted to leave them attached, stuffed inside the ball and not addressed by the software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=23100</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New year’s disco ball: first signs of software</title>
		<link>http://www.adafruit.com/blog/2011/12/22/new-year%e2%80%99s-disco-ball-first-signs-of-software/</link>
		<comments>http://www.adafruit.com/blog/2011/12/22/new-year%e2%80%99s-disco-ball-first-signs-of-software/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 19:56:40 +0000</pubDate>
		<dc:creator>PhilB</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[polyhedra]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=22953</guid>
		<description><![CDATA[Set your calculator to “maths”… Yesterday two basic criteria for our New Year&#8217;s LED project were established: Our “ball” will actually be an icosahedron — a 20-sided shape — for ease of assembly. Each face will have six LEDs, for 120 LEDs total. To create meaningful patterns on the ball, rather than just random blinking, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img class="size-full wp-image-22954 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/ico-screen.jpg" alt="" width="600" height="300" /></p>
<p>Set your calculator to “maths”…</p>
<p><span id="more-22953"></span></p>
<p>Yesterday two basic criteria for our <a href="http://www.adafruit.com/blog/2011/12/16/a-little-bit-of-times-square-on-your-desk/">New Year&rsquo;s LED project</a> were established:</p>
<ol>
<li>Our “ball” will actually be an icosahedron — a 20-sided shape — for ease of assembly. Each face will have six LEDs, for 120 LEDs total.</li>
<li>To create meaningful patterns on the ball, rather than just random blinking, it&rsquo;s necessary to know the coordinates of every LED. Therefore, a software model will need to approximate the physical thing.</li>
</ol>
<p>The first step to finding the LED coordinates is to establish the positions of each of the 12 vertices of the icosahedron, even though there are no LEDs there. Once those points are known, all the LEDs can be located through interpolation.</p>
<p>There are a number of ways of constructing an icosahedron…the Greeks were working up the math in 400 B.C., the Scots <em>might</em> have hammered it out in the late Neolithic Age…though some protozoa and viruses had us all beat by half a billion years or so.</p>
<p style="text-align: center"><img class="size-full wp-image-22955 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/history.jpg" alt="" width="330" height="110" /></p>
<p>Our “ball” will hang from one vertex at the top, so we&rsquo;ll follow a construction method to suit. When viewed down the vertical axis, there&rsquo;s a clear 5-fold symmetry:</p>
<p style="text-align: center"><img class="size-full wp-image-22956 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/symmetry.png" alt="" width="400" height="200" /></p>
<p>Starting with just the radius of those “spokes” from the center (we&rsquo;ll use a value of 1.0 — the units are arbitrary), a couple formulas are all that&rsquo;s needed to find the 3D position of one vertex, and from that to replicate all the remaining vertices by revolving around the center axis. <a href="http://en.wikipedia.org/wiki/Icosahedron#Dimensions">Wikipedia can help with the maths</a>!</p>
<p>From those vertices we can then identify edges and faces. Using two edge vectors from each face, the triangular 1-2-3 layout of the LEDs can be interpolated across this. Wrapped up in just a short Processing sketch, we now have a tumbling 3D icosahedron with LED dots in the desired places! Later, we&rsquo;ll issue colors based on each LED&rsquo;s location.</p>
<p><a href="https://github.com/adafruit/Adafruit-X2-Time-Ball/tree/master/Processing/Ico">A test sketch for Processing is available from the project&rsquo;s Github repository</a>. This does not yet communicate with an Arduino or the LEDs; it is strictly for validating the geometry. It&rsquo;s a good visual match for the model on the table!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22953</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New year’s disco ball: because “disco icosahedron” just doesn’t have the same ring to it</title>
		<link>http://www.adafruit.com/blog/2011/12/21/new-year%e2%80%99s-disco-ball-because-%e2%80%9cdisco-icosahedron%e2%80%9d-just-doesn%e2%80%99t-have-the-same-ring-to-it/</link>
		<comments>http://www.adafruit.com/blog/2011/12/21/new-year%e2%80%99s-disco-ball-because-%e2%80%9cdisco-icosahedron%e2%80%9d-just-doesn%e2%80%99t-have-the-same-ring-to-it/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:15:56 +0000</pubDate>
		<dc:creator>PhilB</dc:creator>
				<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[polyhedra]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=22845</guid>
		<description><![CDATA[“Simplify, simplify, simplify.” — Thoreau “One ‘simplify&#8217; would have sufficed.” — Emerson With a nifty construction method settled upon, it was time to decide on a polygonal shape for our “new year&#8217;s disco ball.” This seemed like a solved problem — geodesic domes are sufficiently popular that you can find kits and calculators all over [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img class="size-full wp-image-22852 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/simplify.jpg" alt="" width="600" height="200" /></p>
<p>“Simplify, simplify, simplify.” — Thoreau</p>
<p>“One ‘simplify&rsquo; would have sufficed.” — Emerson</p>
<p><span id="more-22845"></span>With a <a href="http://www.adafruit.com/blog/2011/12/19/new-year&rsquo;s-disco-ball-3d-shapes-from-2d-parts/">nifty construction method settled upon</a>, it was time to decide on a polygonal shape for our “<a href="http://www.adafruit.com/blog/2011/12/16/a-little-bit-of-times-square-on-your-desk/">new year&rsquo;s disco ball</a>.” This seemed like a solved problem — <a href="http://en.wikipedia.org/wiki/Geodesic_dome">geodesic domes</a> are sufficiently popular that you can find kits and <a href="http://www.desertdomes.com/domecalc.html">calculators</a> all over the internet — but we soon hit a snag: while at first glance these domes appear to be comprised of many identical triangles, it turns out there are actually very subtle variations throughout. This is not a <em>technical</em> problem at all; it could certainly be done, but it fails our <em>Annoying Test.</em> Each piece must be aligned with <em>exactly</em> the right neighbors and turned <em>exactly</em> the right way. Now repeat the process dozens or hundreds of times without a single mistake. <em>No.</em></p>
<p>So, Plan B, we looked at <em><a href="http://en.wikipedia.org/wiki/Archimedean_solid">Archimedian solids</a>.</em> Many of these polyhedra achieve a nice ball-like shape while being comprised of just two or three types of regular polygons. The <a href="http://en.wikipedia.org/wiki/Truncated_icosahedron">truncated icosahedron</a> (colloquially sometimes labeled a “soccer ball” or “Buckyball”) was especially pleasing:</p>
<p style="text-align: center"><img class="size-full wp-image-22853 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/bucky-ziptie.jpg" alt="" width="400" height="360" /></p>
<p>On its own, the shape is now pretty easy to build. But when it came time to think about lighting this up, even this shape proved just a bit too complex. Here&rsquo;s why:</p>
<p>If we just wanted to jam LEDs in there and blink them at random, that would be simple and we could call it done. But that&rsquo;s…just…<em>lacking</em> something. We&rsquo;d really like to be able to address these LEDs with order and purpose…top to bottom, around the circumference, you name it. And again, there&rsquo;s nothing <em>technically</em> barring us from doing that with this shape. It&rsquo;s simply a matter of not wanting to alienate readers and kit-builders with limited patience. You see, to keep track of their positions, every single LED would need to be installed in a <em>specific</em> place, in a <em>specific</em> sequence, <em>somewhere</em> on this map:</p>
<p style="text-align: center"><img class="size-full wp-image-22855 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/soccer-flat.png" alt="" width="512" height="260" /></p>
<p>Not fun to try to explain…or read…in instructions. So we&rsquo;ll back off one more step and consider the <em><a href="http://en.wikipedia.org/wiki/Platonic_solids">Platonic solids</a>,</em> which are each comprised of a single repeating regular polygon. Gamers are well familiar with them:</p>
<p style="text-align: center"><img class="size-full wp-image-22856 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/dice.jpg" alt="" width="400" height="150" /></p>
<p style="text-align: center"><em>(Please ignore the d10 and imagine a d6 in its place!)</em></p>
<p>The <a href="http://en.wikipedia.org/wiki/Dodecahedron">dodecahedron</a> (in blue) and <a href="http://en.wikipedia.org/wiki/Icosahedron">icosahedron</a> (red) are both vaguely round…ish. We settled on the icosahedron, comprised of 20 equilateral triangles, because the math is simpler, and it spreads out nicely as a flat map:</p>
<p style="text-align: center"><img class="size-full wp-image-22857 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/ico-flat.png" alt="" width="512" height="260" /></p>
<p><em>Much</em> easier for indicating where will LEDs go! And a quick ugly prototype confirms that the LEDs will fit:</p>
<p style="text-align: center"><img class="size-full wp-image-22858 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/proto-ball.jpg" alt="" width="400" height="360" /></p>
<p>So, after that whole digression, <strong>we&rsquo;ve come full circle to use one of the original cable-tie assembly shapes we had <a href="http://www.adafruit.com/blog/2011/12/19/new-year&rsquo;s-disco-ball-3d-shapes-from-2d-parts/">already looked at</a>!</strong></p>
<p>We&rsquo;ll make the finished ball (yes, we&rsquo;re still calling it a “ball,” despite its obvious polygonality) in mirrored acrylic for added bling factor. With 20 faces, and six LEDs per face, that&rsquo;s 120 LED pixels total. We&rsquo;ll need those figures later when coming up with a power supply…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22845</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ST7565 Menu</title>
		<link>http://www.adafruit.com/blog/2011/12/20/st7565-menu/</link>
		<comments>http://www.adafruit.com/blog/2011/12/20/st7565-menu/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 05:00:36 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/20/st7565-menu/</guid>
		<description><![CDATA[ST7565 Menu. Alex writes - I recently completed an independent school project for which I designed and built a prototype of a hand-held sensor platform. It consisted of an ATmega328, a ST7565 LCD and a couple sensors. I ended up using the Arduino environment with Adufruit Industries&#8217; ST7565 Arduino library. Being tired of writing new [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/VwZfXnnf9Jc?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://www.alexanderhiam.com/wordpress/?p=83">ST7565 Menu</a>. Alex writes -</p>
<blockquote><p>
I recently completed an independent school project for which I designed and built a prototype of a hand-held sensor platform. It consisted of an ATmega328, a <a href="http://www.adafruit.com/products/250">ST7565 LCD</a> and a couple sensors. I ended up using the Arduino environment with Adufruit Industries&rsquo; ST7565 Arduino library. Being tired of writing new code every time I wanted some sort of LCD user interaface, I set out to create my own API on top of Adafruit&rsquo;s library.</p>
<p>The basic structure I was after was a menu based UI, involving layers of menus and sub-menus, each consisting of different selectable items, whose functions were all user-defined. This ended up being an easier task than it sounds, and I ended up with a rather cool library which I&rsquo;ve dubbed the exceedingly creative name of ST7565 Menu
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/250"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/08/PT_101477.jpg" height="755" width="456" border="0" hspace="2" vspace="2" alt="Pt 101477" /></a></p>
<p><a href="http://www.adafruit.com/products/250">Graphic ST7565 Positive LCD (128&#215;64) with RGB backlight + extras.</a> This graphical display looks great, costs less! The dark gray pixels are visible in daylight, and there&#8217;s also a full RGB LED backlight, which you can control with PWM to make any color you can imagine.</p>
<p>Four mounting holes and a blank 11 pin 2mm-pitch labeled breakout on the side &#8211; we just soldered some wire to each hole as shown in the photos, its very easy. (The LCDs have no wires soldered in when we ship them)</p>
<p><b>Bonus!</b> We&#8217;re including a free 4050 level shifter chip so that you can safely use it with your favorite 5V microcontroller</p>
<p>Advantages!
<ul>
<li>Lower cost than KS0108 LCDs</li>
<li>Serial interface uses only 4 or 5 digital pins</li>
<li>Low power, full-color RGB LED backlight</li>
<li>Visible in daylight without backlight</li>
<li>Works perfectly with 3V logic</li>
</ul>
<p>Challenges!&#8230;
<ul>
<li>3.3v power and logic means a level converter is needed for 5V Arduinos (<span style="font-weight: bold;">we include this part when purchasing from us</span>)</li>
<li>Microcontroller must buffer display &#8211; uses 1Kb of RAM. This means <a href="http://www.adafruit.com/products/123">you must upgrade to a ATmega328</a> if you are using an Arduino with a &#8217;8 or &#8217;168 </li>
</ul>
<p>For a more detailed tutorial, including how to wire up the display with a 4050, see our writeup at <a href="http://www.ladyada.net/learn/lcd/st7565.html">http://www.ladyada.net/learn/lcd/st7565.html</a> <a href="http://github.com/adafruit/ST7565-LCD">We have C code and an Arduino library ready to go</a> (we suggest reading the above tutorial too!).</p>
<p><a href="http://www.adafruit.com/products/250">In stock and shippin&#8217; now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22874</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New year’s disco ball: 3D shapes from 2D parts</title>
		<link>http://www.adafruit.com/blog/2011/12/19/new-year%e2%80%99s-disco-ball-3d-shapes-from-2d-parts/</link>
		<comments>http://www.adafruit.com/blog/2011/12/19/new-year%e2%80%99s-disco-ball-3d-shapes-from-2d-parts/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 22:24:06 +0000</pubDate>
		<dc:creator>PhilB</dc:creator>
				<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[polyhedra]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=22778</guid>
		<description><![CDATA[In making our LED disco ball for the new year, it will be necessary to transition from the flat planes of Adalight and Adavision into the three-dimensional world. This has been a humbling experience in the KISS principle: “keep it simple, stupid!” The first tries did not end well… Our initial attempts involved taking existing [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img class="size-full wp-image-22779 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/little-polyhedra.jpg" alt="" width="600" height="400" /></p>
<p>In making our <a href="http://www.adafruit.com/blog/2011/12/16/a-little-bit-of-times-square-on-your-desk/">LED disco ball for the new year</a>, it will be necessary to transition from the flat planes of <a href="http://www.adafruit.com/blog/2011/10/04/tutorial-tuesday-adalight-make-your-own-diy-arduino-powered-ambient-ambilight-like-lighting-rig/">Adalight</a> and <a href="http://www.adafruit.com/blog/2011/12/14/adavision-diy-150-led-video-wall-project-pack/">Adavision</a> into the three-dimensional world. This has been a humbling experience in the KISS principle: “keep it simple, stupid!” The first tries did not end well…</p>
<p><span id="more-22778"></span>Our initial attempts involved taking existing 3D forms (globes, salad bowls and lamp post diffusers, among other things) and drilling holes over the entire surface for mounting <a href="http://www.adafruit.com/blog/2011/07/18/updated-product-12mm-diffused-digital-rgb-led-pixels-strand-of-25/">LED pixels</a>. This is <em>not</em> an entirely rotten idea, but it falls short of one of our goals: we might like to offer kit packs in the future…or at the very least, readers should be able to follow along at home! Asking would-be customers to drill a precise geodesic pattern of holes into anything wouldn&rsquo;t be a great PR move. (By way of comparison: you might be familiar with the <a href="http://en.wikipedia.org/wiki/Hoberman_sphere">Hoberman Sphere</a> toy…but few recall the earliest version to land in stores: a bag of <em>eleventy bajillion nearly identical plastic parts,</em> to be assembled by the customer…or, just as likely, to be half assembled and either returned or flung in the trash in frustration. Later editions came pre-assembled, and the rest is history.)</p>
<p style="text-align: center"><img class="size-full wp-image-22780 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/ball-fail.jpg" alt="" width="600" height="380" /></p>
<p style="text-align: center">Disco ball FAIL!</p>
<p>Two additional factors pushed us toward an alternate approach:</p>
<ol>
<li>A kit should be easy to package and efficient to ship.</li>
<li>Laser-cut acrylic is the bee&rsquo;s knees for holding LED pixels!</li>
</ol>
<div>
<p>Our next approach then was polyhedral in nature, inspired by the <a href="http://en.wikipedia.org/wiki/Geodesic_dome">geodesic domes</a> popularized by <a href="http://en.wikipedia.org/wiki/Buckminster_Fuller">Bucky Fuller</a>. The shape would take care of itself…but, applying the Hoberman lesson, what we needed to figure out was a relatively painless way of fastening all the parts together. Something durable, but neither time-consuming nor requiring great precision. Quite a few existing approaches were looked at…</p>
<p style="text-align: center"><img class="size-full wp-image-22781 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/construction-methods.jpg" alt="" width="600" height="400" /></p>
<p>Some require adhesives (and time, and patience), others call for hardware (and dainty fingers), while still others need nothing more than their own friction, but have no “give” to make assembly easier. In the end, we went our own way, arriving at a solution that met all our criteria for strength and simplicity:</p>
<p style="text-align: center"><img class="size-full wp-image-22782 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/cable-ties.jpg" alt="" width="280" height="280" /></p>
<p>Cable ties! Dozens upon dozens — a veritable <em>plethora</em> — of cable ties! Cheap and plentiful from the local hardware store. If you can live with the “orange pomander ball” aesthetics of the finished shape, this works remarkably well…our polyhedra started out entirely flexible as they&rsquo;re first put together, then gradually firm up as all the ties are cinched down, finally resulting in a sturdy, solid shape (the ties are then trimmed flush). Not super-precise where the edges meet, but ample for our needs. And they&rsquo;re just <em>fun</em> to build! (Math teachers and tabletop gamers take note.) So we&rsquo;re going to run with this as the plan…stay tuned…</p>
<p><img class="aligncenter size-full wp-image-22825" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/pomander-ball.jpg" alt="" width="600" height="300" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22778</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little bit of Times Square on your desk</title>
		<link>http://www.adafruit.com/blog/2011/12/16/a-little-bit-of-times-square-on-your-desk/</link>
		<comments>http://www.adafruit.com/blog/2011/12/16/a-little-bit-of-times-square-on-your-desk/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 22:25:17 +0000</pubDate>
		<dc:creator>PhilB</dc:creator>
				<category><![CDATA[clocks]]></category>
		<category><![CDATA[clocks & watches]]></category>
		<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[adalight]]></category>
		<category><![CDATA[adavision]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[nyc]]></category>
		<category><![CDATA[pixels]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=22727</guid>
		<description><![CDATA[With Adalight and Adavision out the door, we wanted to cap off the year with at least one more project showcasing the cool things that can be done with our Digital RGB LED Pixels, and we&#8217;ll be posting blog updates as the project progresses. Adalight—ambient lighting for your monitor—was one line of LEDs, formed into a [...]]]></description>
			<content:encoded><![CDATA[<p>With <a title="TUTORIAL TUESDAY: Adalight – Make your own DIY Arduino-powered ambient “Ambilight”-like lighting rig" href="http://www.adafruit.com/blog/2011/10/04/tutorial-tuesday-adalight-make-your-own-diy-arduino-powered-ambient-ambilight-like-lighting-rig/">Adalight</a> and <a title="AdaVision – DIY 150 LED video wall project pack" href="http://www.adafruit.com/blog/2011/12/14/adavision-diy-150-led-video-wall-project-pack/">Adavision</a> out the door, we wanted to cap off the year with at least one more project showcasing the cool things that can be done with our <a title="UPDATED PRODUCT – 12mm Diffused Digital RGB LED Pixels (Strand of 25)" href="http://www.adafruit.com/blog/2011/07/18/updated-product-12mm-diffused-digital-rgb-led-pixels-strand-of-25/">Digital RGB LED Pixels</a>, and we&rsquo;ll be posting blog updates as the project progresses.</p>
<p><a href="http://www.ladyada.net/make/adalight/">Adalight</a>—ambient lighting for your monitor—was one line of LEDs, formed into a loop. <a href="http://www.ladyada.net/make/adavision/">Adavision</a>—a mini LED video wall—spread out into a 2D grid. It&rsquo;s only natural then to take the next step into the third dimension. Not simply a cube though…with the new year nearly upon us, and paying tribute to Adafruit&rsquo;s NYC home, why not a shimmery Times Square-style “disco ball?” This would showcase the WS2801 Pixels&rsquo; greatest feature: unconstrained by flat planes or fixed grids, they can be spread out into any shape. Anything you can punch 11.5mm holes through, you can festoon with LEDs, whether it&rsquo;s your backpack or the body panels of a Burning Man art car!</p>
<p style="text-align: center"><img class="size-full wp-image-22728  aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/blingball.jpg" alt="" width="520" height="450" /></p>
<p style="text-align: center">(Ours won&rsquo;t be anywhere near this big.)</p>
<p style="text-align: left">The <a href="http://en.wikipedia.org/wiki/Times_Square_Ball">Times Square ball drop</a> always seemed a bit odd to me. New Year&#8217;s Eve? Ball drop? Buh…<em>what?</em> It was an excuse to stay up late, partying and making noise, and I never gave it much thought. Years later I learned the ball drop actually has a fascinating precedent, tracing its roots to one of the most pivotal inventions of modern commerce…</p>
<p><span id="more-22727"></span></p>
<p style="text-align: center"><img class="size-full wp-image-22729 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/chronometer.jpg" alt="" width="600" height="420" /></p>
<p>The <em><a href="http://en.wikipedia.org/wiki/Chronometer">marine chronometer</a></em> was the first mechanical clock of sufficient precision to determine a ship&rsquo;s longitude, based on the difference in the displayed time and the observed “local noon” time. It was largely the work of a single person, English carpenter and self-taught clockmaker <a href="http://en.wikipedia.org/wiki/John_Harrison">John Harrison</a> (1693–1776), who persevered in developing and refining his invention despite being largely overlooked by the establishment.</p>
<p style="text-align: center"><img class="size-full wp-image-22730 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/harrison.jpg" alt="" width="298" height="377" /></p>
<p>From the 1820s through 1920s, major shipping ports worldwide were home to observatories equipped with <em><a href="http://en.wikipedia.org/wiki/Time_ball">time balls</a>,</em> large and sometimes brightly-colored spheres that could be easily seen from ships in the harbor. At a fixed time each day (typically 1pm local time), <strong>the time ball was dropped so that all ships could precisely synchronize their clocks.</strong></p>
<p style="text-align: center"><img class="size-full wp-image-22731 aligncenter" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/greenwich.jpg" alt="" width="400" height="500" /></p>
<p>Prior to the invention of the chronometer, global navigation could be a hit-or-miss, potentially deadly endeavor. Harrison&rsquo;s clocks in their day were as significant an advancement to maritime safety as the later inventions of radio and GPS, and opened the world to trade and travel.</p>
<p>It all comes back to science. So, this New Year&rsquo;s Eve, as you watch the ball drop, raise your glass in a toast to Mr. Harrison and his amazing clocks.</p>
<p><span style="color: #808080">Image credits: By Clare Cridland (Macy&#8217;s Times Square crystal ball, New York City) [CC-BY-2.0 (www.creativecommons.org/licenses/by/2.0)], via Wikimedia Commons. Chronometer, photograph by Mike Peel (www.mikepeel.net). [CC-BY-SA-2.5 (www.creativecommons.org/licenses/by-sa/2.5)], via Wikimedia Commons. Greenwich Observatory, by Green Lane (Own work) [GFDL (www.gnu.org/copyleft/fdl.html) or CC-BY-SA-3.0-2.5-2.0-1.0 (www.creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22727</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdaVision &#8211; DIY 150 LED video wall project pack</title>
		<link>http://www.adafruit.com/blog/2011/12/14/adavision-diy-150-led-video-wall-project-pack/</link>
		<comments>http://www.adafruit.com/blog/2011/12/14/adavision-diy-150-led-video-wall-project-pack/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 02:01:20 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[project packs]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/14/adavision-diy-150-led-video-wall-project-pack/</guid>
		<description><![CDATA[AdaVision &#8211; DIY 150 LED video wall project pack. AdaVision is our biggest project pack ever! For all lovers of LEDs and LED walls, we finally have a project pack for making your very own stand-alone mini-LED wall. This project is designed to work with Processing to display graphics demos, low rez MPEG movies, Processing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/611"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-50.jpg" height="463" width="600" border="0" hspace="4" vspace="4" alt="Window-50" /></a></p>
<p><iframe src="http://player.vimeo.com/video/33417250?title=0&amp;byline=0&amp;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><a href="http://www.adafruit.com/products/611">AdaVision &#8211; DIY 150 LED video wall project pack</a>. AdaVision is our biggest project pack ever! For all lovers of LEDs and LED walls, we finally have a project pack for making your very own stand-alone mini-LED wall. This project is designed to work with Processing to display graphics demos, low rez MPEG movies, Processing sketches and animations, or a webcam but of course its all open source and documented so that you can adapt it for your own nefarious &#038; blinky purposes.</p>
<p>Once assembled, the LED wall is 17.7&#8243; wide x 11.8&#8243; tall x 3&#8243; deep with 150 diffused LEDs arranged in a 15&#215;10 matrix. The LEDs connect to a small Arduino-like microcontroller board that does the driving work and provides a USB interface. Any computer with a USB port running Windows, Mac or Linux can drive the wall by sending commands to the microcontroller. We suggest using the open source graphics system Processing and have <a href="http://ladyada.net/make/adavision/adapt.html">a bunch of fantastic tutorials and example for using the wall in Processing.</a> <a href="http://ladyada.net/make/adavision/">Please visit the AdaVision project page for tutorials, instructions, details, software and more!</a></p>
<p><b>Each project pack contains:</b></p>
<ul>
<li><a href="https://www.adafruit.com/products/322">150 x 12mm diffused LED pixels</a></li>
<li>Laser cut plastic enclosure in black 3mm acrylic</li>
<li>Bag of 4-40 1/2&#8243; screws and hexnuts</li>
<li><a href="https://www.adafruit.com/products/199">Microcontroller board</a></li>
<li><a href="http://www.adafruit.com/products/579">JST cable to connect to pixels</a></li>
<li><a href="https://www.adafruit.com/products/425">3 x ATX power cables</a></li>
<li><a href="https://www.adafruit.com/products/260">Mini-B USB cable for connecting to a computer</a></li>
<li>6&#8243; x 1/8&#8243; heatshrink</li>
</ul>
<p>You will also need to provide the following (<b>not included!</b>)</p>
<ul>
<li>Soldering iron and solder</li>
<li>Screwdriver for assembling plastic case</li>
<li>ATX power supply with power cable with more than 5V/10A output &#8211; available at any computer supply store</li>
</ul>
<p><a href="http://www.adafruit.com/products/611">We make these packs &#8220;to order&#8221; sign up to get an email when we have them ready!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22655</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What are you waiting for?</title>
		<link>http://www.adafruit.com/blog/2011/12/13/what-are-you-waiting-for/</link>
		<comments>http://www.adafruit.com/blog/2011/12/13/what-are-you-waiting-for/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 17:32:46 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/13/what-are-you-waiting-for/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" width="600" height="338" data="http://www.flickr.com/apps/video/stewart.swf?v=109786" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=94be45732d&#038;photo_id=6495453819&#038;hd_default=false"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=109786"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=109786" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=94be45732d&#038;photo_id=6495453819&#038;hd_default=false" height="338" width="600"></embed></object><br />
 <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22590</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; 32&#215;32 RGB LED matrix panel</title>
		<link>http://www.adafruit.com/blog/2011/12/09/new-product-32x32-rgb-led-matrix-panel/</link>
		<comments>http://www.adafruit.com/blog/2011/12/09/new-product-32x32-rgb-led-matrix-panel/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 23:52:59 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/09/new-product-32x32-rgb-led-matrix-panel/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; 32&#215;32 RGB LED matrix panel! Bring a little bit of Times Square into your home with this totally adorable 5 inch square 32 x 32 RGB LED matrix panel. These panels are normally used to make video walls, here in New York we see them on the sides of busses and bus [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/607"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-3-2.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-3-2" /></a><br />
<a href="http://www.adafruit.com/products/607">NEW PRODUCT &#8211; 32&#215;32 RGB LED matrix panel!</a> Bring a little bit of Times Square into your home with this totally adorable 5 inch square 32 x 32 RGB LED matrix panel. These panels are normally used to make video walls, here in New York we see them on the sides of busses and bus stops, to display animations or short video clips. We thought they looked really cool so we picked up a few boxes of them from a factory. They have <strong>1024</strong> bright RGB LEDs arranged in a 32&#215;32 grid on the front. On the back there is a PCB with two sets of dual IDC connectors (two input, two output: in theory you can chain these together) and 12 16-bit latches that allow you to drive the display with a 1:16 scan rate.</p>
<p><a href="http://www.adafruit.com/products/607"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-46.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-46" /></a></p>
<p>These displays are &#8216;chainable&#8217; &#8211; connect one output to the next input &#8211; but our Arduino example code does not support this (yet). It requires a high speed processor and more RAM than the Arduino has!</p>
<p><a href="http://www.adafruit.com/products/607"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-1-28.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-28" /></a></p>
<p>These panels require 13 digital pins (6 bit data, 7 bit control) and a good 5V supply, up to 2A per panel. <a href="https://www.adafruit.com/products/276">We suggest our 2A regulated 5V adapter</a> and then connecting <a href="https://www.adafruit.com/products/368">a 2.1mm jack</a> Please check out our tutorial for more details!</p>
<p><a href="http://www.adafruit.com/products/607"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/window-2-15.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-2-15" /></a></p>
<p>Comes with: a single 32&#215;32 RGB panel, two IDC cables, a power cable, 4 mounting screws and mini-magnets (it appears these are often mounted on a magnetic base)</p>
<p>Keep in mind that these displays are designed to be driven by FPGAs or other high speed processors: they do not have built in PWM control of any kind. Instead, you&#8217;re supposed to redraw the screen over and over to &#8216;manually&#8217; PWM the whole thing. On a 16 MHz arduino, we managed to squeeze 12-bit color (4096 colors) with 40% CPU usage but this display would really shine if driven by any FPGA, CPLD, Propeller, XMOS or other high speed multi-core controller. The good news is that the display is pre-white balanced with nice uniformity so if you turn on all the LEDs its not a particularly tinted white.</p>
<p>Of course, we wouldn&#8217;t leave you with a datasheet and a &#8220;good luck!&#8221; <a href="http://ladyada.net/products/rgbledmatrix/">We have a full wiring diagrams and working Arduino library code with examples from drawing pixels, lines, rectangles, circles and text. You&#8217;ll get your color blasting within the hour!</a> On an Arduino, you&#8217;ll need 13 digital pins, and about 1600 bytes of RAM to buffer the 12-bit color image. At this time we do not have wiring documentation for the MEGA.</p>
<p><a href="http://www.adafruit.com/products/607">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22515</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGB LED Wheelchair Project</title>
		<link>http://www.adafruit.com/blog/2011/12/06/rgb-led-wheelchair-project/</link>
		<comments>http://www.adafruit.com/blog/2011/12/06/rgb-led-wheelchair-project/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 22:19:58 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/06/rgb-led-wheelchair-project/</guid>
		<description><![CDATA[Great project in the Adafruit forums today! &#8211; RGB LED Wheelchair Project, Cranium writes - My friend, Corey, wanted to upgrade the 4 white leds he used to see tight corners at night navigating in the house and to illuminate his chair a little if he were wheeling down a street after dark for safety [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="437" src="http://www.youtube.com/embed/9zQvEhkedRc?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></p>
<p>Great project in the Adafruit forums today! &#8211; <a href="http://forums.adafruit.com/viewtopic.php?f=47&amp;t=24671">RGB LED Wheelchair Project</a>, Cranium writes -</p>
<blockquote><p>
My friend, Corey, wanted to upgrade the 4 white leds he used to see tight corners at night navigating in the house and to illuminate his chair a little if he were wheeling down a street after dark for safety reasons.</p>
<p>I thought a couple meters of Digital Addressable RGB LED Strips around his chair would be a good solution. These gave me the ability to provide him some good safety lighting at night as well as some fun lights everywhere else.</p>
<p>This is an Arduino based controller running on an atMega328 microprocessor on a home etched PCB. Power is provided off one of his chair&#8217;s batteries and regulated down to 5V through a beefy 50W 10A capable regulator. Under the right armrest, there is a small box that contains the On/Off switch as well as a button to change lighting modes of the strip. The strip is hot glued on some aluminum angle we mounted on the back an under the seat of the chair. The angle was anodized to make it more reflective and does very well.</p>
<p>I currently have 17 lighting sequences programmed with 15 being active. Initial prototypes utilized a sound level monitor but he decided he didn&#8217;t want that so it was disabled. On the PCB, I added the possibility of a couple of future upgrades including a couple 1W leds, another button, and a potentiometer.</p>
<p>The lighting modes available now in the sequence on the video are:</p>
<ul>
<li>x-mas theme</li>
<li>single color changing light rotating around</li>
<li>whole strip illuminating an led at a time to change colors</li>
<li>slow color change of whole strip</li>
<li>color bands shifting around the strip</li>
<li>flashing yellow (caution)</li>
<li>flashing red/blue (police mode)</li>
<li>a red and blue light circling around in opposite directions with 4 led tails trailing behind</li>
<li>white light</li>
<li>random light changes on individual leds</li>
<li>random light changes on the strip changed one led at a time starting at a random point and in a random direction</li>
<li>a white led every 6th led shifting around a green background</li>
<li>a kit like effect on all four sides</li>
<li>all lights randomly sequence on with a random color then randomly sequence off</li>
<li>a flickering of all lights quickly with a random color</li>
</ul>
<p>He can now see and be seen much better!
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22369</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vacuum Fluorescent Display &amp; Teensyduino</title>
		<link>http://www.adafruit.com/blog/2011/12/06/vacuum-fluorescent-display-teensyduino/</link>
		<comments>http://www.adafruit.com/blog/2011/12/06/vacuum-fluorescent-display-teensyduino/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:29:28 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/06/vacuum-fluorescent-display-teensyduino/</guid>
		<description><![CDATA[Getting Started- Vacuum Fluorescent Display &#038; Teensyduino &#124; A work in progress&#8230;. This is a quick tutorial on getting a VFD working with an Arduino (or Arduino equivalent system). VFDs are beautiful devices with a wonderful hexagonal mesh of wires and this lovely green/blue glow. Operating at around 5V, they offer a nice alternative to high voltage [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/TeensyVFDDemo.jpg" height="345" width="460" border="0" hspace="4" vspace="4" alt="Teensyvfddemo" /></p>
<p><a href="http://www.robertpetermatthew.com/2011/11/24/getting-started-vacuum-fluorescent-display-teensyduino/">Getting Started- Vacuum Fluorescent Display &#038; Teensyduino | A work in progress&#8230;</a>.</p>
<blockquote><p>
This is a quick tutorial on getting a VFD working with an Arduino (or Arduino equivalent system). VFDs are beautiful devices with a wonderful hexagonal mesh of wires and this lovely green/blue glow. Operating at around 5V, they offer a nice alternative to high voltage Nixie tubes, while still retaining a lot of the charm.</p>
<p>This tutorial will show you how to connect a Arduino-like device to a VFD display as well as a basic program to display text.
</p></blockquote>
<p>Uses <a href="https://www.adafruit.com/products/199">teensy</a>, and <a href="https://www.adafruit.com/products/347">VFD display</a> from our shop! Nice looking tutorial w/<a href="http://fritzing.org/">fritzing</a> <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22361</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elastic Electric/Data/USB Cables</title>
		<link>http://www.adafruit.com/blog/2011/12/02/elastic-electricdatausb-cables/</link>
		<comments>http://www.adafruit.com/blog/2011/12/02/elastic-electricdatausb-cables/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 20:44:02 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/02/elastic-electricdatausb-cables/</guid>
		<description><![CDATA[Elastic Electric/Data/USB Cables via the Adafruit forums. Somewhat related! Conductive Rubber Cord Stretch Sensor + extras! Measuring stretch forces isn&#8217;t easy &#8211; unless you have some conductive rubber cord! This cord is 2mm diameter, and 1 meter long, made of carbon-black impregnated rubber. Usually this material is used for EMF gasketing, but its also very [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/_tJH4KOrpfU?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></p>
<p>Elastic Electric/Data/USB Cables via the <a href="http://forums.adafruit.com/viewtopic.php?f=47&amp;p=127194#p127194">Adafruit forums.</a></p>
<hr />
<p>Somewhat related!</p>
<p><a href="http://www.adafruit.com/products/519"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/window-1-6.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-6" /></a></p>
<p><a href="http://www.adafruit.com/products/519">Conductive Rubber Cord Stretch Sensor + extras!</a> Measuring stretch forces isn&#8217;t easy &#8211; unless you have some conductive rubber cord! This cord is 2mm diameter, and 1 meter long, made of carbon-black impregnated rubber. Usually this material is used for EMF gasketing, but its also very fun to play with. </p>
<p>In a &#8216;relaxed&#8217; state, the resistance is about 350 ohms per inch. As you pull on it, the resistance increases (the particles get further apart). As you stretch it out, the resistance increases linearly. So lets say you have a 6&#8243; piece &#8211; thats about 2.1 Kohms. Stretch it to 10&#8243; long and now it is 10&#8243;/6&#8243;*2.1K = 3.5 Kohms. You can stretch the rubber about 50-70% longer than the resting length, so a 6&#8243; piece shouldn&#8217;t be stretched more than 10&#8243;. Once the force is released, the rubber will shrink back, although its not very &#8216;fast&#8217; and it takes a minute or two to revert to its original length. </p>
<p><a href="http://www.adafruit.com/products/519"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/window-8.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-8" /></a></p>
<p>This stuff is fun, so we give you a full meter and also two alligator clips (to connect to the cord) and a 10K resistor. Together, you can use these to make a simple voltage divider. Then use our handy Thermistor tutorial to measure the analog voltage and convert that back to resistance.</p>
<p><a href="http://www.adafruit.com/products/519">In stock and shipping!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22271</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating an LED and Motion Installation</title>
		<link>http://www.adafruit.com/blog/2011/12/02/creating-an-led-and-motion-installation/</link>
		<comments>http://www.adafruit.com/blog/2011/12/02/creating-an-led-and-motion-installation/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 15:01:55 +0000</pubDate>
		<dc:creator>johngineer</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[customer projects]]></category>
		<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=22245</guid>
		<description><![CDATA[Awesome project using RGB LED strips, with electronics designed by Interactive Matter: You may know that the whole spring and summer has been a bit quiet over here at Interactive Matter. And again for a reason. I was asked by a friend to build the electronics for a massive LED installation for the  ‘Hsinchu Biomedical [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://interactive-matter.eu/2011/12/developing-a-led-motion-installation/"><img class="alignnone size-full wp-image-22246" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/led_strip_1_600.png" alt="" width="600" height="448" /></a></p>
<p><a href="http://interactive-matter.eu/2011/12/developing-a-led-motion-installation/"><img class="alignnone size-full wp-image-22247" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/led_strip_2_600.png" alt="" width="600" height="450" /></a></p>
<p><a href="http://interactive-matter.eu/2011/12/developing-a-led-motion-installation/"><img class="alignnone size-full wp-image-22248" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/led_strip_3_600.png" alt="" width="600" height="450" /></a></p>
<p><a href="http://interactive-matter.eu/2011/12/developing-a-led-motion-installation/"><img class="alignnone size-full wp-image-22249" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/led_strip_5_600.png" alt="" width="600" height="450" /></a></p>
<p>Awesome project using <a href="http://www.adafruit.com/products/306">RGB LED strips</a>, with electronics designed by <a href="http://interactive-matter.eu/2011/12/developing-a-led-motion-installation/">Interactive Matter</a>:</p>
<blockquote><p>You may know that the whole spring and summer has been a bit quiet over here at Interactive Matter. And again for a reason. I was asked by a friend to build the electronics for a massive LED installation for the  ‘Hsinchu Biomedical Science Park Exhibition Center&rsquo;.</p>
<p>The result was very impressive: An 10 meter long installation, consisting of 30 moving triangles with controllable RGB LEDs in them, acting as a moving display.</p>
<p>A <a href="http://www.xmos.com/products/development-kits/xc-2-ethernet-kit">XMOS controller</a> driving 60 stepper motors,  with about 100 meters of <a href="http://www.ladyada.net/products/digitalrgbledstrip/index.html">HL1606 digitally controlled LED strips</a> composing a moving LED matrix of  30×102 pixels. The concept and design was done by Taiwanese partners. Interactive Matter only provided the electronics and programming.</p>
<p>&#8230;</p>
<p>The basic idea was simple: The XMOS XC-2 kit has 4 processing cores, three of them having two 12 pin connectors. So each core can support 16 HL1606 LED strips (some control pins and 8 data pins per connector, with two connectors per core). Due to the parallel architecture of the XMOS controllers it was very easy to create some scalable implementation for the HL1606 driver). Implementing the driver was also quite a breeze since adafruit hosts <a href="../../datasheets/HL1606E.pdf">the datasheet</a> there are some <a href="http://bleaklow.com/2010/05/24/how_the_hl1606_works.html">good Arduino tutorials</a> for this. The big problem was that the HL1606 only supports 2 grayscale levels, while it was only practical to use just 1 bit control (on or off). So this called for some kind of software controlled PWM. The lenght of the strip and the communication speed controls the update rate of the LED strip. And especially the communication speed varies widely with electric noise, cable length, power supply quality and so on. The solution to this was to implement some <a href="http://en.wikipedia.org/wiki/Pulse-density_modulation">pulse density modulation</a>. By this the grey scale modulation the color depth automatically adapts to the image refresh rate on the LEDs. The faster the update of the LED strip in comparison to the update of the RGB data displayed on the LED strip, the higher the perceived color depth. Nice (and necessary).</p></blockquote>
<p>This is an amazing and beautiful project!</p>
<p>*note that the <a href="http://www.adafruit.com/products/306">RGB LED strips in the shop</a> are now controlled with LPD8806 chips, which provide considerably more subtle color control than the HL1606&#8242;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22245</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quad-copter with Adafruit LEDs&#8230;</title>
		<link>http://www.adafruit.com/blog/2011/12/01/quad-copter-with-adafruit-leds/</link>
		<comments>http://www.adafruit.com/blog/2011/12/01/quad-copter-with-adafruit-leds/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:35:38 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/12/01/quad-copter-with-adafruit-leds/</guid>
		<description><![CDATA[Troynh writes - Just wanted to say thanks for the LPD8806 tutorial and sketch! I&#8217;m in the middle of building a UFO Multiwii Quad-Copter and these are going to look awesome while flying at night.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/i-JZ4msv6-M.jpg" height="450" width="554" border="0" hspace="4" vspace="4" alt="I-Jz4Msv6-M" /></p>
<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/i-B5bDXFb-M.jpg" height="415" width="554" border="0" hspace="4" vspace="4" alt="I-B5Bdxfb-M" /></p>
<p><iframe src="http://player.vimeo.com/video/32942322?title=0&amp;byline=0&amp;portrait=0&amp;color=ffd712" width="555" height="312" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><iframe src="http://player.vimeo.com/video/33002204?title=0&amp;byline=0&amp;portrait=0&amp;color=42e330" width="555" height="312" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><a href="http://forums.adafruit.com/viewtopic.php?f=47&amp;t=24353&amp;p=127015#p127015">Troynh writes</a> -</p>
<blockquote><p>
Just wanted to say thanks for the <a href="https://www.adafruit.com/products/306">LPD8806 tutorial and sketch!</a> I&#8217;m in the middle of building a UFO Multiwii Quad-Copter and these are going to look awesome while flying at night.
</p></blockquote>
<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/12/pt_225.jpg" height="146" width="277" border="0" hspace="4" vspace="4" alt="Pt 225" /></p>
<p> <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22218</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; 4-pin JST SM Receptacle Cable</title>
		<link>http://www.adafruit.com/blog/2011/11/29/new-product-4-pin-jst-sm-receptacle-cable/</link>
		<comments>http://www.adafruit.com/blog/2011/11/29/new-product-4-pin-jst-sm-receptacle-cable/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:52:00 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[useful-stuff]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/29/new-product-4-pin-jst-sm-receptacle-cable/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; 4-pin JST SM Receptacle Cable. This 4-wire cable is 20cm long and has a JST SM type connector receptacle on the end. It mates with the JST SM plug cable and is good for whenever you have 4 wires you want to be able to plug and unplug. We like the solid [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/578"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/window-32.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-32" /></a></p>
<p><a href="http://www.adafruit.com/products/578">NEW PRODUCT &#8211; 4-pin JST SM Receptacle Cable</a>. This 4-wire cable is 20cm long and has a JST SM type connector receptacle on the end. It mates with the <a href="http://www.adafruit.com/products/578">JST SM plug cable</a> and is good for whenever you have 4 wires you want to be able to plug and unplug. We like the solid and compact nature of these connectors and the latch that keeps the cable from coming apart easily. For more information, check the <a href="http://www.adafruit.com/datasheets/JSTSM.pdf">JST SM connector datasheet.</a></p>
<p>Our digital addressable LED strip and 12mm pixels also come with JST SM connectors and you can use these cables to connect to the input or output port </p>
<p>This cable can be used to connect to the OUTPUT port of our <a href="https://www.adafruit.com/products/306">LPD8806 digital addressable LED strip</a> so that you can connect another strip to the output, or perhaps apply power to the &#8216;output&#8217; end. It can be used to connect to the INPUT port of our <a href="https://www.adafruit.com/products/322">WS2801 LED Pixels</a> so that you can easily plug it into your Arduino or similar.</p>
<p><a href="http://www.adafruit.com/products/578">In stock and shipping!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22142</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; 4-pin JST SM Plug Cable</title>
		<link>http://www.adafruit.com/blog/2011/11/29/new-product-4-pin-jst-sm-plug-cable/</link>
		<comments>http://www.adafruit.com/blog/2011/11/29/new-product-4-pin-jst-sm-plug-cable/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:46:18 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[wires-cables-etc]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/29/new-product-4-pin-jst-sm-plug-cable/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; 4-pin JST SM Plug Cable. This 4-wire cable is 20cm long and has a JST SM type connector plug on the end. It mates with the JST SM receptacle cable and is good for whenever you have 4 wires you want to be able to plug and unplug. We like the solid [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/578"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/window-1-19.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-19" /></a></p>
<p><a href="http://www.adafruit.com/products/578">NEW PRODUCT &#8211; 4-pin JST SM Plug Cable.</a> This 4-wire cable is 20cm long and has a JST SM type connector plug on the end. It mates with the <a href="http://www.adafruit.com/products/579">JST SM receptacle cable</a> and is good for whenever you have 4 wires you want to be able to plug and unplug. We like the solid and compact nature of these connectors and the latch that keeps the cable from coming apart easily. For more information, check the <a href="http://www.adafruit.com/datasheets/JSTSM.pdf">JST SM connector datasheet.</a></p>
<p>Our digital addressable LED strip and 12mm pixels also come with JST SM connectors and you can use these cables to connect to the input or output port </p>
<p>This cable can be used to connect to the INPUT port of our <a href="https://www.adafruit.com/products/306">LPD8806 digital addressable LED strip</a> (so that you can easily plug it into your Arduino or similar. It can be used to connect to the OUTPUT port of our <a href="https://www.adafruit.com/products/322">WS2801 LED Pixels</a> so that you can connect another strand to the output, or perhaps apply power to the &#8216;output&#8217; end.</p>
<p><a href="http://www.adafruit.com/products/578">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22140</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NYC Resistor Ambient Light Upgrade #hackfriday</title>
		<link>http://www.adafruit.com/blog/2011/11/27/nyc-resistor-ambient-light-upgrade-hackfriday/</link>
		<comments>http://www.adafruit.com/blog/2011/11/27/nyc-resistor-ambient-light-upgrade-hackfriday/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 17:08:38 +0000</pubDate>
		<dc:creator>johngineer</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[customer projects]]></category>
		<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=22060</guid>
		<description><![CDATA[Over at NYC Resistor, Trammell and Adam decided to upgrade the space with some ambient lighting, controlled by their hexascroller display via a Teensy. Trammell writes: Adam and I upgraded Hexascroller to control 5 m of Adafruit RGB LED strip through a spare serial port connected to a Teensy 2.0 that drives the strip via [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nycresistor.com/2011/11/25/hexascroller-led/"><img class="alignnone size-full wp-image-22074" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/nycr1_600.jpg" alt="" width="600" height="900" /></a></p>
<p><a href="http://www.nycresistor.com/2011/11/25/hexascroller-led/"><img class="alignnone size-full wp-image-22075" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/nycr2_600.jpg" alt="" width="600" height="399" /></a></p>
<p><a href="http://www.nycresistor.com/2011/11/25/hexascroller-led/"><img class="alignnone size-full wp-image-22076" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/nycr3_600.jpg" alt="" width="600" height="399" /></a></p>
<p>Over at NYC Resistor, Trammell and Adam decided to upgrade the space with some ambient lighting, controlled by their hexascroller display via a <a href="http://www.adafruit.com/products/199">Teensy</a>. <a href="http://www.nycresistor.com/2011/11/25/hexascroller-led/">Trammell writes</a>:</p>
<blockquote><p>Adam and I upgraded <a href="http://www.nycresistor.com/2011/09/09/hey-kids-its-hexascroller/">Hexascroller</a> to control 5 m of <a href="../../products/306">Adafruit RGB LED strip</a> through a spare serial port connected to a <a href="http://www.pjrc.com/teensy/">Teensy 2.0</a> that drives the strip via SPI. Now when a new message is displayed, the accent lights switch to a bright flashing mode to attract attention, then they will return to soothing, slow color changing mode.</p></blockquote>
<p>Nice work, guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=22060</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BACK IN STOCK &#8211; 1.8 18-bit color TFT LCD display with microSD card breakout</title>
		<link>http://www.adafruit.com/blog/2011/11/22/back-in-stock-1-8-18-bit-color-tft-lcd-display-with-microsd-card-breakout/</link>
		<comments>http://www.adafruit.com/blog/2011/11/22/back-in-stock-1-8-18-bit-color-tft-lcd-display-with-microsd-card-breakout/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 23:32:59 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/22/back-in-stock-1-8-18-bit-color-tft-lcd-display-with-microsd-card-breakout/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; 1.8 18-bit color TFT LCD display with microSD card breakout. This lovely little display breakout is the best way to add a small, colorful and bright display to any project. Since the display uses 4-wire SPI to communicate and has its own pixel-addressable frame buffer, it can be used with every kind [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/358"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/05/18tftbob_LRG.jpg" height="423" width="550" border="0" hspace="4" vspace="4" alt="18Tftbob Lrg" /></a></p>
<p><a href="http://www.adafruit.com/products/358"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/05/18tftbobback_LRG.jpg" height="422" width="550" border="0" hspace="4" vspace="4" alt="18Tftbobback Lrg" /></a></p>
<p><a href="http://www.adafruit.com/products/358">NEW PRODUCT &#8211; 1.8 18-bit color TFT LCD display with microSD card breakout</a>. This lovely little display breakout is the best way to add a small, colorful and bright display to any project. Since the display uses 4-wire SPI to communicate and has its own pixel-addressable frame buffer, it can be used with every kind of microcontroller. Even a very small one with low memory and few pins available!</p>
<p>The 1.8&#8243; display has 128&#215;160 color pixels. Unlike the low cost &#8220;Nokia 6110&#8243; and similar LCD displays, which are CSTN type and thus have poor color and slow refresh, this display is a true TFT! The TFT driver (ST7735R) can display full 18-bit color (262,144 shades!). And the LCD will always come with the same driver chip so there&#8217;s no worries that your code will not work from one to the other.</p>
<p>The breakout has the TFT display soldered on (it uses a delicate flex-circuit connector) as well as a ultra-low-dropout 3.3V regulator and a 3/5V level shifter so you can use it with 3.3V or 5V power and logic. We also had a little space so we placed a microSD card holder so you can easily load full color bitmaps from a FAT16/FAT32 formatted microSD card.</p>
<p>Of course, we wouldn&#8217;t just leave you with a datasheet and a &#8220;good luck!&#8221; &#8211; <a href="http://www.ladyada.net/products/18tftbreakout/">we&#8217;ve written a full open source graphics library that can draw pixels, lines, rectangles, circles, text and bitmaps as well as example code and a wiring tutorial</a>. The code is written for Arduino but can be easily ported to your favorite microcontroller!</p>
<p><a href="http://www.adafruit.com/products/358">In stock, shippin&#8217; now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21936</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini RGB LED video wall using a Netduino and an Adafruit LED strips</title>
		<link>http://www.adafruit.com/blog/2011/11/22/mini-rgb-led-video-wall-using-a-netduino-and-an-adafruit-led-strips/</link>
		<comments>http://www.adafruit.com/blog/2011/11/22/mini-rgb-led-video-wall-using-a-netduino-and-an-adafruit-led-strips/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 22:01:06 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/22/mini-rgb-led-video-wall-using-a-netduino-and-an-adafruit-led-strips/</guid>
		<description><![CDATA[Mini RGB LED video wall using a Netduino and an Adafruit LED strips… 16&#215;10 RGB LED display built with an Adafruit LPD8806 LED strip and a Netduino mini as the controller. The display is capable of showing over 2 million colors. What&#8217;s not to like about RGB LEDs? With their bright, mesmerizing glow, often capable [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/pt_174.jpg" height="397" width="600" border="0" hspace="4" vspace="4" alt="Pt 174" /></p>
<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/pt_175.jpg" height="397" width="600" border="0" hspace="4" vspace="4" alt="Pt 175" /></p>
<p><iframe width="600" height="335" src="http://www.youtube.com/embed/td6ioE2f3tY?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://www.pix6t4.com/blog/Building-a-mini-RGB-LED-video-wall-using-a-Netduino-and-an-Adafruit-LPD8806-LED-strip">Mini RGB LED video wall using a Netduino and an Adafruit LED strips</a>…</p>
<blockquote><p>
16&#215;10 RGB LED display built with an Adafruit LPD8806 LED strip and a Netduino mini as the controller. The display is capable of showing over 2 million colors. What&rsquo;s not to like about RGB LEDs? With their bright, mesmerizing glow, often capable of displaying millions of colors, they&rsquo;re a great to way to catch the attention of the viewer. Now, what if you had a 5 meter long RGB LED strip, loaded with 160 RGB LEDs to play with? Oh, the possibilities… It so happens that Adafruit, in their infinite wisdom, carries a very nice RGB LED strip, powered by a LPD8806 driver and encased in a waterproof sleeve. What about turning it into a mini video wall for instance? Think ‘Times Square&rsquo;, just smaller <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/306"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/09/digitalledstrip_LRG-4.jpg" height="461" width="600" border="0" hspace="2" vspace="2" alt="Digitalledstrip Lrg-4" /></a></p>
<p><a href="http://www.adafruit.com/products/306">BACK IN STOCK &#8211; Digital Addressable RGB LED with PWM waterproof flexi strip.</a> These LED strips are fun and glowy. There are 32 RGB LEDs per meter, and you can control each LED individually! Yes, that&#8217;s right, this is the digitally-addressable type of LED strip. You can set the color of each LED&#8217;s red, green and blue component with 7-bit PWM precision (so 21-bit color per pixel). The LEDs are controlled by shift-registers that are chained up down the strip so you can shorten or lengthen the strip. Only 2 digital output pins are required to send data down. The PWM is built into each chip so once you set the color you can stop talking to the strip and it will continue to PWM all the LEDs for you</p>
<p><b>Built in 1.2 MHz high speed 7-bit PWM for each channel</b> &#8211; that means it can do 21-bit color per LED (way more than the eye can easily discern). Once you set the brightness level for the LEDs, your microcontroller can go off and do other things, no need to continuously update it, or clock it. The best part is that compared to the WS2801 which can only run one LED at a time, this chip can drive 2 RGB LEDs which means the price stays the same as the older HL1606 strip, nice!</p>
<p>The strip is made of flexible PCB material, and comes with a waterproof sheathing.</p>
<p>You can cut this stuff pretty easily with wire cutters, there are cut-lines every 2.5&#8243;/6.2cm (2 LEDs each). Solder to the 0.1&#8243; copper pads and you&#8217;re good to go. Of course, you can also connect strips together to make them longer, just watch how much current you need!  <a href="http://www.adafruit.com/products/276">We have a 5V/2A supply that should be able to drive 1 or more meters</a> (depending on use)</p>
<p>They come in 5 meter reels with a <a href="http://www.jst-mfg.com/product/detail_e.php?series=238">4-pin JST SM connector</a> on each end, and are <b>sold by the meter</b>! If you buy 5m at a time, you&#8217;ll get full reels. If you buy less than 5m, you&#8217;ll get a single strip, but it will be a cut piece from a reel which may or may not have a connector on it.</p>
<p><a href="http://www.adafruit.com/products/306">BACK IN STOCK &#8211; Digital Addressable RGB LED with PWM waterproof flexi strip!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21933</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adalight Reloaded: Super Elite Chuck Norris Edition!</title>
		<link>http://www.adafruit.com/blog/2011/11/22/adalight-reloaded-super-elite-chuck-norris-edition/</link>
		<comments>http://www.adafruit.com/blog/2011/11/22/adalight-reloaded-super-elite-chuck-norris-edition/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 16:49:07 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/22/adalight-reloaded-super-elite-chuck-norris-edition/</guid>
		<description><![CDATA[Adalight Reloaded: Super Elite Chuck Norris Edition! pburgess writes - Funny how that happens&#8230;I&#8217;d gone in just to test out a little change to the Adalight code, and ended up spending most of the weekend on a nearly complete rewrite with a double-helping of awesomesauce! This involves changes on both the Arduino and Processing sides, [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/30043456?title=0&amp;byline=0&amp;portrait=0" width="600" height="412" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><a href="http://forums.adafruit.com/viewtopic.php?f=47&amp;p=125980#p125980">Adalight Reloaded: Super Elite Chuck Norris Edition!</a> pburgess writes -</p>
<blockquote><p>
Funny how that happens&#8230;I&#8217;d gone in just to test out a little change to the Adalight code, and ended up spending most of the weekend on a nearly complete rewrite with a double-helping of awesomesauce! This involves changes on both the Arduino and Processing sides, and as always you can download the latest from the Git repository:</p>
<p><a href="https://github.com/adafruit/Adalight">https://github.com/adafruit/Adalight</a></p>
<p>(New visitors: if you&#8217;re just joining us, this is Adalight: <a href="http://ladyada.net/make/adalight/">http://ladyada.net/make/adalight/</a> )</p>
<p>So what&#8217;s new?</p>
<ul>
<li>Support for multiple monitors. There have been occasional tweaks and suggestions posted to the forums on achieving this. Here&#8217;s the official implementation. Handles any number of displays, and each can be a different size/layout if needed.</li>
<li>Performance improvements. The exact speedup you&#8217;ll see depends on many factors, but a few systems we&#8217;ve tested show anywhere from 10 to 30 percent better frame rates.</li>
<li>More nuanced lighting control. LEDs &#8220;fade&#8221; from frame to frame, rather than an immediate, seizure-inducing flash. Also, a minimum background brightness can be set. Both are configurable, or can be switched off to run like the old code.</li>
<li>Auto timeout on LEDs. If the Arduino doesn&#8217;t receive any data from the PC in 15 seconds (configurable), the LEDs will be switched off. This avoids that annoying &#8220;stuck pixel&#8221; effect when quitting the Adalight sketch in certain situations.</li>
<li>Automatic port detection. Adalight can scan through all serial ports until it identifies an Arduino running the LEDstream code.Update: due to a conflict between Processing 1.5.1 and the 32u4 board, this doesn&#8217;t work in all settings, so it&#8217;s no longer the default mode. If you&#8217;re using a &#8220;classic&#8221; Arduino and/or Processing 2.0 alpha, this should work fine, you&#8217;ll just need to enable that code (very easy, see comments in source).</li>
<li>100% gluten-free, and no trans-fats! No animals were harmed in the making of this software. Any time the cat wanted food or to go outside, I&#8217;d stop working and take care of it.</li>
</ul>
<p>Load the &#8220;LEDstream&#8221; sketch in the Arduino IDE, compile and upload to your board. Then load the &#8220;Adalight&#8221; sketch in Processing and give it a try&#8230;and remember, you can always use the &#8220;Export Application&#8221; feature in Processing to create a standalone double-clickable program; no need to launch the Processing IDE every time you want to run Adalight.</p>
<p>The old LEDstream and Adalight are both cross-compatible with the newer versions, so reprogramming the Arduino isn&#8217;t absolutely 100% essential if you can&#8217;t get to it&#8230;they both still speak the same protocol. This is mostly for the LED timeout and auto-detection in the new code.
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/461"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/10/adalight_LRG.jpg" height="461" width="600" border="0" hspace="2" vspace="2" alt="Adalight Lrg" /></a></p>
<p><a href="http://www.adafruit.com/products/461">Adalight &#8211; DIY Ambient Monitor Lighting Project Pack</a>. Build your own ambient-light addition for a monitor or media PC television with the Adalight project pack! This project pack is for our <a href="http://ladyada.net/make/adalight/">&#8220;Adalight&#8221; project tutorial</a>. By running the Processing code on your computer, the halo of LEDs will follow the screen colors to provide an awesome ambient light display that adds pop to TV shows, movies or games! </p>
<p>This pack contains:</p>
<ul>
<li><a href="http://www.adafruit.com/products/322">A strand of 25 x 12mm LED pixels</a></li>
<li><a href="http://www.adafruit.com/products/276">5V 2A power adapter</a></li>
<li><a href="http://www.adafruit.com/products/368">2.1mm female power jack</a></li>
</ul>
<p>You&#8217;ll also need an <a href="http://www.adafruit.com/products/50">Arduino</a> (or compatible) and <a href="http://www.adafruit.com/products/62">a USB cable</a>, <b>those are not included</b>!  You will also need some basic soldering tools and some wire, <a href="http://ladyada.net/make/adalight/">see the tutorial page for instructions.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21914</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LED Hand Turkey Sweater</title>
		<link>http://www.adafruit.com/blog/2011/11/17/led-hand-turkey-sweater/</link>
		<comments>http://www.adafruit.com/blog/2011/11/17/led-hand-turkey-sweater/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 19:50:19 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/17/led-hand-turkey-sweater/</guid>
		<description><![CDATA[LED Hand Turkey Sweater. Jessica writes - I decided to give Thanksgiving the attention it deserves. As a kid, I loved making decorations for the Thanksgiving table. I thought whoever came up with the idea that your hand could be traced and transformed into a turkey was a genius. I made hand turkeys like they [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/LEDturkey.jpg" height="448" width="600" border="0" hspace="4" vspace="4" alt="Ledturkey" /></p>
<p><a href="http://geekcr3d.com/led-hand-turkey-sweater/">LED Hand Turkey Sweater</a>. Jessica writes -</p>
<blockquote><p>
I decided to give Thanksgiving the attention it deserves. As a kid, I loved making decorations for the Thanksgiving table. I thought whoever came up with the idea that your hand could be traced and transformed into a turkey was a genius. I made hand turkeys like they were going out of style – I even colored my fingers look like feathers so it would be more realistic.</p>
<p>Since I loved this so much as a kid, why wouldn&rsquo;t I love the same activity as a so-called adult? Which is how the idea struck me, and I embarked on my second e-textile project: a LED hand turkey sweater.</p>
<p>My first idea was to have the turkey centered on a sweater. But while sweater shopping I discovered that apparently solid color crew necks are ‘sooooo last season&rsquo;. I then went with plan B and moved the design to the lower-right corner of an orange v-neck sweater I picked up on the cheap.</p>
<p>Then it was turkey time! I traced my hand on a piece of brown felt and cut it out. Then, I sewed alternating rows of yellow and red LEDs onto my felt fingers with conductive thread. I then hand-stitched the felt to the sweater, added my batteries and stitched a beak, legs and an eye and….voilà!
</p></blockquote>
<p><b>Previous:</b><br />
<a href="http://www.adafruit.com/blog/2011/10/07/ada11-jessica-uelmen-parallax-educational-project-engineer/">#ADA11 &#8211; Jessica Uelmen, Parallax, Educational project engineer.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21719</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MANUFACTURING MONDAY: HOW TO &#8211; Separate digital RGB LED strips on the overlapping section ends</title>
		<link>http://www.adafruit.com/blog/2011/11/14/manufacturing-monday-how-to-separate-digital-rgb-led-strips-on-the-overlapping-section-ends/</link>
		<comments>http://www.adafruit.com/blog/2011/11/14/manufacturing-monday-how-to-separate-digital-rgb-led-strips-on-the-overlapping-section-ends/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 22:16:06 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/14/manufacturing-monday-how-to-separate-digital-rgb-led-strips-on-the-overlapping-section-ends/</guid>
		<description><![CDATA[This mini-tutorial is a little on the advanced side, its going to show how to separate our digital RGB LED strips on the overlapping section ends. All the strips are made of 1/2meter long sections. Between every 2 LEDs you can cut off the flex PCB at the dotted lines. However, every 1/2 meter you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/f554e74fa4b6ce4344ed1f30b96e85df.media_.jpg" height="345" width="500" border="0" hspace="4" vspace="4" alt="F554E74Fa4B6Ce4344Ed1F30B96E85Df.Media" /></p>
<p>This mini-tutorial is a little on the advanced side, its going to show how to separate our digital RGB LED strips on the overlapping section ends. All the strips are made of 1/2meter long sections. Between every 2 LEDs you can cut off the flex PCB at the dotted lines. However, every 1/2 meter you cannot just cut the strip but must pull apart the soldered sections. Its not terribly hard but worth documenting!</p>
<p><a href="http://www.ladyada.net/products/digitalrgbledstrip/index.html#how_to_separate_longer_strips_advanced">Read more!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21588</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColorNode &#8211; OSHW LED string controllers</title>
		<link>http://www.adafruit.com/blog/2011/11/14/colornode-oshw-led-string-controllers/</link>
		<comments>http://www.adafruit.com/blog/2011/11/14/colornode-oshw-led-string-controllers/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 05:00:52 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[open source hardware]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/14/colornode-oshw-led-string-controllers/</guid>
		<description><![CDATA[ColorNode » DigitalMisery.com. ColorNode is a wireless Arduino-compatible microcontroller board designed to replace the stock controller board on GE Color Effects light strings. ColorNode was inspired by the original controller protocol reverse-engineering effort featured here:  Hacking Christmas Lights. That work enabled simple control of each individual bulb of these light strings using just one pin on a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/pt_98.jpg" height="499" width="600" border="0" hspace="4" vspace="4" alt="Pt 98" /></p>
<p><a href="http://www.digitalmisery.com/projects/colornode/">ColorNode » DigitalMisery.com</a>.</p>
<blockquote><p>
ColorNode is a wireless Arduino-compatible microcontroller board designed to replace the stock controller board on GE Color Effects light strings.</p>
<p>ColorNode was inspired by the original controller protocol reverse-engineering effort featured here:  <a href="http://www.deepdarc.com/2010/11/27/hacking-christmas-lights">Hacking Christmas Lights.</a> That work enabled simple control of each individual bulb of these light strings using just one pin on a microcontroller.  The stock controller works nice and the patterns are good, however being able to have full control of the color and brightness of each bulb unlocks the potential for awesome holiday light displays.  Hacking these lights is also relatively inexpensive, compared to using other addressable strings or light sequencers on the market.</p>
</blockquote>
<p>Christmas is the season for LED hacking, with some OSHW LED string controllers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW PRODUCT &#8211; 16&#215;24 Red LED Matrix Panel &#8211; Chainable HT1632C Driver</title>
		<link>http://www.adafruit.com/blog/2011/11/10/new-product-16x24-red-led-matrix-panel-chainable-ht1632c-driver/</link>
		<comments>http://www.adafruit.com/blog/2011/11/10/new-product-16x24-red-led-matrix-panel-chainable-ht1632c-driver/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 21:51:05 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/10/new-product-16x24-red-led-matrix-panel-chainable-ht1632c-driver/</guid>
		<description><![CDATA[NEW PRODUCT &#8211; 16&#215;24 Red LED Matrix Panel &#8211; Chainable HT1632C Driver. These LED panels take care of all the work of making a big matrix display. Each panel has six 8&#215;8 red matrix modules, for a 16&#215;24 matrix. The panel has a HT1632C chip on the back with does all the multiplexing work for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/products/555"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/window-15.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-15" /></a></p>
<p><a href="http://www.adafruit.com/products/555">NEW PRODUCT &#8211; 16&#215;24 Red LED Matrix Panel &#8211; Chainable HT1632C Driver.</a> These LED panels take care of all the work of making a big matrix display. Each panel has six 8&#215;8 red matrix modules, for a 16&#215;24 matrix. The panel has a HT1632C chip on the back with does all the multiplexing work for you and has a 3-pin SPI-like serial interface to talk to it and set LEDs on or off (you cannot set the LED to be individually dimmed, as in &#8216;grayscale&#8217;). There&#8217;s a few extras as well, such as being able to change the brightness of the entire display, or blink the entire display at 1 Hz. </p>
<p><a href="http://www.adafruit.com/products/555"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/window-1-10.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-1-10" /></a></p>
<p>One really nice thing about this particular LED matrix module is that it is designed to be &#8216;chainable&#8217; &#8211; you can connect to 8 panels together to make an extra long display. </p>
<p><a href="http://www.adafruit.com/products/555"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/window-2-5.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Window-2-5" /></a></p>
<p>Comes with one fully assembled and ready to go panel, and a 10-pin IDC cable. You will need a microcontroller to control the display, our tutorial uses an Arduino but nearly any microcontroller with 3 digital output pins can be used. If you want to chain two displays, you can use the two IDC cables in the packages to connect them. But for 3+ chained displays you will need more cables &#8211; check the tutorial, search for &#8220;How many Cables do I need?&#8221; for an explaination </p>
<p><a href="http://ladyada.net/products/16x24LEDmatrix/">And of course, we have written a full tutorial and Arduino library</a> that not only takes care of controlling the display, it also intelligently handles chained displays, so that they appear to be one long matrix. The library has functions for drawing pixels, lines, rectangles, circles and text. You&#8217;ll be making it light up in 15 minutes!</p>
<ul>
<li>Requires 5V power</li>
<li>3 digital pins for one panel</li>
<li>Chainable up to 8 displays, each display requires an extra CS pin (so 8 displays requires 10 digital pins)</li>
<li>4.5&#8243; x 3.5&#8243; x 0.7&#8243;</li>
<li>4 x 0.125&#8243; drill mounting holes</li>
<li>HT1632C driver chip</li>
</ul>
<p><a href="http://www.adafruit.com/products/555">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21427</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TUTORIAL &#8211; 16&#215;24 LED Matrix &#8211; Easy to use, chainable displays</title>
		<link>http://www.adafruit.com/blog/2011/11/10/tutorial-16x24-led-matrix-easy-to-use-chainable-displays/</link>
		<comments>http://www.adafruit.com/blog/2011/11/10/tutorial-16x24-led-matrix-easy-to-use-chainable-displays/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 21:33:05 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/10/tutorial-16x24-led-matrix-easy-to-use-chainable-displays/</guid>
		<description><![CDATA[TUTORIAL &#8211; 16&#215;24 LED Matrix &#8211; Easy to use, chainable displays. 16&#215;24 LED Matrix &#8211; Easy to use, chainable displays. These LED panels take care of all the work of making a big matrix display. Each panel has six 8&#215;8 red matrix modules, for a 16&#215;24 matrix. The panel has a HT1632C chip on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ladyada.net/products/16x24LEDmatrix/"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/2panelwire.jpg" height="454" width="600" border="0" hspace="4" vspace="4" alt="2Panelwire" /></a></p>
<p><a href="http://ladyada.net/products/16x24LEDmatrix/"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/testtwo.jpg" height="302" width="600" border="0" hspace="4" vspace="4" alt="Testtwo" /></a></p>
<p><a href="http://ladyada.net/products/16x24LEDmatrix/"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/11/redmatrix1624.jpg" height="461" width="600" border="0" hspace="4" vspace="4" alt="Redmatrix1624" /></a></p>
<p><a href="http://ladyada.net/products/16x24LEDmatrix/">TUTORIAL &#8211; 16&#215;24 LED Matrix &#8211; Easy to use, chainable displays</a>. 16&#215;24 LED Matrix &#8211; Easy to use, chainable displays. These LED panels take care of all the work of making a big matrix display. Each panel has six 8&#215;8 red matrix modules, for a 16&#215;24 matrix. The panel has a HT1632C chip on the back with does all the multiplexing work for you and has a 3-pin SPI-like serial interface to talk to it and set LEDs on or off. There&#8217;s a few extras as well, such as being able to change the brightness of the entire display, or blink the entire display at 1 Hz.</p>
<p>One really nice thing about this particular LED matrix module is that it is designed to be &#8216;chainable&#8217; &#8211; you can connect to 8 panels together to make an extra long display.</p>
<p><a href="http://ladyada.net/products/16x24LEDmatrix/">Read more!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21421</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Ambilight (ADALIGHT) &#8211; gaming video!</title>
		<link>http://www.adafruit.com/blog/2011/11/09/diy-ambilight-adalight-gaming-video/</link>
		<comments>http://www.adafruit.com/blog/2011/11/09/diy-ambilight-adalight-gaming-video/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 12:27:25 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/09/diy-ambilight-adalight-gaming-video/</guid>
		<description><![CDATA[dagthomas in the forums writes - Just wanted to say I received the package, put it together and it worked like a charm. Bought a plastic lid which I attached to the VESA holder and applied everything to that. There are images of it at the end of my vid. Since everyone is doing films [...]]]></description>
			<content:encoded><![CDATA[<p><object width="600" height="338"><param name="movie" value="http://www.youtube.com/v/Vp0x0F2A6CI?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Vp0x0F2A6CI?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="600" height="338" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://forums.adafruit.com/viewtopic.php?f=47&amp;p=124768#p124768">dagthomas in the forums writes</a> -</p>
<blockquote><p>
Just wanted to say I received the package, put it together and it worked like a charm. Bought a plastic lid which I attached to the VESA holder and applied everything to that. There are images of it at the end of my vid. Since everyone is doing films etc, thought I&#8217;d show off a little gaming.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21344</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say hi to Phillip Burgess our new senior designer at Adafruit :)</title>
		<link>http://www.adafruit.com/blog/2011/11/08/say-hi-to-phillip-burgess-our-new-senior-designer-at-adafruit/</link>
		<comments>http://www.adafruit.com/blog/2011/11/08/say-hi-to-phillip-burgess-our-new-senior-designer-at-adafruit/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 21:55:55 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/11/08/say-hi-to-phillip-burgess-our-new-senior-designer-at-adafruit/</guid>
		<description><![CDATA[Everyone, give Phillip Burgess a warm welcome &#8211; he&#8217;s joining us at Adafruit to do a lot of cool things as a &#8220;senior designer&#8221; Phillip Burgess&#8217; interests and career have spanned technology and art for decades. He&#8217;s been an occasional contributor at Hack a Day, curates the VintageCG channel on YouTube, and his gamut of [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/30043456" width="600" height="398" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
<p>Everyone, give Phillip Burgess a warm welcome &#8211; he&#8217;s joining us at Adafruit to do a lot of cool things as a &#8220;senior designer&#8221; <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.paintyourdragon.com/">Phillip Burgess&#8217;</a> interests and career have spanned technology and art for decades. He&#8217;s been an occasional contributor at <a href="http://hackaday.com/author/philburgess/">Hack a Day</a>, curates the <a href="http://www.youtube.com/VintageCG">VintageCG channel on YouTube</a>, and his gamut of work has ranged from illustrating gaming manuals to developing satellite mapping software. His first project for <a href="http://www.ladyada.net/make/adalight/">Adafruit was Adalight</a>, and there&#8217;s lots more cool stuff in the pipeline <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=21307</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

