<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>RGB LCD Shield Kit-16x2 Character Display</title><link>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display</link><description>Product Detail Documents</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RGB LCD Shield Kit-16x2 Character Display</title><link>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display</link><pubDate>Fri, 05 May 2023 16:06:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b139ad15-f45e-47ff-a40b-98adf0a40ac9</guid><dc:creator>e14-publisher</dc:creator><comments>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display#comments</comments><description>Current Revision posted to Documents by e14-publisher on 5/5/2023 4:06:42 PM&lt;br /&gt;
&lt;div id="product-page-content"&gt;
    &lt;h1 class="xs-mt0 xs-mb2"&gt;RGB LCD Shield Kit-16x2 Character Display&lt;/h1&gt;
    &lt;div class="xs-mb3"&gt;&lt;span class="bold xs-mr1"&gt;Manufactured By:&lt;/span&gt;adafruit industries&lt;/div&gt;
    
    &lt;div class="xs-flex md-flex-row xs-flex-column"&gt;
        &lt;div class="md-w40 xs-w100"&gt;
                    &lt;div id="devtool-primary-image" class="devtool-primary-image-container fill-white"&gt;
                                    &lt;img src="https://community-dc-assets.element14.com/images/devtool/size500/rgb_lcd_shield_kit16x2_character_display_500x500_1579632754.png" class="devtool-image-devtool-0 xs-w100 xs-full-height fill-white obj-fit-contain xs-block" alt="RGB LCD Shield Kit-16x2 Character Display" /&gt;
                            &lt;/div&gt;
                            &lt;/div&gt;

        &lt;div class="md-w60 md-pl4 md-pl4 md-pt0 xs-w100 xs-pl0 xs-pl0 xs-pt2"&gt;
                        &lt;div class="xs-flex xs-flex-justify-space-between xs-flex-align-center xs-border-lighter fill-white xs-p2"&gt;
                                    &lt;div class="xs-mt1 xs-mb1"&gt;
                        &lt;div class="xs-text-5"&gt;&lt;span class="bold xs-mr1"&gt;Part Number:&lt;/span&gt;&lt;span id="part-number-value"&gt;714&lt;/span&gt;&lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class="xs-text-right xs-mr2"&gt;
                                            &lt;a id="e14-product-link-4649e" data-at-areainteracted="design-center" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2816319&amp;nsku=42X9548&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('4649e'));" data-farnell="2816319" data-newark="42X9548" data-comoverride="" data-cmpoverride="" data-cpc="" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; 
                                        &lt;/div&gt;
                            &lt;/div&gt;
                                &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class="xs-mt3"&gt;
    This new Adafruit shield makes it easy to use a 16x2 Character LCD. We really like the RGB LCDs we stock in the shop both the RGB negative and RGB positive. Unfortunately, these LCDs do require quite a few digital pins, 6 to control the LCD and then another 3 to control the RGB backlight for a total of 9 pins. That&amp;#39;s half of the pins available on a classic Arduino!&lt;br /&gt;&lt;br /&gt;With this in mind, we wanted to make it easier for people to get these LCD into their projects so we devised a shield that lets you control a 16x2 Character LCD, up to 3 backlight pins AND 5 keypad pins using only the two I2C pins on the Arduino! The best part is you don&amp;#39;t really lose those two pins either, since you can stick i2c-based sensors, RTCs, etc and have them share the I2C bus. This is a super slick way to add a display without all the wiring hassle.&lt;br /&gt;&lt;br /&gt;This shield is perfect for when you want to build a stand-alone project with its own user interface. The 4 directional buttons plus select button allows basic control without having to attach a bulky computer.&lt;br /&gt;&lt;br /&gt;The shield is designed for &amp;#39;classic&amp;#39; Arduinos such as the Uno, Duemilanove, Diecimilla, etc. It uses the I2C pins at Analog 4 and Analog 5. It will also work perfectly with Arduino Mega R3&amp;#39;s which have the extra SDA/SCL I2C pins broken out. Earlier Mega&amp;#39;s have the I2C pins in a different location and will require you to solder two wires from the I2C pins on the shield and plug them into the different I2C locations at Digital 20 &amp;amp; 21. This shield will not fit easily on top of an Arduino Ethernet because of the Ethernet jack height. You can use a set of stacking headers to give the shield more &amp;#39;lift&amp;#39; above the jack.&lt;br /&gt;&lt;br /&gt;This product comes as a kit! Included is a high quality, USA-made PCB and all the components (buttons, header etc). This product comes with a 16x2 RGB negative. Assembly is easy, even if you&amp;#39;ve never soldered before and the kit can be completed in 30 minutes. Check the product tutorial page for assembly instructions before purchasing&lt;br /&gt;&lt;br /&gt;Of course, we even wrote an easy-to-use Arduino library that you can easily add to your project. It acts just like the built in LiquidCrystal library, but automatically uses the shield pins. You can also easily query the 5 keypad buttons to get input through the library, so you get extra buttons without using any more pins. The buttons are automatically de-bounced inside the library.&lt;br /&gt;&lt;br /&gt;At this time, the library and shield can control the RGB backlight of our character LCDs by turning each LED on or off. This means you can display the following colors: Red, Yellow, Green, Teal, Blue, Violet, White and all off. There is no support for PWM control of the backlight at this time, so if you need to have more granular control of the RGB backlight to display a larger range of colors, this shield can&amp;#39;t do that (the I2C expander does not have PWM output).
    &lt;/div&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Features&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;Dimensions: 2.1&amp;quot; x 3.2&amp;quot;&lt;/li&gt;
