<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixdocs.com/skins/common/feed.css?63"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fenixdocs.com/index.php?action=history&amp;feed=atom&amp;title=LCD_SetBitmap</id>
		<title>LCD SetBitmap - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fenixdocs.com/index.php?action=history&amp;feed=atom&amp;title=LCD_SetBitmap"/>
		<link rel="alternate" type="text/html" href="http://fenixdocs.com/index.php?title=LCD_SetBitmap&amp;action=history"/>
		<updated>2026-05-01T08:50:54Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.10.1</generator>

	<entry>
		<id>http://fenixdocs.com/index.php?title=LCD_SetBitmap&amp;diff=4022&amp;oldid=prev</id>
		<title>Sandman: New page: Category:functions Category:lcddll Category:dll  '''Up to LCD.DLL Functions''' ----   ==Definition== '''INT''' LCD_SetBitmap ( &lt;'''INT''' device&gt; , ...</title>
		<link rel="alternate" type="text/html" href="http://fenixdocs.com/index.php?title=LCD_SetBitmap&amp;diff=4022&amp;oldid=prev"/>
				<updated>2007-12-26T19:31:40Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Functions&quot; title=&quot;Category:Functions&quot;&gt;Category:functions&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Lcddll&quot; title=&quot;Category:Lcddll&quot;&gt;Category:lcddll&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Dll&quot; title=&quot;Category:Dll&quot;&gt;Category:dll&lt;/a&gt;  &lt;a href=&quot;/index.php/Functioncategory:Lcddll&quot; title=&quot;Functioncategory:Lcddll&quot;&gt;'''Up to LCD.DLL Functions'''&lt;/a&gt; ----   ==Definition== '''INT''' LCD_SetBitmap ( &amp;lt;'''INT''' device&amp;gt; , ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:lcddll]]&lt;br /&gt;
[[Category:dll]]&lt;br /&gt;
&lt;br /&gt;
[[Functioncategory:Lcddll|'''Up to LCD.DLL Functions''']]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
'''INT''' LCD_SetBitmap ( &amp;lt;'''INT''' device&amp;gt; , &amp;lt;'''INT''' priority&amp;gt; , &amp;lt;'''BYTE POINTER''' map&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Sets the bitmap of the device to a certain map with a certain priority.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{|&lt;br /&gt;
| '''INT''' device || - Number of the device.&lt;br /&gt;
|-&lt;br /&gt;
| '''INT''' priority || - The priority of the bitmap (see [[#Notes|notes]]).&lt;br /&gt;
|-&lt;br /&gt;
| '''BYTE POINTER''' map || - Pointer to a 160x43 byte array.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''' : [[LCD_ERRORCODES|LCD.DLL Errorcodes]]&lt;br /&gt;
{|&lt;br /&gt;
| LCD_ERROR_NONE || - 0 || - No error.&lt;br /&gt;
|-&lt;br /&gt;
| LCD_ERROR_SERVICEINACTIVE || - -14 || - The service is inactive.&lt;br /&gt;
|-&lt;br /&gt;
| LCD_ERROR_DEVICENOTCONNECTED || - -21 || - Device not connected.&lt;br /&gt;
|-&lt;br /&gt;
| LCD_ERROR_INVALIDPARAMETER || - -22 || - Invalid parameter.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Multiple priorities can be used:&lt;br /&gt;
{|&lt;br /&gt;
| LCD_PRIORITY_IDLE_NO_SHOW || - Lowest priority, disable displaying. Use this priority when you don’t have anything to show.&lt;br /&gt;
|-&lt;br /&gt;
| LCD_PRIORITY_BACKGROUND || - Priority used for low priority items.&lt;br /&gt;
|-&lt;br /&gt;
| LCD_PRIORITY_NORMAL || - Normal priority, to be used by most applications most of the time.&lt;br /&gt;
|-&lt;br /&gt;
| LCD_PRIORITY_ALERT || - Highest priority. To be used only for critical screens, such as &amp;quot;your CPU temperature is too high&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* One can use [[map_buffer]]() to obtain a byte pointer to a map. Make sure this map is of size 160x43 and it has a color depth of 8.&lt;br /&gt;
&lt;br /&gt;
{{Lcdfuncbox}}&lt;/div&gt;</summary>
		<author><name>Sandman</name></author>	</entry>

	</feed>