<?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=8&amp;t=18666&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2017-06-22T22:45:34+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=8&amp;t=18666&amp;mode</id>
<entry>
<author><name><![CDATA[squelch]]></name></author>
<updated>2017-06-22T22:45:34+01:00</updated>
<published>2017-06-22T22:45:34+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191107#p191107</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191107#p191107"/>
<title type="html"><![CDATA[Re: Grafika na ks0108]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191107#p191107"><![CDATA[
problem rozwiązany zapomniałem o funkcji pgm_read (tablica z pixela jest w pamięci FLASH)<br />A na marginesie czemu w pixel factory nie można zaznaczyć opcji binary file.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=9939">squelch</a> — 22 cze 2017, o 22:45</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[majster]]></name></author>
<updated>2017-06-22T16:07:36+01:00</updated>
<published>2017-06-22T16:07:36+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191084#p191084</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191084#p191084"/>
<title type="html"><![CDATA[Re: Grafika na ks0108]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191084#p191084"><![CDATA[
Oba kody różnią się tymi funkcjami pokaż co masz w tych funkcjach ?<br />[syntax=c]GLCD_putchar(picture&#91;k&#93;);[/syntax]<br />[syntax=c]GLCD_WriteData(0x01);[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1628">majster</a> — 22 cze 2017, o 16:07</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[squelch]]></name></author>
<updated>2017-06-22T10:26:20+01:00</updated>
<published>2017-06-22T10:26:20+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191067#p191067</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191067#p191067"/>
<title type="html"><![CDATA[Re: Grafika na ks0108]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191067#p191067"><![CDATA[
Wiecie czemu może ta 1 część kodu nie działa a ta poniżej działa<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=9939">squelch</a> — 22 cze 2017, o 10:26</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[squelch]]></name></author>
<updated>2017-06-21T21:35:26+01:00</updated>
<published>2017-06-21T21:35:26+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191045#p191045</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191045#p191045"/>
<title type="html"><![CDATA[Grafika na ks0108]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=18666&amp;p=191045#p191045"><![CDATA[
Witam korzystam z pixel factory i wygenerowałem sobie grafikę oto kod:<br />[syntax=c]uint8_t i;<br />uint16_t k=0;<br /><br /><br />for(i=0;i&lt;8;i++)<br />{<br />uint8_t d;<br />GLCD_goto(0,i);<br />for(d=0;d&lt;128;d++,k++) GLCD_putchar(picture&#91;k&#93;);<br />}[/syntax]<br /><br />gdy piszę tak <br />[syntax=c]uint8_t i=0;<br />uint16_t k=0;<br />uint8_t d;<br /><br /><br /><br />for(i=0;i&lt;8;i++)<br />{<br />uint8_t d;<br />GLCD_goto(0,i);<br />for(d=0;d&lt;128;d++,k++) GLCD_WriteData(0x01);<br />}[/syntax]<br /><br />to widać w każdym wierszu że górna linia jest zapalona (W pixel Factory mam opcje vertical, monochromatic,i poprawną inwersje pikseli a do tego brak załączonej opcji include size)<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=9939">squelch</a> — 21 cze 2017, o 21:35</p><hr />
]]></content>
</entry>
</feed>