<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.forth-ev.de/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://wiki.forth-ev.de/feed.php">
        <title>Forth-eV Wiki - quiz:lcd</title>
        <description></description>
        <link>https://wiki.forth-ev.de/</link>
        <image rdf:resource="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png" />
       <dc:date>2026-04-23T10:11:14+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/quiz:lcd:aufgabe?rev=1370546871"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/quiz:lcd:bernd_paysan?rev=1370546871"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/quiz:lcd:mka?rev=1370546871"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png">
        <title>Forth-eV Wiki</title>
        <link>https://wiki.forth-ev.de/</link>
        <url>https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/quiz:lcd:aufgabe?rev=1370546871">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:27:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LCD Numbers</title>
        <link>https://wiki.forth-ev.de/doku.php/quiz:lcd:aufgabe?rev=1370546871</link>
        <description>LCD Numbers

Aufgabe

Schreibe ein Programm, das LCD-Zahlen auf dem Bildschirm ausgibt.


12345 .lcd

soll


 --        --   --        -- 
|  |    |    |    | |  | |   
|  |    |    |    | |  | |   
           --   --   --   -- 
|  |    | |       |    |    |
|  |    | |       |    |    |
 --        --   --        --</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/quiz:lcd:bernd_paysan?rev=1370546871">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:27:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>7-Segment-Emulation</title>
        <link>https://wiki.forth-ev.de/doku.php/quiz:lcd:bernd_paysan?rev=1370546871</link>
        <description>7-Segment-Emulation

Der Ansatz ist eine 7-Segment-Emulation. Das Array 7seg wandelt Ziffern in 7-Segment-Codes, und lines gibt an, welches Bit wo schaltet.


\        5   
\       7 2
\        4
\       6 1
\        30

Create 7seg $EE c, $06 c, $7C c, $3E c, $96 c, 
            $BA c, $FA c, $26 c, $FE c, $BE c,

Create lines   0 c, $20 c,  0 c,
             $80 c,   0 c,  4 c,
               0 c, $10 c,  0 c,
             $40 c,   0 c,  2 c,
               0 c,   8 c,  1 c,  

2 value size

:…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/quiz:lcd:mka?rev=1370546871">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:27:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Meine Lösung zur Aufgabe: LCD Numbers</title>
        <link>https://wiki.forth-ev.de/doku.php/quiz:lcd:mka?rev=1370546871</link>
        <description>Meine Lösung zur Aufgabe: LCD Numbers

Dieser code ist nur eine Übung und löst die Quiz-Frage zumindest teilweise. Keine Garantien. Lief ok mit gForth im Terminal des Mac OSX. Viel Vergnügen.   Michael


\ LCD Numbers

\ Simulates an LCD display with 4 digits on terminal, no-scale.

[IFDEF] mycode mycode [ENDIF] marker mycode   \ Forget mycode and try again

vocabulary test   test definitions  decimal


\ As there is no way to find out cursor position at terminal,
\ I have to keep track of the d…</description>
    </item>
</rdf:RDF>
