<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://home.roboticlab.eu/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://home.roboticlab.eu/feed.php">
        <title>Robotic &amp; Microcontroller Educational Knowledgepage - Network of Excellence - en:examples:display</title>
        <description></description>
        <link>https://home.roboticlab.eu/</link>
        <image rdf:resource="https://home.roboticlab.eu/_media/wiki/logo.png" />
       <dc:date>2026-04-04T13:23:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/examples/display/lcd?rev=1595235600&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/examples/display/lcd_alphanumeric?rev=1595235600&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/examples/display/lcd_graphic?rev=1595235600&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/examples/display/segment_display?rev=1595235600&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://home.roboticlab.eu/_media/wiki/logo.png">
        <title>Robotic & Microcontroller Educational Knowledgepage - Network of Excellence</title>
        <link>https://home.roboticlab.eu/</link>
        <url>https://home.roboticlab.eu/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://home.roboticlab.eu/en/examples/display/lcd?rev=1595235600&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T09:00:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LCD screen</title>
        <link>https://home.roboticlab.eu/en/examples/display/lcd?rev=1595235600&amp;do=diff</link>
        <description>LCD screen

Necessary knowledge: 
[HW] User Interface Module, 
[LIB] Alphanumeric LCD, [LIB] Graphic LCD, 

[LIB] Delay

Theory



LCD screens, which are used with microcontrollers, can be divided mainly into a two parts: a text or alphanumeric LCD and a graphic LCD. Alphanumeric LCD is liquid crystal display, with the purpose of displaying letters and numbers. In basic LCD is used liquid crystal which is placed between transparent electrodes, and which changes the polarization of the passing li…</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/examples/display/lcd_alphanumeric?rev=1595235600&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T09:00:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Alphanumeric LCD</title>
        <link>https://home.roboticlab.eu/en/examples/display/lcd_alphanumeric?rev=1595235600&amp;do=diff</link>
        <description>Alphanumeric LCD

Necessary knowledge: [LIB] Alphanumeric LCD, [LIB] Delay, [PRT] Periodic interrupt

Theory

Alphanumeric LCD is liquid crystal display, with the purpose of displaying letters and numbers.  In basic LCD is used liquid crystal which is placed between transparent electrodes, and which changes the polarization of the passing light in electrical field. The electrodes are covered by polarization filters, which assure that only one way polarized light can pass the screen. If the liqui…</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/examples/display/lcd_graphic?rev=1595235600&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T09:00:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Graphic LCD</title>
        <link>https://home.roboticlab.eu/en/examples/display/lcd_graphic?rev=1595235600&amp;do=diff</link>
        <description>Graphic LCD

Necessary knowledge: [HW] User Interface Module, [LIB] Graphic LCD, [LIB] Delay, [PRT] Alphanumeric LCD

Theory

Graphical LCD liquid crystal display is a display which allows displaying pictures and text. Its construction is similar to the alphanumerical LCD, with a difference that on the graphic display all pixels are divided as one large matrix. If we are dealing with a monochrome LCD, then a pixel is one square segment. Color displays’ one pixel is formed of three subpixels. Eac…</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/examples/display/segment_display?rev=1595235600&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T09:00:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>7-segment LED display</title>
        <link>https://home.roboticlab.eu/en/examples/display/segment_display?rev=1595235600&amp;do=diff</link>
        <description>7-segment LED display

Necessary knowledge: 
[HW] User Interface Module, 
[LIB] 7-segment LED Display, 
[LIB] Delay 
[PRT] Light-emitting Diode

Theory

7-segmented LED number-indicator is a display which consists of 7 LEDs positioned in the shape of number 8. By lighting or switching off the corresponding LEDs (segments), it is possible to display numbers from 0 to nine as well as some letters.</description>
    </item>
</rdf:RDF>
