<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
        <description> Hi there fellows, 

I&#039;m new to 3d printing and I&#039;m  building my very first reprap i3 printer, also trying to learn something in the process not just that plug and play crap. As you can guess I have a lot of questions to do, but in this case i&#039;ll just making one.

 I&#039;m trying to solve out how to make my own RepRapDiscount_Full_Graphic_Smart_Controller 

 I have the following parts:

a buzzer
a rotary encoder
a switch
a ST7920 128x64wz lcd module  *the blue one*
a sd module

I make it work separately with the arduino, but I can&#039;t find how to connect it with RAMPS 1.4  in order to make it work like the above described controller, the wiki give a plan, so if you are an electronic engineer you can understand,  and link to the pcb file, it is &quot;Opensourse if you can afford the license of the program in which i made it from&quot; 

c&#039;mon guys,  can&#039;t they  put this thing in a &quot;freaking&quot; .png file? I just need to know the pin mapping!!!

So I just need the pinmapping, that&#039;s is. If anyone can help you&#039;re making me happy enought to buy you a beer when let yourself drop here in Buenos Aires. :)-D or who knows what kind of crazy things can do for it (:P)

Thanks a lot to the community! I was helped too much even with out a single post.
Thanks in advance to all for this punctual help!

See you!
Gnokix</description>
        <link>https://reprap.org/forum/read.php?1,564870,564870#msg-564870</link>
        <lastBuildDate>Mon, 15 Jun 2026 07:26:01 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,576971#msg-576971</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,576971#msg-576971</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>chtipanda</strong><br />
Have you find a solution to operate the rotary knob<br />
winking smiley thank you ;)</div></blockquote>
<br />
Hi pal, unfortunatelly have other bussines on my hands right now that preventing me to further continue with it, I found this but haven't tested yet, hope it helps.<br />
<br />
<a href="https://forum.arduino.cc/index.php?topic=53265.0" target="_blank"  rel="nofollow">Simple universal LCD menu code</a>]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 29 Oct 2015 08:34:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,576735#msg-576735</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,576735#msg-576735</link>
            <description><![CDATA[ Have you find a solution to operate the rotary knob<br />
winking smiley thank you ;)]]></description>
            <dc:creator>chtipanda</dc:creator>
            <category>General</category>
            <pubDate>Wed, 28 Oct 2015 17:56:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,567416#msg-567416</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,567416#msg-567416</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>the_digital_dentist</strong><br />
[<a href="http://www.banggood.com/3D-Printer-RAMPS-14-LCD12864-Intelligent-Controller-LCD-Control-Board-p-922875.html" target="_blank"  rel="nofollow">www.banggood.com</a>]</div></blockquote>
Hi tdd! thank you for posting, I know you're trying to help me and appreciate it.<br />
<br />
Anyway, I found this [1], this is not what I was looking for, but may be help.<br />
Also found this [2][3] the guys did what I want to do, there's no much information but they give us a clue in one of the images.<br />
And found at the reprap wiki [4] the 2 sides printout of the ramps and the pinmap for the arduino [5] and [6].<br />
<br />
1) [<a href="http://reprap.org/wiki/RAMPS_LCD#How_to_build_it" target="_blank"  rel="nofollow">reprap.org</a>]<br />
2) [<a href="http://www.thingiverse.com/thing:408513" target="_blank"  rel="nofollow">www.thingiverse.com</a>]<br />
3) [<a href="http://www.thingiverse.com/thing:205590" target="_blank"  rel="nofollow">www.thingiverse.com</a>]<br />
4) [<a href="http://reprap.org/wiki/RAMPS_1.4" target="_blank"  rel="nofollow">reprap.org</a>]<br />
5) [<a href="http://www.zembedded.com/wp-content/uploads/2013/04/ardunio_mega.png" target="_blank"  rel="nofollow">www.zembedded.com</a>]<br />
6) [<a href="http://files.hwkitchen.com/200000736-26528274c8/arduino-mega2560-holes-coordinates.jpg" target="_blank"  rel="nofollow">files.hwkitchen.com</a>]<br />
<br />
with this and the information found in the pins.h file it should be done.<br />
<br />
Tank you again george for the moral support and the hints.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>george4657</strong><br />
You do not need the schematic to hook up the pins.<br />
Look in your marlin files for pins.h and look for Ultra or LCD to find pins used.<br />
Make sure you are looking for the pins on your motherboard type. You will find this definition in configuration.h.<br />
You will also have to change configuration file to tell compiler you are using an LCD. Here again lookup lcd for options.<br />
I have not used the graphics LCd only the 4 x 20 line so I can not help you with that.<br />
There are a lot of different suppliers of these so google to find one with better instructions.<br />
<br />
You will learn a lot more the way you are going but be prepared for the frustration. The joy of making it work is worth it to me.<br />
<br />
George</div></blockquote>
<br />
Actually I'm short of time, but I hope put a hand on it soon. I will show you the results.<br />
Thank you all, see you soon.]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Tue, 06 Oct 2015 15:57:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,566212#msg-566212</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,566212#msg-566212</link>
            <description><![CDATA[ [<a href="http://www.banggood.com/3D-Printer-RAMPS-14-LCD12864-Intelligent-Controller-LCD-Control-Board-p-922875.html" target="_blank"  rel="nofollow">www.banggood.com</a>]]]></description>
            <dc:creator>the_digital_dentist</dc:creator>
            <category>General</category>
            <pubDate>Sat, 03 Oct 2015 16:07:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565660#msg-565660</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565660#msg-565660</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>sdavi</strong><br />
