<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — LCD Issues in Marlin]]></title>
		<link>https://www.soliforum.com/topic/3047/lcd-issues-in-marlin/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/3047/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in LCD Issues in Marlin.]]></description>
		<lastBuildDate>Wed, 03 Jul 2013 11:29:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: LCD Issues in Marlin]]></title>
			<link>https://www.soliforum.com/post/28874/#p28874</link>
			<description><![CDATA[<p><a href="https://github.com/jcrocholl/Marlin">https://github.com/jcrocholl/Marlin</a></p><p>I have fixed this issue now, but there is a new one! (surprise, surprise)</p><p>Error Log:</p><br /><p>In file included from cardreader.cpp:1:<br />/Marlin.h:30:22: error: Arduino.h: No such file or directory<br />In file included from /Marlin.h:37,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from cardreader.cpp:1:<br />MarlinSerial.h:150: error: function definition does not declare parameters<br />MarlinSerial.h:169: error: expected &#039;,&#039; or &#039;...&#039; before &#039;&amp;&#039; token<br />MarlinSerial.h:169: error: ISO C++ forbids declaration of &#039;String&#039; with no type</p><p>Hope you can help, Thanks.</p><p>(Add on: I have looked at a few other posts and it was saying that the Sanguino libraries are out of date. And this may/may not be the reason)</p><p>(I am using a Sanguinololu ATMEGA1284P#)</p>]]></description>
			<author><![CDATA[null@example.com (ayouden)]]></author>
			<pubDate>Wed, 03 Jul 2013 11:29:46 +0000</pubDate>
			<guid>https://www.soliforum.com/post/28874/#p28874</guid>
		</item>
		<item>
			<title><![CDATA[Re: LCD Issues in Marlin]]></title>
			<link>https://www.soliforum.com/post/28871/#p28871</link>
			<description><![CDATA[<p>What version of the firmware are you using? Can you provide the link?</p>]]></description>
			<author><![CDATA[null@example.com (lawsy)]]></author>
			<pubDate>Wed, 03 Jul 2013 10:57:28 +0000</pubDate>
			<guid>https://www.soliforum.com/post/28871/#p28871</guid>
		</item>
		<item>
			<title><![CDATA[LCD Issues in Marlin]]></title>
			<link>https://www.soliforum.com/post/28870/#p28870</link>
			<description><![CDATA[<p>Hey,</p><p>I am currently in the process of updating my firmware for my Delta 3D Printer. However, this error comes up and I don&#039;t know how to fix it. I am not using and LCD display at all.</p><p>If you can help, it would be greatly appreciated. I am guessing I have to disable LCD somehow?</p><p>Error message:</p><p>LiquidCrystalRus.cpp:9:23: error: Arduino.h: No such file or directory<br />In file included from LiquidCrystalRus.cpp:1:<br />LiquidCrystalRus.h:95: error: conflicting return type specified for &#039;virtual size_t LiquidCrystalRus::write(uint8_t)&#039;<br />/Applications/Arduino.app/Contents/Resources/Java/hardware/Sanguino/cores/arduino/Print.h:40: error:&nbsp; &nbsp;overriding &#039;virtual void Print::write(uint8_t)&#039;<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::init(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)&#039;:<br />LiquidCrystalRus.cpp:89: error: &#039;OUTPUT&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:89: error: &#039;pinMode&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::begin(uint8_t, uint8_t, uint8_t)&#039;:<br />LiquidCrystalRus.cpp:119: error: &#039;delayMicroseconds&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:121: error: &#039;LOW&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:121: error: &#039;digitalWrite&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::clear()&#039;:<br />LiquidCrystalRus.cpp:187: error: &#039;delayMicroseconds&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::home()&#039;:<br />LiquidCrystalRus.cpp:193: error: &#039;delayMicroseconds&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::command(uint8_t)&#039;:<br />LiquidCrystalRus.cpp:281: error: &#039;LOW&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;virtual size_t LiquidCrystalRus::write(uint8_t)&#039;:<br />LiquidCrystalRus.cpp:293: error: &#039;LOW&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:303: error: &#039;HIGH&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:305: error: &#039;HIGH&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:307: error: &#039;HIGH&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:309: error: &#039;HIGH&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::send(uint8_t, uint8_t)&#039;:<br />LiquidCrystalRus.cpp:319: error: &#039;digitalWrite&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:323: error: &#039;LOW&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;uint8_t LiquidCrystalRus::recv(uint8_t)&#039;:<br />LiquidCrystalRus.cpp:337: error: &#039;digitalWrite&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:341: error: &#039;HIGH&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::pulseEnable()&#039;:<br />LiquidCrystalRus.cpp:353: error: &#039;LOW&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:353: error: &#039;digitalWrite&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:354: error: &#039;delayMicroseconds&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:355: error: &#039;HIGH&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;void LiquidCrystalRus::writeNbits(uint8_t, uint8_t)&#039;:<br />LiquidCrystalRus.cpp:363: error: &#039;OUTPUT&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:363: error: &#039;pinMode&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:364: error: &#039;digitalWrite&#039; was not declared in this scope<br />LiquidCrystalRus.cpp: In member function &#039;uint8_t LiquidCrystalRus::readNbits(uint8_t)&#039;:<br />LiquidCrystalRus.cpp:373: error: &#039;INPUT&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:373: error: &#039;pinMode&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:376: error: &#039;LOW&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:376: error: &#039;digitalWrite&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:377: error: &#039;delayMicroseconds&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:378: error: &#039;HIGH&#039; was not declared in this scope<br />LiquidCrystalRus.cpp:382: error: &#039;digitalRead&#039; was not declared in this scope</p><br /><br /><p>Thanks <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ayouden)]]></author>
			<pubDate>Wed, 03 Jul 2013 09:29:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/28870/#p28870</guid>
		</item>
	</channel>
</rss>