&lt;li&gt;Comes with a 16x2 RGB backlight LCD, negative display&lt;/li&gt;
&lt;li&gt;Plug and play with any Arduino &amp;#39;classic&amp;#39; - UNO, duemilanove, diecimilla, etc as well as Arduino Mega R3.&lt;/li&gt;
&lt;li&gt;Uses only the I2C pins - Analog 4 &amp;amp; 5 on classic Arduinos, Digital 20 and 21 on Arduino Mega R3&lt;/li&gt;
&lt;li&gt;This board/chip uses I2C 7-bit address 0x20&lt;/li&gt;
&lt;li&gt;Mounting hole size is 2.5mm&lt;/li&gt;
&lt;/ul&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Ships With&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;RGB LCD Shield Kit&lt;/li&gt;
&lt;/ul&gt;
    
    &lt;div id="devtool-required-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Required Tools&lt;/h3&gt;
        &lt;div id="devtool-required-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div id="devtool-accessory-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Accessory Tools&lt;/h3&gt;
        &lt;div id="devtool-accessory-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Documents&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;User Manual/Guide&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt; 
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Downloads&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;Design Package&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt;
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield/downloads" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
    &lt;/div&gt;

&lt;div class="xs-hide"&gt;
&lt;script&gt;e14.meta.page.devtools={"id": 4691, "type": "devtool", "part_number": "714" };&lt;/script&gt;
&lt;/div&gt;

