<?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>8-bit MicrocontrollersのトピックHow to use bitmaps in embedded software for monochrome LCD?</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-use-bitmaps-in-embedded-software-for-monochrome-LCD/m-p/204734#M17027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello embedded engineers&lt;/P&gt;&lt;P&gt;I'm developing an embedded app wich uses a&amp;nbsp;240x160&amp;nbsp;monochrome LCD. I usually draw the images in Excel and convert them to hex arrays like this:&lt;/P&gt;&lt;PRE&gt;
const unsigned char bitmap_9x15_0[2+17]={&amp;nbsp;&amp;nbsp;&amp;nbsp; 9,15,&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x7C,0xDC,0x1D,0x1F,0x3C,0x78,0xF0,0xE0,0xC1,0x83,0x07,0x0F,0x1E,0x7C,0xDC,0x1D,0x1F};&lt;/PRE&gt;&lt;P&gt;Now I have to print to the screen more complex images (company logo, icons...).&lt;/P&gt;&lt;P&gt;What's the best way to do it?, is there a freeware PC app which converts images to C source code?&lt;/P&gt;&lt;P&gt;I'm using S08AW60.&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2009 02:23:25 GMT</pubDate>
    <dc:creator>FordFairlane</dc:creator>
    <dc:date>2009-08-04T02:23:25Z</dc:date>
    <item>
      <title>How to use bitmaps in embedded software for monochrome LCD?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-use-bitmaps-in-embedded-software-for-monochrome-LCD/m-p/204734#M17027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello embedded engineers&lt;/P&gt;&lt;P&gt;I'm developing an embedded app wich uses a&amp;nbsp;240x160&amp;nbsp;monochrome LCD. I usually draw the images in Excel and convert them to hex arrays like this:&lt;/P&gt;&lt;PRE&gt;
const unsigned char bitmap_9x15_0[2+17]={&amp;nbsp;&amp;nbsp;&amp;nbsp; 9,15,&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x7C,0xDC,0x1D,0x1F,0x3C,0x78,0xF0,0xE0,0xC1,0x83,0x07,0x0F,0x1E,0x7C,0xDC,0x1D,0x1F};&lt;/PRE&gt;&lt;P&gt;Now I have to print to the screen more complex images (company logo, icons...).&lt;/P&gt;&lt;P&gt;What's the best way to do it?, is there a freeware PC app which converts images to C source code?&lt;/P&gt;&lt;P&gt;I'm using S08AW60.&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 02:23:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-use-bitmaps-in-embedded-software-for-monochrome-LCD/m-p/204734#M17027</guid>
      <dc:creator>FordFairlane</dc:creator>
      <dc:date>2009-08-04T02:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use bitmaps in embedded software for monochrome LCD?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-use-bitmaps-in-embedded-software-for-monochrome-LCD/m-p/204735#M17028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached freeware utility BMP2C.exe, converts a BMP image map to C source and header files. See Application Note AN3415 for tesrse information on how to use the utility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 22:16:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-use-bitmaps-in-embedded-software-for-monochrome-LCD/m-p/204735#M17028</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-08-05T22:16:51Z</dc:date>
    </item>
  </channel>
</rss>

