<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — LCD Issues in Marlin]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/3047/" />
	<updated>2013-07-03T11:29:46Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/3047/lcd-issues-in-marlin/</id>
		<entry>
			<title type="html"><![CDATA[Re: LCD Issues in Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/28874/#p28874" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ayouden]]></name>
				<uri>https://www.soliforum.com/user/2507/</uri>
			</author>
			<updated>2013-07-03T11:29:46Z</updated>
			<id>https://www.soliforum.com/post/28874/#p28874</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: LCD Issues in Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/28871/#p28871" />
			<content type="html"><![CDATA[<p>What version of the firmware are you using? Can you provide the link?</p>]]></content>
			<author>
				<name><![CDATA[lawsy]]></name>
				<uri>https://www.soliforum.com/user/51/</uri>
			</author>
			<updated>2013-07-03T10:57:28Z</updated>
			<id>https://www.soliforum.com/post/28871/#p28871</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[LCD Issues in Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/28870/#p28870" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ayouden]]></name>
				<uri>https://www.soliforum.com/user/2507/</uri>
			</author>
			<updated>2013-07-03T09:29:06Z</updated>
			<id>https://www.soliforum.com/post/28870/#p28870</id>
		</entry>
</feed>
