<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[oled-exp draw image format?]]></title><description><![CDATA[<p dir="auto">I've been googling (and trying to study the code for putting an image on the OLED screen, and I can't for the life of me figure out</p>
<ul>
<li>what the .LCD format is</li>
<li>how I can convert an image to that format and put it in a project for later loading</li>
</ul>
<p dir="auto">Here's what I've tried so far:</p>
<ul>
<li>Put a jpeg and bmp file (128x64px) on the omega, and running <code>oled-exp draw file.jpg</code> etc</li>
<li>Saving the file as a C array using <a href="https://sourceforge.net/projects/lcd-image-converter" rel="nofollow">https://sourceforge.net/projects/lcd-image-converter</a> and loading that</li>
</ul>
<p dir="auto">Can't find anything useful on the community, or the documentation, or in code (am I stupid or is this information not readily available?). How do i convert images to a format that oled-exp can use?</p>
]]></description><link>http://community.onion.io/topic/538/oled-exp-draw-image-format</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 03:36:03 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/538.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Feb 2016 02:03:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to oled-exp draw image format? on Sat, 13 Feb 2016 02:03:44 GMT]]></title><description><![CDATA[<p dir="auto">I've been googling (and trying to study the code for putting an image on the OLED screen, and I can't for the life of me figure out</p>
<ul>
<li>what the .LCD format is</li>
<li>how I can convert an image to that format and put it in a project for later loading</li>
</ul>
<p dir="auto">Here's what I've tried so far:</p>
<ul>
<li>Put a jpeg and bmp file (128x64px) on the omega, and running <code>oled-exp draw file.jpg</code> etc</li>
<li>Saving the file as a C array using <a href="https://sourceforge.net/projects/lcd-image-converter" rel="nofollow">https://sourceforge.net/projects/lcd-image-converter</a> and loading that</li>
</ul>
<p dir="auto">Can't find anything useful on the community, or the documentation, or in code (am I stupid or is this information not readily available?). How do i convert images to a format that oled-exp can use?</p>
]]></description><link>http://community.onion.io/post/4087</link><guid isPermaLink="true">http://community.onion.io/post/4087</guid><dc:creator><![CDATA[Sebastian Utbult]]></dc:creator><pubDate>Sat, 13 Feb 2016 02:03:44 GMT</pubDate></item><item><title><![CDATA[Reply to oled-exp draw image format? on Sat, 13 Feb 2016 02:12:59 GMT]]></title><description><![CDATA[<p dir="auto">Well, partial success: I can grab the converted files from /tmp when uploaded via the oled app. But that seems kind of like a chore.</p>
]]></description><link>http://community.onion.io/post/4088</link><guid isPermaLink="true">http://community.onion.io/post/4088</guid><dc:creator><![CDATA[Sebastian Utbult]]></dc:creator><pubDate>Sat, 13 Feb 2016 02:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to oled-exp draw image format? on Mon, 15 Feb 2016 04:06:58 GMT]]></title><description><![CDATA[<p dir="auto">If you take a look at the github source of the i2c-exp-driver, there is a subdirectory called <a href="https://github.com/OnionIoT/i2c-exp-driver/tree/master/bmp2lcd" rel="nofollow">bmp2lcd</a>. In there is the javascript on how to create the image (looks like a simple packed binary stream).</p>
]]></description><link>http://community.onion.io/post/4111</link><guid isPermaLink="true">http://community.onion.io/post/4111</guid><dc:creator><![CDATA[Malcolm White]]></dc:creator><pubDate>Mon, 15 Feb 2016 04:06:58 GMT</pubDate></item></channel></rss>