<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.mcselec.com/bavr/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.mcselec.com/bavr/index.php?action=history&amp;feed=atom&amp;title=LCD4BUSY.lib%2Fde</id>
		<title>LCD4BUSY.lib/de - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mcselec.com/bavr/index.php?action=history&amp;feed=atom&amp;title=LCD4BUSY.lib%2Fde"/>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=LCD4BUSY.lib/de&amp;action=history"/>
		<updated>2026-04-28T23:59:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.6</generator>

	<entry>
		<id>http://wiki.mcselec.com/bavr/index.php?title=LCD4BUSY.lib/de&amp;diff=3091&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=LCD4BUSY.lib/de&amp;diff=3091&amp;oldid=prev"/>
				<updated>2013-02-15T19:17:50Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:17, 15 February 2013&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wiki.mcselec.com/bavr/index.php?title=LCD4BUSY.lib/de&amp;diff=3090&amp;oldid=prev</id>
		<title>Admin at 10:04, 13 February 2013</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=LCD4BUSY.lib/de&amp;diff=3090&amp;oldid=prev"/>
				<updated>2013-02-13T10:04:52Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== (**COPIED FROM ENGLISH PAGE**) ==BASCOM supports LCD displays in a way that you can choose all pins random. This is great for making a simple PCB but has the disadvantage of more code usage. BASCOM also does not use the WR-pin so that you can use this pin for other purposes.&lt;br /&gt;
&lt;br /&gt;
The LCD4BUSY.LIB can be used when timing is critical.&lt;br /&gt;
&lt;br /&gt;
The default LCD library uses delays to wait until the LCD is ready. The lcd4busy.lib is using an additional pin (WR) to read the status flag of the LCD.&lt;br /&gt;
&lt;br /&gt;
The db4-db7 pins of the LCD must be connected to the higher nibble of the port.&lt;br /&gt;
&lt;br /&gt;
The other pins can be defined. &amp;lt;source lang=&amp;quot;bascomavr&amp;quot;&amp;gt;&lt;br /&gt;
'-----------------------------------------------------------------------&lt;br /&gt;
' (c) 2004 MCS Electronics&lt;br /&gt;
' lcd4busy.bas shows how to use LCD with busy check&lt;br /&gt;
'-----------------------------------------------------------------------&lt;br /&gt;
'code tested on a 8515&lt;br /&gt;
$regfile=&amp;quot;8515def.dat&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
'stk200 has 4 MHz&lt;br /&gt;
$crystal= 4000000&lt;br /&gt;
 &lt;br /&gt;
'define the custom library&lt;br /&gt;
'uses 184 hex bytes total&lt;br /&gt;
 &lt;br /&gt;
$lib&amp;quot;lcd4busy.lib&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
'define the used constants&lt;br /&gt;
'I used portA for testing&lt;br /&gt;
Const _lcdport =Porta&lt;br /&gt;
Const _lcdddr =Ddra&lt;br /&gt;
Const _lcdin =Pina&lt;br /&gt;
Const _lcd_e = 1&lt;br /&gt;
Const _lcd_rw = 2&lt;br /&gt;
Const _lcd_rs = 3&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
'this is like always, define the kind of LCD&lt;br /&gt;
ConfigLcd= 16 * 2&lt;br /&gt;
 &lt;br /&gt;
'and here some simple lcd code&lt;br /&gt;
Cls&lt;br /&gt;
Lcd&amp;quot;test&amp;quot;&lt;br /&gt;
Lowerline&lt;br /&gt;
Lcd&amp;quot;this&amp;quot;&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:LCD/de]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>