The full graphic LCD actually connects to a separate adapter board via 2 ribbon cables (labeled as EXP1 and EXP2 in the schematics), and the adapter board then plugs into the RAMPS board. The adapter board schematic can be found here <a href="http://reprap.org/mediawiki/images/7/79/LCD_connect_SCHDOC.pdf" target="_blank"  rel="nofollow">reprap.org</a>. In the adapter schematics, AUX3 and AUX4 are the pins used to connect to the RAMPS board, and it shows the connections of the RAMPS pins to the ribbon cables (EXP1 and EXP2). Then its just a matter of matching the pins of EXP1 and EXP2 in both schematics.<br />
<br />
Edit: Here is AUX3 and AUX4 on the RAMPS board <a href="http://reprap.org/wiki/File:Arduinomega1-4connectors.png" target="_blank"  rel="nofollow">reprap.org</a></div></blockquote>
<br />
Thank you sdavi, I had no spare time to go forward with it, I hope during week end can solve out this, thanks for the help.]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Fri, 02 Oct 2015 09:52:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565642#msg-565642</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565642#msg-565642</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ElmoC</strong><br />
If you want a basic tutorial for wiring a LCD to an arduino, check out AdaFruit tutorials <a href="https://learn.adafruit.com/character-lcds/overview" target="_blank"  rel="nofollow">here</a> and <a href="http://www.ladyada.net/learn/lcd/st7565.html" target="_blank"  rel="nofollow">here</a></div></blockquote>
<br />
Thank you ElmoC, i'm able to use it directly to the arduino, what i'm trying to do is connect it to the RAMPS.]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Fri, 02 Oct 2015 09:18:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565375#msg-565375</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565375#msg-565375</link>
            <description><![CDATA[ The full graphic LCD actually connects to a separate adapter board via 2 ribbon cables (labeled as EXP1 and EXP2 in the schematics), and the adapter board then plugs into the RAMPS board. The adapter board schematic can be found here <a href="http://reprap.org/mediawiki/images/7/79/LCD_connect_SCHDOC.pdf" target="_blank"  rel="nofollow">reprap.org</a>. In the adapter schematics, AUX3 and AUX4 are the pins used to connect to the RAMPS board, and it shows the connections of the RAMPS pins to the ribbon cables (EXP1 and EXP2). Then its just a matter of matching the pins of EXP1 and EXP2 in both schematics.<br />
<br />
Edit: Here is AUX3 and AUX4 on the RAMPS board <a href="http://reprap.org/wiki/File:Arduinomega1-4connectors.png" target="_blank"  rel="nofollow">reprap.org</a>]]></description>
            <dc:creator>sdavi</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 20:55:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565335#msg-565335</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565335#msg-565335</link>
            <description><![CDATA[ If you want a basic tutorial for wiring a LCD to an arduino, check out AdaFruit tutorials <a href="https://learn.adafruit.com/character-lcds/overview" target="_blank"  rel="nofollow">here</a> and <a href="http://www.ladyada.net/learn/lcd/st7565.html" target="_blank"  rel="nofollow">here</a>]]></description>
            <dc:creator>ElmoC</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 18:11:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565226#msg-565226</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565226#msg-565226</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>george4657</strong><br />