&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: lcd, rgb, display, mcu, daughter_addon_boards, development_platforms_kits, adafruit, arduino, indicator&lt;/div&gt;
</description></item><item><title>RGB LCD Shield Kit-16x2 Character Display</title><link>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display/revision/3</link><pubDate>Thu, 16 Dec 2021 23:37:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b139ad15-f45e-47ff-a40b-98adf0a40ac9</guid><dc:creator>e14-publisher</dc:creator><comments>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display#comments</comments><description>Revision 3 posted to Documents by e14-publisher on 12/16/2021 11:37:42 PM&lt;br /&gt;
&lt;div class="xs-hide"&gt;
&lt;script&gt;e14.meta.page.devtools={"id": 4691, "type": "devtool", "part_number": "714" };&lt;/script&gt;
&lt;/div&gt;
&lt;div id="product-page-content"&gt;
    &lt;h1 class="xs-mt0 xs-mb2"&gt;RGB LCD Shield Kit-16x2 Character Display&lt;/h1&gt;
    &lt;div class="xs-mb3"&gt;&lt;span class="bold xs-mr1"&gt;Manufactured By:&lt;/span&gt;adafruit industries&lt;/div&gt;
    
    &lt;div class="xs-flex md-flex-row xs-flex-column"&gt;
        &lt;div class="md-w40 xs-w100"&gt;
                    &lt;div id="devtool-primary-image" class="devtool-primary-image-container fill-white"&gt;
                                    &lt;img src="https://community-dc-assets.element14.com/images/devtool/size500/rgb_lcd_shield_kit16x2_character_display_500x500_1579632754.png" class="devtool-image-devtool-0 xs-w100 xs-full-height fill-white obj-fit-contain xs-block" alt="RGB LCD Shield Kit-16x2 Character Display" /&gt;
                            &lt;/div&gt;
                            &lt;/div&gt;

        &lt;div class="md-w60 md-pl4 md-pl4 md-pt0 xs-w100 xs-pl0 xs-pl0 xs-pt2"&gt;
                        &lt;div class="xs-flex xs-flex-justify-space-between xs-flex-align-center xs-border-lighter fill-white xs-p2"&gt;
                &lt;div class="xs-mt1 xs-mb1"&gt;
                    &lt;div class="xs-text-5"&gt;&lt;span class="bold xs-mr1"&gt;Part Number:&lt;/span&gt;&lt;span id="part-number-value"&gt;714&lt;/span&gt;&lt;/div&gt;
                &lt;/div&gt;
                &lt;div class="xs-text-right xs-mr2"&gt;
                            &lt;a id="e14-product-link-8d526" data-at-areainteracted="design-center" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2816319&amp;nsku=42X9548&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('8d526'));" data-farnell="2816319" data-newark="42X9548" data-comoverride="" data-cmpoverride="" data-cpc="" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; 
                                &lt;/div&gt;
            &lt;/div&gt;
                                &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class="xs-mt3"&gt;
    This new Adafruit shield makes it easy to use a 16x2 Character LCD. We really like the RGB LCDs we stock in the shop both the RGB negative and RGB positive. Unfortunately, these LCDs do require quite a few digital pins, 6 to control the LCD and then another 3 to control the RGB backlight for a total of 9 pins. That&amp;#39;s half of the pins available on a classic Arduino!&lt;br /&gt;&lt;br /&gt;With this in mind, we wanted to make it easier for people to get these LCD into their projects so we devised a shield that lets you control a 16x2 Character LCD, up to 3 backlight pins AND 5 keypad pins using only the two I2C pins on the Arduino! The best part is you don&amp;#39;t really lose those two pins either, since you can stick i2c-based sensors, RTCs, etc and have them share the I2C bus. This is a super slick way to add a display without all the wiring hassle.&lt;br /&gt;&lt;br /&gt;This shield is perfect for when you want to build a stand-alone project with its own user interface. The 4 directional buttons plus select button allows basic control without having to attach a bulky computer.&lt;br /&gt;&lt;br /&gt;The shield is designed for &amp;#39;classic&amp;#39; Arduinos such as the Uno, Duemilanove, Diecimilla, etc. It uses the I2C pins at Analog 4 and Analog 5. It will also work perfectly with Arduino Mega R3&amp;#39;s which have the extra SDA/SCL I2C pins broken out. Earlier Mega&amp;#39;s have the I2C pins in a different location and will require you to solder two wires from the I2C pins on the shield and plug them into the different I2C locations at Digital 20 &amp;amp; 21. This shield will not fit easily on top of an Arduino Ethernet because of the Ethernet jack height. You can use a set of stacking headers to give the shield more &amp;#39;lift&amp;#39; above the jack.&lt;br /&gt;&lt;br /&gt;This product comes as a kit! Included is a high quality, USA-made PCB and all the components (buttons, header etc). This product comes with a 16x2 RGB negative. Assembly is easy, even if you&amp;#39;ve never soldered before and the kit can be completed in 30 minutes. Check the product tutorial page for assembly instructions before purchasing&lt;br /&gt;&lt;br /&gt;Of course, we even wrote an easy-to-use Arduino library that you can easily add to your project. It acts just like the built in LiquidCrystal library, but automatically uses the shield pins. You can also easily query the 5 keypad buttons to get input through the library, so you get extra buttons without using any more pins. The buttons are automatically de-bounced inside the library.&lt;br /&gt;&lt;br /&gt;At this time, the library and shield can control the RGB backlight of our character LCDs by turning each LED on or off. This means you can display the following colors: Red, Yellow, Green, Teal, Blue, Violet, White and all off. There is no support for PWM control of the backlight at this time, so if you need to have more granular control of the RGB backlight to display a larger range of colors, this shield can&amp;#39;t do that (the I2C expander does not have PWM output).
    &lt;/div&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Features&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;Dimensions: 2.1&amp;quot; x 3.2&amp;quot;&lt;/li&gt;
