<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Eagle3D Component - LCD Module</title>
	<atom:link href="http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/</link>
	<description></description>
	<pubDate>Fri, 10 Sep 2010 21:40:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: climberwin</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-7776</link>
		<dc:creator>climberwin</dc:creator>
		<pubDate>Sat, 03 Apr 2010 08:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-7776</guid>
		<description>thanks for your share!</description>
		<content:encoded><![CDATA[<p>thanks for your share!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOTZKI</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-6104</link>
		<dc:creator>MOTZKI</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-6104</guid>
		<description>Hello.

I'm from Germany.

Great work!!!
I have a question. Can i set the the Display to 16x4 mode?

Thank you - MOTZKI</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I&#8217;m from Germany.</p>
<p>Great work!!!<br />
I have a question. Can i set the the Display to 16&#215;4 mode?</p>
<p>Thank you - MOTZKI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-2231</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Wed, 01 Apr 2009 01:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-2231</guid>
		<description>please upload the file *.dat of HEADER_14 package
Thanks</description>
		<content:encoded><![CDATA[<p>please upload the file *.dat of HEADER_14 package<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hearty</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-2209</link>
		<dc:creator>Hearty</dc:creator>
		<pubDate>Wed, 11 Mar 2009 11:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-2209</guid>
		<description>it's working!

many thx again,
after many days without any result, I can see the lcd display in 3dview,
you make my day, my friend, 

I saw the index, but in fact I never really focus on it, but I will, indeed the secret seems to be here.

Best regards,</description>
		<content:encoded><![CDATA[<p>it&#8217;s working!</p>
<p>many thx again,<br />
after many days without any result, I can see the lcd display in 3dview,<br />
you make my day, my friend, </p>
<p>I saw the index, but in fact I never really focus on it, but I will, indeed the secret seems to be here.</p>
<p>Best regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChromiteBlue</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-2208</link>
		<dc:creator>ChromiteBlue</dc:creator>
		<pubDate>Wed, 11 Mar 2009 05:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-2208</guid>
		<description>Hearty,

the lines from my 3dusrpac.dat look like this:
LCD_16X2:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:10:0:0:0:0:0:0:0:0:0:0:0:0:0:0:USER_LCD_16X2(:USER_LCD_16X2
LCD_BL_16X2:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:10:0:0:0:0:0:0:0:0:0:0:0:0:0:0:USER_LCD_16X2(:USER_LCD_16X2

note the difference in the spelling of the last bit. that's the part that supplies the macro for povray to call, very important for it to be correct. the 10 is a "height" offset I use to bring the part off the board a bit.

for some reason the dialog that pops up after adding an unknown part does not include my functions. c is absolutely right, they need to be manually added.

also note that you can set the text to be rendered by including the following lines in the user.inc:
#declare USER_LCD_MESSAGE_1 = "0123456789012345";
#declare USER_LCD_MESSAGE_2 = "0123456789012345";
#declare USER_LCD_MESSAGE_3 = "0123456789012345";
#declare USER_LCD_MESSAGE_4 = "0123456789012345";

3 and 4 are for a four line LCD if I ever get around to it.


and the rest of the fields:
Index  Meaning
[00]   EaglePackageName
[01]   Output name
[02]   Output value
[03]   Define color bands
[04]   SMD offset (parts will be moved pcb_cuhight up/down)
[05]   LED options (The LED options dialog will be displayed)
[06]   Ready for sockets (see explanation)
[07]   Ask for height of crystals
[08]   Has part a macro (for example, SMD jumpers)
[09]   SMD resistor, Generate number combination
[10]   Socket macro
[11]   Height of socket in 1/10mm
[12]   Comments concerning socket
[13]   Internal for administration purpose (not used at present)
[14]   Correction angle (y axis) (package to macro)
[15]   Offset for correction x
[16]   Offset for correction y
[17]   Offset for correction z
[18]   Use Prefix from Part?
[19]   Shunt on pinheader (a dialog will be displayed)
[20]   Logo selection dialog will be shown
[21]   Reserved[8]
[29]   Bounding-Box Minimum
[30]   Bounding-Box Maximum
[31]   POV-Ray macro (macro name and a left parenthesis)
[32]   Package comments (German)
[33]   Package comments (English)

as per: http://www.matwei.de/doku.php?id=en:eagle3d:documentation#6._file_formats</description>
		<content:encoded><![CDATA[<p>Hearty,</p>
<p>the lines from my 3dusrpac.dat look like this:<br />
LCD_16X2:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:10:0:0:0:0:0:0:0:0:0:0:0:0:0:0:USER_LCD_16X2(:USER_LCD_16X2<br />
LCD_BL_16X2:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:10:0:0:0:0:0:0:0:0:0:0:0:0:0:0:USER_LCD_16X2(:USER_LCD_16X2</p>
<p>note the difference in the spelling of the last bit. that&#8217;s the part that supplies the macro for povray to call, very important for it to be correct. the 10 is a &#8220;height&#8221; offset I use to bring the part off the board a bit.</p>
<p>for some reason the dialog that pops up after adding an unknown part does not include my functions. c is absolutely right, they need to be manually added.</p>
<p>also note that you can set the text to be rendered by including the following lines in the user.inc:<br />
#declare USER_LCD_MESSAGE_1 = &#8220;0123456789012345&#8243;;<br />
#declare USER_LCD_MESSAGE_2 = &#8220;0123456789012345&#8243;;<br />
#declare USER_LCD_MESSAGE_3 = &#8220;0123456789012345&#8243;;<br />
#declare USER_LCD_MESSAGE_4 = &#8220;0123456789012345&#8243;;</p>
<p>3 and 4 are for a four line LCD if I ever get around to it.</p>
<p>and the rest of the fields:<br />
Index  Meaning<br />
[00]   EaglePackageName<br />
[01]   Output name<br />
[02]   Output value<br />
[03]   Define color bands<br />
[04]   SMD offset (parts will be moved pcb_cuhight up/down)<br />
[05]   LED options (The LED options dialog will be displayed)<br />
[06]   Ready for sockets (see explanation)<br />
[07]   Ask for height of crystals<br />
[08]   Has part a macro (for example, SMD jumpers)<br />
[09]   SMD resistor, Generate number combination<br />
[10]   Socket macro<br />
[11]   Height of socket in 1/10mm<br />
[12]   Comments concerning socket<br />
[13]   Internal for administration purpose (not used at present)<br />
[14]   Correction angle (y axis) (package to macro)<br />
[15]   Offset for correction x<br />
[16]   Offset for correction y<br />
[17]   Offset for correction z<br />
[18]   Use Prefix from Part?<br />
[19]   Shunt on pinheader (a dialog will be displayed)<br />
[20]   Logo selection dialog will be shown<br />
[21]   Reserved[8]<br />
[29]   Bounding-Box Minimum<br />
[30]   Bounding-Box Maximum<br />
[31]   POV-Ray macro (macro name and a left parenthesis)<br />
[32]   Package comments (German)<br />
[33]   Package comments (English)</p>
<p>as per: <a href="http://www.matwei.de/doku.php?id=en:eagle3d:documentation#6._file_formats" rel="nofollow">http://www.matwei.de/doku.php?id=en:eagle3d:documentation#6._file_formats</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hearty</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-2207</link>
		<dc:creator>Hearty</dc:creator>
		<pubDate>Wed, 11 Mar 2009 03:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-2207</guid>
		<description>Hi,

thank you for sharing.

I tried to modelise a LCD display, too, but impossible to integrate it in Eagle 3d.

So tired after many days working on, I found your modele,
I does what you said to integrate it, but message error, about 3dusr.dat or 3duserpac.dat, I added the too lines published by "C:", 
Eagle smees work well, but at the rendering error message:
Parse error:Expected 'object', undeclared identifier 'user_lcd' found instead (or if I change the user_lcd by USER_LCD_16X32).

Any suggestion?

Best regards,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you for sharing.</p>
<p>I tried to modelise a LCD display, too, but impossible to integrate it in Eagle 3d.</p>
<p>So tired after many days working on, I found your modele,<br />
I does what you said to integrate it, but message error, about 3dusr.dat or 3duserpac.dat, I added the too lines published by &#8220;C:&#8221;,<br />
Eagle smees work well, but at the rendering error message:<br />
Parse error:Expected &#8216;object&#8217;, undeclared identifier &#8216;user_lcd&#8217; found instead (or if I change the user_lcd by USER_LCD_16X32).</p>
<p>Any suggestion?</p>
<p>Best regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-2191</link>
		<dc:creator>c</dc:creator>
		<pubDate>Thu, 05 Mar 2009 04:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-2191</guid>
		<description>3dusrpac.dat?

LCD_BL_16X2:0:1:0:0:0:0:0:0:0::0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:user_lcd(:user_lcd:user_lcd
HEADER_14:0:1:0:0:0:0:0:0:0::0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:user_lcd(:user_lcd:user_lcd</description>
		<content:encoded><![CDATA[<p>3dusrpac.dat?</p>
<p>LCD_BL_16X2:0:1:0:0:0:0:0:0:0::0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:user_lcd(:user_lcd:user_lcd<br />
HEADER_14:0:1:0:0:0:0:0:0:0::0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:user_lcd(:user_lcd:user_lcd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdo</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-2187</link>
		<dc:creator>abdo</dc:creator>
		<pubDate>Thu, 19 Feb 2009 15:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-2187</guid>
		<description>i download the files but can't use them
i try all ways, thanks</description>
		<content:encoded><![CDATA[<p>i download the files but can&#8217;t use them<br />
i try all ways, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-1082</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Mon, 29 Sep 2008 17:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-1082</guid>
		<description>can you sendme the files too?</description>
		<content:encoded><![CDATA[<p>can you sendme the files too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfa</title>
		<link>http://chromiteblue.com/archive/projects/eagle3d-projects/eagle3d-component-lcd-module/#comment-433</link>
		<dc:creator>jfa</dc:creator>
		<pubDate>Sat, 12 Jul 2008 15:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://chromiteblue.com/archive/graphics/3d-rendering/eagle3d-component-lcd-module/#comment-433</guid>
		<description>hi,

i am interest by your LCD Module, can you send me the file.

thanks a lot

JFA</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i am interest by your LCD Module, can you send me the file.</p>
<p>thanks a lot</p>
<p>JFA</p>
]]></content:encoded>
	</item>
</channel>
</rss>