You do not need the schematic to hook up the pins.<br />
Look in your marlin files for pins.h and look for Ultra or LCD to find pins used.<br />
Make sure you are looking for the pins on your motherboard type. You will find this definition in configuration.h.<br />
You will also have to change configuration file to tell compiler you are using an LCD. Here again lookup lcd for options.<br />
I have not used the graphics LCd only the 4 x 20 line so I can not help you with that.<br />
There are a lot of different suppliers of these so google to find one with better instructions.<br />
<br />
You will learn a lot more the way you are going but be prepared for the frustration. The joy of making it work is worth it to me.<br />
<br />
George</div></blockquote>
<br />
Thank you very much George, this is the kind of reply i'm looking for in this forum. :)-D<br />
<br />
Anyways, I taken a more deep look at the skematich of the PCB, and it obviously is not explaining the important thing to me, how to wire it on the RAMPs side, just what i'm looking for. Anyway, in way or another I'll find the solution and it will be posted here.<br />
<br />
Thanks a lot!<br />
gnokix]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 13:36:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565220#msg-565220</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565220#msg-565220</link>
            <description><![CDATA[ You do not need the schematic to hook up the pins.<br />
Look in your marlin files for pins.h and look for Ultra or LCD to find pins used.<br />
Make sure you are looking for the pins on your motherboard type. You will find this definition in configuration.h.<br />
You will also have to change configuration file to tell compiler you are using an LCD. Here again lookup lcd for options.<br />
I have not used the graphics LCd only the 4 x 20 line so I can not help you with that.<br />
There are a lot of different suppliers of these so google to find one with better instructions.<br />
<br />
You will learn a lot more the way you are going but be prepared for the frustration. The joy of making it work is worth it to me.<br />
<br />
George]]></description>
            <dc:creator>george4657</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 13:27:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565175#msg-565175</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565175#msg-565175</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ElmoC</strong><br />
