<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.photonicsguy.ca/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.photonicsguy.ca/feed.php">
        <title>Photonicsguy.ca</title>
        <description></description>
        <link>https://www.photonicsguy.ca/</link>
        <image rdf:resource="https://www.photonicsguy.ca/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-06T20:40:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/arduino/lcd?rev=1415904614&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.photonicsguy.ca/_media/wiki/dokuwiki.svg">
        <title>Photonicsguy.ca</title>
        <link>https://www.photonicsguy.ca/</link>
        <url>https://www.photonicsguy.ca/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.photonicsguy.ca/arduino/lcd?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LCD Display</title>
        <link>https://www.photonicsguy.ca/arduino/lcd?rev=1415904614&amp;do=diff</link>
        <description>LCD Display

MJKDZ I2C board from eBay.

Notes:

	*  eBay search for board
	*    * I2C address is actually 0x20, not 0x27
	*  I&#039;m using the New LiquidCrystal library
	*  Need pull-up resistors on SDA and SCL lines (A4 &amp; A5 pins)

Test Code

#include &lt;Wire.h&gt; 
#include &lt;LiquidCrystal_I2C.h&gt;

#define lcdAddr 0x20 // set the address of the I2C device the LCD is connected to
// create an lcd instance with correct constructor for how the lcd is wired to the I2C chip
LiquidCrystal_I2C lcd(lcdAddr, 4, …</description>
    </item>
</rdf:RDF>
