<?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>topic Re: Draw Bitmap Picture from SD Card ? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515753#M1333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Thu Sep 19 21:46:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;HI Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for commenting on this old post, I thought instead of starting a new post better comment here. I am looking for ward for the same thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is any one there tried pulling images from SD card? i am sure there must be hundreds of developer who can easily make this. But i am not getting it, Please guide me friends...thanks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:18:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:18:28Z</dc:date>
    <item>
      <title>Draw Bitmap Picture from SD Card ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515752#M1332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by e135193 on Wed Aug 29 02:25:38 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I'm using emWin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It is a straigthforward work to draw a bitmap picture using bitmapconvertor for emWin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is an explanation for "Displaying Bitmap Files" in the chapter-8 at emWin User Manuel. However it is not so clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Is there a code example for drawing a bitmap picture from SD card or any other storage media ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Engin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:18:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515752#M1332</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Bitmap Picture from SD Card ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515753#M1333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Thu Sep 19 21:46:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;HI Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for commenting on this old post, I thought instead of starting a new post better comment here. I am looking for ward for the same thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is any one there tried pulling images from SD card? i am sure there must be hundreds of developer who can easily make this. But i am not getting it, Please guide me friends...thanks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515753#M1333</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Bitmap Picture from SD Card ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515754#M1334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Tue Sep 24 17:58:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need to use the GUI_BMP_DrawEx() function for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Segger has an example of using this function in their "Drawing bitmap files" tutorial on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.segger.com%2Femwin-samples.html" rel="nofollow" target="_blank"&gt;http://www.segger.com/emwin-samples.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need to adapt the _GetData() function so that it reads the data from your storage device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515754#M1334</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Bitmap Picture from SD Card ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515755#M1335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Wed Sep 25 00:50:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If the image data is not available as a const array in a memory mapped area, emWin also supports loading of image data from streaming devices like an SD card or SPI, or UART or whatever.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As Wouter already mentioned, you need to adapt the GetData function according to your enviroment. Look into the emWin docu in chapter "Displaying bitmap files / Getting data with the ...Ex() functions", there is a meaningful example. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An example for an SD card file system for LPC1800/4300 can be found in in the LPCopen software package in .\lpcopen_v1.03\applications\lpc18xx_43xx\examples\periph\periph_sdmmc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For other MCUs there are similar examples, either from us or 3rd parties or from the community. Just Google for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515755#M1335</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Bitmap Picture from SD Card ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515756#M1336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Sat Sep 28 23:01:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Guy's, sorry i was away for few days. I appreciate your efforts, i will go through emwin user manual...thanks for your guidence.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:18:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Draw-Bitmap-Picture-from-SD-Card/m-p/515756#M1336</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:18:30Z</dc:date>
    </item>
  </channel>
</rss>