&lt;li&gt;Comes with a 16x2 RGB backlight LCD, negative display&lt;/li&gt;
&lt;li&gt;Plug and play with any Arduino &amp;#39;classic&amp;#39; - UNO, duemilanove, diecimilla, etc as well as Arduino Mega R3.&lt;/li&gt;
&lt;li&gt;Uses only the I2C pins - Analog 4 &amp;amp; 5 on classic Arduinos, Digital 20 and 21 on Arduino Mega R3&lt;/li&gt;
&lt;li&gt;This board/chip uses I2C 7-bit address 0x20&lt;/li&gt;
&lt;li&gt;Mounting hole size is 2.5mm&lt;/li&gt;
&lt;/ul&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Ships With&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;RGB LCD Shield Kit&lt;/li&gt;
&lt;/ul&gt;
    
    &lt;div id="devtool-required-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Required Tools&lt;/h3&gt;
        &lt;div id="devtool-required-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div id="devtool-accessory-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Accessory Tools&lt;/h3&gt;
        &lt;div id="devtool-accessory-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Documents&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;User Manual/Guide&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt; 
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Downloads&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;Design Package&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt;
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield/downloads" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
    &lt;/div&gt;

&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: lcd, rgb, display, mcu, daughter_addon_boards, development_platforms_kits, adafruit, arduino, indicator&lt;/div&gt;
</description></item><item><title>RGB LCD Shield Kit-16x2 Character Display</title><link>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display/revision/2</link><pubDate>Thu, 16 Dec 2021 03:26:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b139ad15-f45e-47ff-a40b-98adf0a40ac9</guid><dc:creator>e14-publisher</dc:creator><comments>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display#comments</comments><description>Revision 2 posted to Documents by e14-publisher on 12/16/2021 3:26:13 AM&lt;br /&gt;
&lt;div class="xs-hide"&gt;
&lt;script&gt;e14.meta.page.devtools={"id": 4691, "type": "devtool", "part_number": "714" };&lt;/script&gt;
&lt;/div&gt;
&lt;div id="product-page-content"&gt;
    &lt;h1 class="xs-mt0 xs-mb2"&gt;RGB LCD Shield Kit-16x2 Character Display&lt;/h1&gt;
    &lt;div class="xs-mb3"&gt;&lt;span class="bold xs-mr1"&gt;Manufactured By:&lt;/span&gt;adafruit industries&lt;/div&gt;
    
    &lt;div class="xs-flex md-flex-row xs-flex-column"&gt;
        &lt;div class="md-w40 xs-w100"&gt;
                    &lt;div id="devtool-primary-image" class="devtool-primary-image-container fill-white"&gt;
                                    &lt;img src="https://community-dc-assets.element14.com/images/devtool/size500/rgb_lcd_shield_kit16x2_character_display_500x500_1579632754.png" class="devtool-image-devtool-0 xs-w100 xs-full-height fill-white obj-fit-contain xs-block" alt="RGB LCD Shield Kit-16x2 Character Display" /&gt;
                            &lt;/div&gt;
                            &lt;/div&gt;

        &lt;div class="md-w60 md-pl4 md-pl4 md-pt0 xs-w100 xs-pl0 xs-pl0 xs-pt2"&gt;
                        &lt;div class="xs-flex xs-flex-justify-space-between xs-flex-align-center xs-border-lighter fill-white xs-p2"&gt;
                &lt;div class="xs-mt1 xs-mb1"&gt;
                    &lt;div class="xs-text-5"&gt;&lt;span class="bold xs-mr1"&gt;Part Number:&lt;/span&gt;&lt;span id="part-number-value"&gt;714&lt;/span&gt;&lt;/div&gt;
                &lt;/div&gt;
                &lt;div class="xs-text-right xs-mr2"&gt;
                            &lt;a id="e14-product-link-40680" data-at-areainteracted="design-center" data-at-type="click" data-at-link-type="button" href="javascript:void(0)" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('40680'));" data-farnell="" data-newark="" data-comoverride="" data-cmpoverride="" data-cpc="" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; 
                                &lt;/div&gt;
            &lt;/div&gt;
                                &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class="xs-mt3"&gt;
    This new Adafruit shield makes it easy to use a 16x2 Character LCD. We really like the RGB LCDs we stock in the shop both the RGB negative and RGB positive. Unfortunately, these LCDs do require quite a few digital pins, 6 to control the LCD and then another 3 to control the RGB backlight for a total of 9 pins. That&amp;#39;s half of the pins available on a classic Arduino!&lt;br /&gt;&lt;br /&gt;With this in mind, we wanted to make it easier for people to get these LCD into their projects so we devised a shield that lets you control a 16x2 Character LCD, up to 3 backlight pins AND 5 keypad pins using only the two I2C pins on the Arduino! The best part is you don&amp;#39;t really lose those two pins either, since you can stick i2c-based sensors, RTCs, etc and have them share the I2C bus. This is a super slick way to add a display without all the wiring hassle.&lt;br /&gt;&lt;br /&gt;This shield is perfect for when you want to build a stand-alone project with its own user interface. The 4 directional buttons plus select button allows basic control without having to attach a bulky computer.&lt;br /&gt;&lt;br /&gt;The shield is designed for &amp;#39;classic&amp;#39; Arduinos such as the Uno, Duemilanove, Diecimilla, etc. It uses the I2C pins at Analog 4 and Analog 5. It will also work perfectly with Arduino Mega R3&amp;#39;s which have the extra SDA/SCL I2C pins broken out. Earlier Mega&amp;#39;s have the I2C pins in a different location and will require you to solder two wires from the I2C pins on the shield and plug them into the different I2C locations at Digital 20 &amp;amp; 21. This shield will not fit easily on top of an Arduino Ethernet because of the Ethernet jack height. You can use a set of stacking headers to give the shield more &amp;#39;lift&amp;#39; above the jack.&lt;br /&gt;&lt;br /&gt;This product comes as a kit! Included is a high quality, USA-made PCB and all the components (buttons, header etc). This product comes with a 16x2 RGB negative. Assembly is easy, even if you&amp;#39;ve never soldered before and the kit can be completed in 30 minutes. Check the product tutorial page for assembly instructions before purchasing&lt;br /&gt;&lt;br /&gt;Of course, we even wrote an easy-to-use Arduino library that you can easily add to your project. It acts just like the built in LiquidCrystal library, but automatically uses the shield pins. You can also easily query the 5 keypad buttons to get input through the library, so you get extra buttons without using any more pins. The buttons are automatically de-bounced inside the library.&lt;br /&gt;&lt;br /&gt;At this time, the library and shield can control the RGB backlight of our character LCDs by turning each LED on or off. This means you can display the following colors: Red, Yellow, Green, Teal, Blue, Violet, White and all off. There is no support for PWM control of the backlight at this time, so if you need to have more granular control of the RGB backlight to display a larger range of colors, this shield can&amp;#39;t do that (the I2C expander does not have PWM output).
    &lt;/div&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Features&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;Dimensions: 2.1&amp;quot; x 3.2&amp;quot;&lt;/li&gt;
