<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=4&amp;t=22799&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2020-01-18T20:50:26+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=4&amp;t=22799&amp;mode</id>
<entry>
<author><name><![CDATA[mirekk36]]></name></author>
<updated>2020-01-18T20:50:26+01:00</updated>
<published>2020-01-18T20:50:26+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22799&amp;p=224205#p224205</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22799&amp;p=224205#p224205"/>
<title type="html"><![CDATA[Re: LCD 2x16 funkcja lcd_puts]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22799&amp;p=224205#p224205"><![CDATA[
A czytałeś rozdział o stringach w Bluebooku ?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=54">mirekk36</a> — 18 sty 2020, o 20:50</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ghann]]></name></author>
<updated>2020-01-18T18:29:48+01:00</updated>
<published>2020-01-18T18:29:48+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22799&amp;p=224203#p224203</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22799&amp;p=224203#p224203"/>
<title type="html"><![CDATA[LCD 2x16 funkcja lcd_puts]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22799&amp;p=224203#p224203"><![CDATA[
Cześć,<br /><br />Mógłby ktoś mi wytłumaczyć tak trochę krok po kroku funkcję, która wysyła znaki ASCII do wyświetlacz LCD 2x16 ??<br /><br />[syntax=c]/* Wyswietla tekst na aktualnej pozycji kursora */<br /><br />void lcd_puts(char *str)<br />{<br />    unsigned char i =0;<br /><br />    while( str&#91;i&#93;)<br />        LCD_WRITE_DATA(str&#91;i++&#93;) ;<br />}[/syntax]<br /><br />Fragment kodu z <!-- m --><a class="postlink" href="http://hobby.abxyz.bplaced.net/index.php?pid=4&amp;aid=8" >http://hobby.abxyz.bplaced.net/index.php?pid=4&amp;aid=8</a><!-- m --><br /><br /><br />O ile rozumiem jak zrobić inicjalizację wyświetlacza, wyczyszczenie, ustawienie kursora to wysłanie stringa jakoś wydaję mi się bardzo skomplikowane.<br /><br /><br />Albo tą funkcję z biblioteki Mirka:<br /><br />[syntax=c]void lcd_str(char * str)<br />{<br />register char znak;<br />while ( (znak=*(str++)) )<br />lcd_write_data( ( znak&gt;=0x80 &amp;&amp; znak&lt;=0x87 ) ? (znak &amp; 0x07) : znak);<br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=6944">Ghann</a> — 18 sty 2020, o 18:29</p><hr />
]]></content>
</entry>
</feed>