Wasn't really talking about the PCB. You need to be able to understand schematics just to try doing point to point wiring. In either case, it sounds like this project is beyond your skill set at this time. </div></blockquote>
<br />
Thank you.]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 11:57:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565172#msg-565172</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565172#msg-565172</link>
            <description><![CDATA[ Wasn't really talking about the PCB. You need to be able to understand schematics just to try doing point to point wiring. In either case, it sounds like this project is beyond your skill set at this time. <br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>ElmoC</strong><br />
If you don't understand the schematic, then trying to build one your self may not be an appropriate project. You would be better off to just buy one. <br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>gnokix</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>jardern</strong><br />
Gnokix,<br />
<br />
  Please see the attached file.  Hope this helps.<br />
<br />
Regards,<br />
<br />
John</div></blockquote>
Thanks John, this plan is which i saw before, unfortunatelly I'm not understanding it.</div></blockquote></div></blockquote>]]></description>
            <dc:creator>ElmoC</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 11:43:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565167#msg-565167</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565167#msg-565167</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ElmoC</strong><br />
If you don't understand the schematic, then trying to build one your self may not be an appropriate project. You would be better off to just buy one. </div></blockquote>
<br />
Hi Elmo, I'm not trying to make any PCB, each pin on ramp has a meaning on the arduino side and "this" pcb is just tiyng together the +5v and gnd pins. <br />
Thank you for your answer]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 11:33:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565126#msg-565126</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565126#msg-565126</link>
            <description><![CDATA[ As I understand it, you're trying to replicate the function of a RRD GLCD module that is wired with a PCB by haywiring all the separate components to the RAMPS board.  <br />
<br />
If you can't understand the schematic diagram that was posted, what makes you think you'll successfully wire all those parts to the RAMPS board and get it working?<br />
<br />
I suggest you save yourself the trouble and just hit your thumb with a hammer.  It will give you all the pain you seem to want with very little effort.  Then, after having satisfied your desire to suffer, you can just get the RRD module, plug it in, and get on with 3D printing.]]></description>
            <dc:creator>the_digital_dentist</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 10:38:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565104#msg-565104</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565104#msg-565104</link>
            <description><![CDATA[ If you don't understand the schematic, then trying to build one your self may not be an appropriate project. You would be better off to just buy one. <br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>gnokix</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>jardern</strong><br />
Gnokix,<br />
<br />
  Please see the attached file.  Hope this helps.<br />
<br />
Regards,<br />
<br />
John</div></blockquote>
Thanks John, this plan is which i saw before, unfortunatelly I'm not understanding it.</div></blockquote>]]></description>
            <dc:creator>ElmoC</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 09:59:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565074#msg-565074</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565074#msg-565074</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jardern</strong><br />
Gnokix,<br />
<br />
  Please see the attached file.  Hope this helps.<br />
<br />
Regards,<br />
<br />
John</div></blockquote>
Thanks John, this plan is which i saw before, unfortunatelly I'm not understanding it.]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 09:03:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565072#msg-565072</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565072#msg-565072</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>the_digital_dentist</strong><br />
Printed circuit boards, especially two or more layers, have been a PITA for hobbyists since PCBs were invented. ...</div></blockquote>
<br />
Thank you pal, I'm not trying to make a pcb, just need the   correct pinmapping for my lcd module to RAMPS, module which actually has it's own controller and works like a charm directly to the arduino.<br />
<br />
I will take a look on the driver forum, nice tip!]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 08:56:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565029#msg-565029</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565029#msg-565029</link>
            <description><![CDATA[ Gnokix,<br />
<br />
  Please see the attached file.  Hope this helps.<br />
<br />
Regards,<br />
<br />
John]]></description>
            <dc:creator>jardern</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 07:55:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,565028#msg-565028</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,565028#msg-565028</link>
            <description><![CDATA[ Printed circuit boards, especially two or more layers, have been a PITA for hobbyists since PCBs were invented.  Some things are worth paying a few dollars to have someone else make.  I realize you have all the necessary parts, but the PCB (actually two PCBs for this thing) is a part also and a very important one.  Making PCBs is a messy process, a difficult one to get right, and not necessarily cheap.  You'll end up spending more $ trying to make the PCB than you'll save by not buying the whole, working, already assembled and debugged module.  And how many hundreds of hours are you going to spend at it?  Is your time and effort worth nothing at all?  If you were making something that doesn't already exist, sure, go ahead and make the board, but for something you can buy cheaply off the shelf?  Meh.  3D printing is full of things that are going to suck up all your time.  This is one that has an extremely low return on the investment.<br />
<br />
Look in the controllers forum- someone designed and built a tiny controller that uses a tiny OLED display (I don't know why they did, but they did).]]></description>
            <dc:creator>the_digital_dentist</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 07:54:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,564977#msg-564977</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,564977#msg-564977</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Dust</strong><br />
Altium Designer has 30 days free trial.<br />
<br />
Download it. and your set<br />
<br />
<br />
And [<a href="http://reprap.org/mediawiki/images/5/51/RRD_FULL_GRAPHIC_SMART_CONTROLER_SCHEMATIC.pdf" target="_blank"  rel="nofollow">reprap.org</a>]</div></blockquote>
<br />
First of all, thank you for taking time to answer this question (:D.<br />
<br />
I tryied to download it, but after sent a form with my personal data (following the download link) a message apears, it says something like this: a company seller will be contacting me in the next working week. it's obvious the program is in the p2p network, so in the worst case i'll downlod it, but this is not the case. I'm trying t get support from the opensource community.<br />
<br />
And the plans are the same I mentioned before, means nothing to me, sorry.]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 06:16:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,564894#msg-564894</guid>
            <title>Re: How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,564894#msg-564894</link>
            <description><![CDATA[ Altium Designer has 30 days free trial.<br />
<br />
Download it. and your set<br />
<br />
<br />
And [<a href="http://reprap.org/mediawiki/images/5/51/RRD_FULL_GRAPHIC_SMART_CONTROLER_SCHEMATIC.pdf" target="_blank"  rel="nofollow">reprap.org</a>]]]></description>
            <dc:creator>Dust</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 02:28:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,564870,564870#msg-564870</guid>
            <title>How to make my own RepRapDiscount_Full_Graphic_Smart_Controller</title>
            <link>https://reprap.org/forum/read.php?1,564870,564870#msg-564870</link>
            <description><![CDATA[ Hi there fellows, <br />
<br />
I'm new to 3d printing and I'm  building my very first reprap i3 printer, also trying to learn something in the process not just that plug and play crap. As you can guess I have a lot of questions to do, but in this case i'll just making one.<br />
<br />
 I'm trying to solve out how to make my own <a href="http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller" target="_blank"  rel="nofollow">RepRapDiscount_Full_Graphic_Smart_Controller</a> <br />
<br />
 I have the following parts:<br />
<br />
a buzzer<br />
a rotary encoder<br />
a switch<br />
a ST7920 128x64wz lcd module  *the blue one*<br />
a sd module<br />
<br />
I make it work separately with the arduino, but I can't find how to connect it with RAMPS 1.4  in order to make it work like the above described controller, the wiki give a plan, so if you are an electronic engineer you can understand,  and link to the pcb file, it is "Opensourse if you can afford the license of the program in which i made it from" <br />
<br />
c'mon guys,  can't they  put this thing in a "freaking" .png file? I just need to know the pin mapping!!!<br />
<br />
So I just need the pinmapping, that's is. If anyone can help you're making me happy enought to buy you a beer when let yourself drop here in Buenos Aires. :)-D or who knows what kind of crazy things can do for it (:P)<br />
<br />
Thanks a lot to the community! I was helped too much even with out a single post.<br />
Thanks in advance to all for this punctual help!<br />
<br />
See you!<br />
Gnokix]]></description>
            <dc:creator>gnokix</dc:creator>
            <category>General</category>
            <pubDate>Thu, 01 Oct 2015 00:23:09 -0400</pubDate>
        </item>
    </channel>
</rss>