&lt;li&gt;Comes with a 16x2 RGB backlight LCD, negative display&lt;/li&gt;
&lt;li&gt;Plug and play with any Arduino &amp;#39;classic&amp;#39; - UNO, duemilanove, diecimilla, etc as well as Arduino Mega R3.&lt;/li&gt;
&lt;li&gt;Uses only the I2C pins - Analog 4 &amp;amp; 5 on classic Arduinos, Digital 20 and 21 on Arduino Mega R3&lt;/li&gt;
&lt;li&gt;This board/chip uses I2C 7-bit address 0x20&lt;/li&gt;
&lt;li&gt;Mounting hole size is 2.5mm&lt;/li&gt;
&lt;/ul&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Ships With&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;RGB LCD Shield Kit&lt;/li&gt;
&lt;/ul&gt;
    
    &lt;div id="devtool-required-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Required Tools&lt;/h3&gt;
        &lt;div id="devtool-required-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div id="devtool-accessory-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Accessory Tools&lt;/h3&gt;
        &lt;div id="devtool-accessory-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Documents&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;User Manual/Guide&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt; 
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Downloads&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;Design Package&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt;
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield/downloads" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
    &lt;/div&gt;

&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: lcd, rgb, display, mcu, daughter_addon_boards, development_platforms_kits, adafruit, arduino, indicator&lt;/div&gt;
</description></item><item><title>RGB LCD Shield Kit-16x2 Character Display</title><link>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display/revision/1</link><pubDate>Mon, 18 Oct 2021 20:28:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b139ad15-f45e-47ff-a40b-98adf0a40ac9</guid><dc:creator>e14-publisher</dc:creator><comments>https://community.element14.com/products/devtools/product-pages/w/documents/22749/rgb-lcd-shield-kit-16x2-character-display#comments</comments><description>Revision 1 posted to Documents by e14-publisher on 10/18/2021 8:28:21 PM&lt;br /&gt;
&lt;div class="xs-hide"&gt;
&lt;script&gt;e14.meta.page.devtools={"id": 4691, "type": "devtool", "part_number": "714" };&lt;/script&gt;
&lt;/div&gt;
&lt;div id="product-page-content"&gt;
    &lt;h1 class="xs-mt0 xs-mb2"&gt;RGB LCD Shield Kit-16x2 Character Display&lt;/h1&gt;
    &lt;div class="xs-mb3"&gt;&lt;span class="bold xs-mr1"&gt;Manufactured By:&lt;/span&gt;adafruit industries&lt;/div&gt;
    
    &lt;div class="xs-flex md-flex-row xs-flex-column"&gt;
        &lt;div class="md-w40 xs-w100"&gt;
                    &lt;div id="devtool-primary-image" class="devtool-primary-image-container fill-white"&gt;
                                    &lt;img src="https://community-dc-assets.element14.com/images/devtool/size500/rgb_lcd_shield_kit16x2_character_display_500x500_1579632754.png" class="devtool-image-devtool-0 xs-w100 xs-full-height fill-white obj-fit-contain xs-block" alt="RGB LCD Shield Kit-16x2 Character Display" /&gt;
                            &lt;/div&gt;
                            &lt;/div&gt;

        &lt;div class="md-w60 md-pl4 md-pl4 md-pt0 xs-w100 xs-pl0 xs-pl0 xs-pt2"&gt;
                        &lt;div class="xs-flex xs-flex-justify-space-between xs-flex-align-center xs-border-lighter fill-white xs-p2"&gt;
                &lt;div class="xs-mt1 xs-mb1"&gt;
                    &lt;div class="xs-text-5"&gt;&lt;span class="bold xs-mr1"&gt;Part Number:&lt;/span&gt;&lt;span id="part-number-value"&gt;714&lt;/span&gt;&lt;/div&gt;
                &lt;/div&gt;
                &lt;div class="xs-text-right xs-mr2"&gt;
                            &lt;a id="e14-product-link-753cc" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2816319&amp;nsku=42X9548&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('753cc'));" data-farnell="2816319" data-newark="42X9548" data-comoverride="" data-cmpoverride="" data-cpc="" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; 
                                &lt;/div&gt;
            &lt;/div&gt;
                                &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class="xs-mt3"&gt;
    This new Adafruit shield makes it easy to use a 16x2 Character LCD. We really like the RGB LCDs we stock in the shop both the RGB negative and RGB positive. Unfortunately, these LCDs do require quite a few digital pins, 6 to control the LCD and then another 3 to control the RGB backlight for a total of 9 pins. That&amp;#39;s half of the pins available on a classic Arduino!&lt;br /&gt;&lt;br /&gt;With this in mind, we wanted to make it easier for people to get these LCD into their projects so we devised a shield that lets you control a 16x2 Character LCD, up to 3 backlight pins AND 5 keypad pins using only the two I2C pins on the Arduino! The best part is you don&amp;#39;t really lose those two pins either, since you can stick i2c-based sensors, RTCs, etc and have them share the I2C bus. This is a super slick way to add a display without all the wiring hassle.&lt;br /&gt;&lt;br /&gt;This shield is perfect for when you want to build a stand-alone project with its own user interface. The 4 directional buttons plus select button allows basic control without having to attach a bulky computer.&lt;br /&gt;&lt;br /&gt;The shield is designed for &amp;#39;classic&amp;#39; Arduinos such as the Uno, Duemilanove, Diecimilla, etc. It uses the I2C pins at Analog 4 and Analog 5. It will also work perfectly with Arduino Mega R3&amp;#39;s which have the extra SDA/SCL I2C pins broken out. Earlier Mega&amp;#39;s have the I2C pins in a different location and will require you to solder two wires from the I2C pins on the shield and plug them into the different I2C locations at Digital 20 &amp;amp; 21. This shield will not fit easily on top of an Arduino Ethernet because of the Ethernet jack height. You can use a set of stacking headers to give the shield more &amp;#39;lift&amp;#39; above the jack.&lt;br /&gt;&lt;br /&gt;This product comes as a kit! Included is a high quality, USA-made PCB and all the components (buttons, header etc). This product comes with a 16x2 RGB negative. Assembly is easy, even if you&amp;#39;ve never soldered before and the kit can be completed in 30 minutes. Check the product tutorial page for assembly instructions before purchasing&lt;br /&gt;&lt;br /&gt;Of course, we even wrote an easy-to-use Arduino library that you can easily add to your project. It acts just like the built in LiquidCrystal library, but automatically uses the shield pins. You can also easily query the 5 keypad buttons to get input through the library, so you get extra buttons without using any more pins. The buttons are automatically de-bounced inside the library.&lt;br /&gt;&lt;br /&gt;At this time, the library and shield can control the RGB backlight of our character LCDs by turning each LED on or off. This means you can display the following colors: Red, Yellow, Green, Teal, Blue, Violet, White and all off. There is no support for PWM control of the backlight at this time, so if you need to have more granular control of the RGB backlight to display a larger range of colors, this shield can&amp;#39;t do that (the I2C expander does not have PWM output).
    &lt;/div&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Features&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;Dimensions: 2.1&amp;quot; x 3.2&amp;quot;&lt;/li&gt;
