Thanks for your answer, Tarani.<br><br><div><span class="gmail_quote">On 2/12/07, <b class="gmail_sendername">Tapani Pälli</b> &lt;<a href="mailto:tapani.palli@nokia.com">tapani.palli@nokia.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ext Michael Stepanov wrote:<br>&gt; Well, there is a open source system for home automation - Plutohome<br>&gt; (<a href="http://www.plutohome.com">www.plutohome.com</a> &lt;<a href="http://www.plutohome.com">http://www.plutohome.com
</a>&gt;). This system can use<br>&gt; Nokia770/800 as a control panel - Orbiter. The Orbiter is based on<br>&gt; SDL. So, after some hack it started work on Nokia (os2005/os2006) but<br>&gt; there is a problem. Icons on the Orbiter should change their color
<br>&gt; according to some events.<br><br>Are you missing icon &#39;highlight&#39; effect when mouse is moved on top of<br>icon? Please specify exactly what the &#39;some events&#39; are.</blockquote><div><br>The color of icon should be changed according to status of real device which represented by this icon. For example, there is a lighting switch and its icon. If switch is ON icon should be yellow, otherwise it should be black. But in real device icon every time is pink. I suspect that something wrong with pixels coloring using SDL. There is a method OrbiterRenderer_SDL::ReplaceColorInRectangle in the OrbiterRenderer_SDL.cpp which changes colors of icons. Maybe SDL for nokia 770 uses different color format for pixels?
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; Initially they are pink. Using SDL functionality their color can be<br>&gt; changed. It works fine for Debian but it didn&#39;t work for Nokia (either
<br>&gt; scratchbox emulator or real device). All icons are pink every time.<br>&gt; I&#39;m not developer. I&#39;m integrator. So, it&#39;s difficult for me to<br>&gt; understand where is the problem. Have a look attached files. Maybe you
<br>&gt; can help me.<br>&gt;<br><br>I couldn&#39;t spot bugs in the code you sent, maybe OrbiterLogic has some<br>calls to renderer to change icon colors?. One thing which should be<br>changed in renderer class is the colordepth used for surfaces. Right now
<br>it seems to be hardcoded to certain places as 32. Code should read the<br>correct depth using SDL_GetVideoInfo and make sure all the newly created<br>surfaces use the same depth to avoid amount of needed conversions.</blockquote>
<div><br>Thanks, I check it. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; Thanks in advanced.<br>&gt;<br>&gt; On 2/9/07, *
<a href="mailto:Tapani.Palli@nokia.com">Tapani.Palli@nokia.com</a> &lt;mailto:<a href="mailto:Tapani.Palli@nokia.com">Tapani.Palli@nokia.com</a>&gt;*<br>&gt; &lt;<a href="mailto:Tapani.Palli@nokia.com">Tapani.Palli@nokia.com
</a> &lt;mailto:<a href="mailto:Tapani.Palli@nokia.com">Tapani.Palli@nokia.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Hello,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Could you be more specific what are you trying todo and how? Are you<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; going through pixelvalues and accessing them? See
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; surface-&gt;format-&gt;BytesPerPixel. SDL_GetRGB and SDL_MapRGB should work<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; allright.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; // Tapani<br>&gt;<br>&gt;<br><br>--- 8&lt; -----<br><br>// T<br><br></blockquote></div><br>
<br clear="all"><br>-- <br>Cheers,<br>Michael