<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Kinetis MicrocontrollersのトピックRe: TWR-K70 + eGUI - bitmap from SD card</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-eGUI-bitmap-from-SD-card/m-p/288367#M11297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN class="SpellE"&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hello&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The solution is to use double buffer approach. You ‘draw' in a hidden buffer and then swap the frame buffers when is done. This is supported in &lt;SPAN class="SpellE"&gt;eGUI&lt;/SPAN&gt; 3.0 for K70 that you can download in this forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 19:50:57 GMT</pubDate>
    <dc:creator>LuisCasado</dc:creator>
    <dc:date>2014-02-10T19:50:57Z</dc:date>
    <item>
      <title>TWR-K70 + eGUI - bitmap from SD card</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-eGUI-bitmap-from-SD-card/m-p/288366#M11296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I working on TWR-K70 and i would like to load bitmaps from sd card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I noticed that it works slower than images loaded directly from precompiled BMP structures. So, I created Ram Drive and copied all images to the RAM - it's the same. MFS issue?&lt;/P&gt;&lt;P&gt;The only solution is at the beginning load all images to the structures and than display them.&lt;/P&gt;&lt;P&gt;Can anyone know better solution? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is:&lt;/P&gt;&lt;P&gt;2. Do anyone know how to generate D4L files? eGUI Converter 2.1 can generate .c .h files only?&lt;/P&gt;&lt;P&gt;3. Where i can found explanation for image content I mean this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13920590071002980" jivemacro_uid="_13920590071002980" modifiedtitle="true"&gt;
&lt;P&gt;const Word image[] = {&lt;/P&gt;
&lt;P&gt;/* Bitmap dimension (W x H) */&lt;/P&gt;
&lt;P&gt;0x00C8, 0x00C8, &amp;lt;- OK It's clear ;P&lt;/P&gt;
&lt;P&gt;/* Color mode */&lt;/P&gt;
&lt;P&gt;0x8000,&amp;nbsp;&amp;nbsp; &amp;lt;- WHAT DOES IT MEAN? How set for ex. 16M colors mode?&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any answer and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 19:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-eGUI-bitmap-from-SD-card/m-p/288366#M11296</guid>
      <dc:creator>prezesjasko</dc:creator>
      <dc:date>2014-02-10T19:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K70 + eGUI - bitmap from SD card</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-eGUI-bitmap-from-SD-card/m-p/288367#M11297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN class="SpellE"&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hello&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The solution is to use double buffer approach. You ‘draw' in a hidden buffer and then swap the frame buffers when is done. This is supported in &lt;SPAN class="SpellE"&gt;eGUI&lt;/SPAN&gt; 3.0 for K70 that you can download in this forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 19:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-eGUI-bitmap-from-SD-card/m-p/288367#M11297</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-02-10T19:50:57Z</dc:date>
    </item>
  </channel>
</rss>