&lt;li&gt;Comes with a 16x2 RGB backlight LCD, negative display&lt;/li&gt;
&lt;li&gt;Plug and play with any Arduino &amp;#39;classic&amp;#39; - UNO, duemilanove, diecimilla, etc as well as Arduino Mega R3.&lt;/li&gt;
&lt;li&gt;Uses only the I2C pins - Analog 4 &amp;amp; 5 on classic Arduinos, Digital 20 and 21 on Arduino Mega R3&lt;/li&gt;
&lt;li&gt;This board/chip uses I2C 7-bit address 0x20&lt;/li&gt;
&lt;li&gt;Mounting hole size is 2.5mm&lt;/li&gt;
&lt;/ul&gt;
    
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Ships With&lt;/h3&gt;
    &lt;ul&gt;
&lt;li&gt;RGB LCD Shield Kit&lt;/li&gt;
&lt;/ul&gt;
    
    &lt;div id="devtool-required-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Required Tools&lt;/h3&gt;
        &lt;div id="devtool-required-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div id="devtool-accessory-devtools-section" class="xs-hide"&gt;
        &lt;h3 class="toc-item xs-pb2 xs-mb1 xs-border-bottom"&gt;Accessory Tools&lt;/h3&gt;
        &lt;div id="devtool-accessory-devtools-content"&gt;&lt;/div&gt;
    &lt;/div&gt;

        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Documents&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;User Manual/Guide&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt; 
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
        &lt;h3 class="toc-item xs-pb2 xs-border-bottom"&gt;Downloads&lt;/h3&gt;
        &lt;div class="xs-px2"&gt;
        &lt;h4 class="xs-pb2 xs-border-bottom"&gt;Design Package&lt;/h4&gt;
                &lt;div class="attachment xs-mb3"&gt;
            &lt;i class="fal fa-file-code"&gt;&lt;/i&gt;
                    &lt;a href="https://learn.adafruit.com/rgb-lcd-shield/downloads" target="_blank"&gt;RGB LCD Shield Kit (html)&lt;/a&gt;
        &lt;/div&gt;
            &lt;/div&gt;
        
    &lt;/div&gt;

&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: lcd, rgb, display, mcu, daughter_addon_boards, development_platforms_kits, adafruit, arduino, indicator&lt;/div&gt;
</description></item></channel></rss>