<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Parola</id>
	<title>Parola - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Parola"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Parola&amp;action=history"/>
	<updated>2026-07-22T03:31:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Parola&amp;diff=32783&amp;oldid=prev</id>
		<title>Chao at 08:36, 11 October 2022</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Parola&amp;diff=32783&amp;oldid=prev"/>
		<updated>2022-10-11T08:36:34Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Chained Dot Matrix Display Parola ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Steps (Simple)===&lt;br /&gt;
* Take 3-set matrix display for example&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Steps !! Direction Image !! Note&lt;br /&gt;
|-&lt;br /&gt;
| Soldering dot matrix to board directly || [[File:Parola setup 1.jpg|150px]] || all silk print and dot on matrix should on same side of P1, brightness&lt;br /&gt;
|-&lt;br /&gt;
| Detailed look, all the accessories are not very necessary ||  [[File:Parola setup 1a.jpg|150px]] || please double check direction&lt;br /&gt;
|-&lt;br /&gt;
| Soldering a bended pin header on the end of back side ||  [[File:Parola setup 2.jpg|150px]] || on the another side of silk print, on right side if see front&lt;br /&gt;
|-&lt;br /&gt;
| Done || [[File:Parola setup 3.jpg|150px]] || how it looks&lt;br /&gt;
|-&lt;br /&gt;
| Test with arduino || [[File:Parola setup 4.jpg|150px]] || MAX72_xx library&lt;br /&gt;
|}&lt;br /&gt;
=== Soldering Step by Step (Complex)===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Note !! Header text&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Soldering 4 pcs of 2x5 pin header of the back side of PCB || carefully do not block the pin holes of the dot matrix during soldering, since they are very close, prepare desoldering tool in case&lt;br /&gt;
|-&lt;br /&gt;
| 2 (optional) || Soldering the dot matrix socket pin header 1x8 || This is optional, if you prefer a slim display chain, and no need to remove the dot matrix anymore&lt;br /&gt;
|-&lt;br /&gt;
| 3 || place dot matrix on the socket, or soldering directly on board || be VERY carefully if you solder it directly on board, the direction of the dot matrix should not be wrong , otherwise it will be useless board&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Add jumpers on 2x5 pin headers, add signal or right of your chain display, should work now! || try with MAX_72XX -&amp;gt; test sketch in arduino&lt;br /&gt;
|}&lt;br /&gt;
* The dot matrix has a &amp;quot;dot&amp;quot; or print words on the side of its left, &amp;quot;the left side of the IC&amp;quot;&lt;br /&gt;
* The right angle pin header should be soldered on the right, &amp;quot;the right side of the IC&amp;quot;&lt;br /&gt;
[[File:Dot matrix direction.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
* use library and demo code from here: https://github.com/Edragon/Arduino-main/tree/master/libraries/MD_MAX72XX&lt;br /&gt;
&lt;br /&gt;
''' Wiring '''&lt;br /&gt;
* Connect to the right side pins of matrix (design error, both side marked with DOUT, but right side (when you face to the matrix) should be DIN)&lt;br /&gt;
* Find follwing part and setup in Arduino, max72xx test sketch:&lt;br /&gt;
 #define	MAX_DEVICES	5 // how many you chained &lt;br /&gt;
 #define	CLK_PIN		13  // or SCK - CLK&lt;br /&gt;
 #define	DATA_PIN	11  // or MOSI - DIN&lt;br /&gt;
 #define	CS_PIN		10  // or SS - LD (load)&lt;br /&gt;
&lt;br /&gt;
== Library and Demo code ==&lt;br /&gt;
* Tested on arduino IDE version 1.67&lt;br /&gt;
* Download MAX_72XX and true random library from our dropbox page or [https://github.com/mariusrugan/MD_MAX72XX github here] and [https://code.google.com/archive/p/tinkerit/wikis/TrueRandom.wiki true random] here.&lt;br /&gt;
* Now you can run Max_72xx_text example to test it.&lt;br /&gt;
* [https://parola.codeplex.com/ Then find the parola demo code here.] or from our dropbox page.&lt;br /&gt;
&lt;br /&gt;
''' Documents '''&lt;br /&gt;
* [http://forum.arduino.cc/index.php?topic=171056.0 Arduino forum discussion here.]&lt;br /&gt;
&lt;br /&gt;
''' Demo video '''&lt;br /&gt;
* [https://www.youtube.com/watch?v=0ZJSnulKp58 Demo Video 1] based on parola example&lt;br /&gt;
* [https://www.youtube.com/watch?v=aMbxpv6vCoI Demo Video 2 based on library max_72xx_test example]&lt;br /&gt;
* [https://www.youtube.com/watch?v=1UoPPtZksvk Color Dot Matrix]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: Dot Matrix]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>