<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[forum.rcl-radio.ru &mdash; LCD0802]]></title>
	<link rel="self" href="http://forum.rcl-radio.ru/extern.php?action=feed&amp;tid=509&amp;type=atom" />
	<updated>2022-08-25T09:04:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.rcl-radio.ru/viewtopic.php?id=509</id>
		<entry>
			<title type="html"><![CDATA[LCD0802]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=6570#p6570" />
			<content type="html"><![CDATA[<p><span class="postimg"><img src="http://forum.rcl-radio.ru/uploads/images/2022/08/c923adb89e58af6c067f3de9b6080808.png" alt="http://forum.rcl-radio.ru/uploads/images/2022/08/c923adb89e58af6c067f3de9b6080808.png" /></span> </p><div class="codebox"><pre><code>#include &lt;LiquidCrystal.h&gt; /* подключаем встроенную в Arduino IDE 
библиотеку для дисплея LCD 16x2 */

LiquidCrystal lcd(12, 11, 5, 6, 7, 8); /* номер вывода дисплея(вывод Arduino):
                                       RS(12),E(11),D4(5),D5(6),D6(7),D7(8) */


void setup() {
  lcd.begin(8, 2);// указываем тип дисплея LCD 16X2
  lcd.setCursor(0,0); // положение курсора - нулевая строка, первый символ
  lcd.print(&quot; HELLO! &quot;);// вывод на экран
  delay(1000);
  lcd.clear();
}

void loop() {
  lcd.setCursor(0,0); // положение курсора - нулевая строка, первый символ
  lcd.print(&quot;LCD0802&quot;);// вывод на экран
  lcd.setCursor(0,1);// положение курсора - первая срока, первый символ
  lcd.print(&quot;ARDUINO&quot;);// ввод на экран
  delay(1000);
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2022-08-25T09:04:40Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=6570#p6570</id>
		</entry>
</feed>
