240 lines
10 KiB
HTML
240 lines
10 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||
|
<meta name="generator" content="Doxygen 1.8.14"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
<title>Parola for Arduino: Revision History</title>
|
||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||
|
<script type="text/javascript" src="jquery.js"></script>
|
||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||
|
<script type="text/javascript" src="resize.js"></script>
|
||
|
<script type="text/javascript" src="navtreedata.js"></script>
|
||
|
<script type="text/javascript" src="navtree.js"></script>
|
||
|
<script type="text/javascript">
|
||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||
|
$(document).ready(initResizable);
|
||
|
/* @license-end */</script>
|
||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||
|
<script type="text/javascript" src="search/search.js"></script>
|
||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||
|
<div id="titlearea">
|
||
|
<table cellspacing="0" cellpadding="0">
|
||
|
<tbody>
|
||
|
<tr style="height: 56px;">
|
||
|
<td id="projectlogo"><img alt="Logo" src="MajicDesigns_Logo.png"/></td>
|
||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||
|
<div id="projectname">Parola for Arduino
|
||
|
 <span id="projectnumber">3.0</span>
|
||
|
</div>
|
||
|
<div id="projectbrief">Text effects for LED Matrix modular hardware</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
<!-- end header part -->
|
||
|
<!-- Generated by Doxygen 1.8.14 -->
|
||
|
<script type="text/javascript">
|
||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||
|
/* @license-end */
|
||
|
</script>
|
||
|
<script type="text/javascript" src="menudata.js"></script>
|
||
|
<script type="text/javascript" src="menu.js"></script>
|
||
|
<script type="text/javascript">
|
||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||
|
$(function() {
|
||
|
initMenu('',true,false,'search.php','Search');
|
||
|
$(document).ready(function() { init_search(); });
|
||
|
});
|
||
|
/* @license-end */</script>
|
||
|
<div id="main-nav"></div>
|
||
|
</div><!-- top -->
|
||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||
|
<div id="nav-tree">
|
||
|
<div id="nav-tree-contents">
|
||
|
<div id="nav-sync" class="sync"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="splitbar" style="-moz-user-select:none;"
|
||
|
class="ui-resizable-handle">
|
||
|
</div>
|
||
|
</div>
|
||
|
<script type="text/javascript">
|
||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||
|
$(document).ready(function(){initNavTree('page_rev_history.html','');});
|
||
|
/* @license-end */
|
||
|
</script>
|
||
|
<div id="doc-content">
|
||
|
<!-- window showing the filter options -->
|
||
|
<div id="MSearchSelectWindow"
|
||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||
|
</div>
|
||
|
|
||
|
<!-- iframe showing the search results (closed by default) -->
|
||
|
<div id="MSearchResultsWindow">
|
||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||
|
name="MSearchResults" id="MSearchResults">
|
||
|
</iframe>
|
||
|
</div>
|
||
|
|
||
|
<div class="header">
|
||
|
<div class="headertitle">
|
||
|
<div class="title">Revision History </div> </div>
|
||
|
</div><!--header-->
|
||
|
<div class="contents">
|
||
|
<div class="textblock"><p>Jul 2018 - version 3.0.1</p><ul>
|
||
|
<li>Added getFont() method.</li>
|
||
|
<li>Cleaned up double height examples relying on old USE_*_HW defines.</li>
|
||
|
</ul>
|
||
|
<p>Jun 2018 - version 3.0.0</p><ul>
|
||
|
<li>Minor corrections to previous version examples and keyword.txt.</li>
|
||
|
<li>Added help text on sprite animations and minor doc updates.</li>
|
||
|
<li>Added Sprites_Simple example.</li>
|
||
|
<li>Adapted for changes to the MD_MAX72XX library.</li>
|
||
|
</ul>
|
||
|
<p>Apr 2018 - version 2.7.4</p><ul>
|
||
|
<li>Fixed bug with ESP8266 compilation.</li>
|
||
|
</ul>
|
||
|
<p>Apr 2018 - version 2.7.3</p><ul>
|
||
|
<li>Reworked sprite effects to enable user sprites as more sustainable in long run.</li>
|
||
|
<li>Removed all built in sprites from previous version.</li>
|
||
|
<li>Added Sprites example.</li>
|
||
|
</ul>
|
||
|
<p>Apr 2018 - version 2.7.2</p><ul>
|
||
|
<li>Fixed bug with last text column persisting for PA_SCAN_HORIZ and PA_SCAN_HORIZX effect.</li>
|
||
|
<li>Added sprite based text effects</li>
|
||
|
</ul>
|
||
|
<p>Mar 2018 - version 2.7.1</p><ul>
|
||
|
<li>Adjusted Scrolling_Menu example for changes to MD_Menu library.</li>
|
||
|
<li>Added graphics methods to support text + graphics displays</li>
|
||
|
<li>Added text & graphics example Test_TG</li>
|
||
|
</ul>
|
||
|
<p>Dec 2017 - version 2.6.6</p><ul>
|
||
|
<li>Created MAX_ZONES constant to allow static zones array. Interim measure until resolution of the errors (?) caused when dynamically allocating the _Z array.</li>
|
||
|
<li>Cleaned up most compiler warnings.</li>
|
||
|
<li>Reworked Parola_Test example</li>
|
||
|
</ul>
|
||
|
<p>Nov 2017 - version 2.6.5</p><ul>
|
||
|
<li>Fixed RANDOM effect locking issue</li>
|
||
|
<li>Added Parola_Bluetooth example</li>
|
||
|
<li>Added Double_Height_Russian example</li>
|
||
|
<li>Added Scrolling_Menu example</li>
|
||
|
<li>Added Scrolling_Vertical example</li>
|
||
|
<li>Added SCAN_HORIZX/SCAN_VERTX text effects</li>
|
||
|
<li>Fixed bug with WIPE, SCAN and GROW when using 1 module only</li>
|
||
|
<li>Removed hard coded internal font buffer size</li>
|
||
|
<li>Changed examples - replaced MD_KeySwitch with new MD_UISwitch library</li>
|
||
|
</ul>
|
||
|
<p>Apr 2017 - version 2.6.4</p><ul>
|
||
|
<li>Added Parola_UFT-8_Display example for double multi-byte character handling</li>
|
||
|
<li>Fixed bug: single blank column in SCROLL_LEFT with PA_LEFT</li>
|
||
|
<li>Changed Scrolling example to parametrize more options</li>
|
||
|
<li>Added RANDOM text effect</li>
|
||
|
</ul>
|
||
|
<p>Feb 2017 - version 2.6.3</p><ul>
|
||
|
<li>Full review of double height functionality, mods as required</li>
|
||
|
<li>Added Double_Height_Test example</li>
|
||
|
<li>Cleaned up some example files</li>
|
||
|
</ul>
|
||
|
<p>Jan 2017 - version 2.6.2</p><ul>
|
||
|
<li>Added shutdown() method to enable low power mode</li>
|
||
|
<li>Corrected alignment offset problems in low level functions</li>
|
||
|
</ul>
|
||
|
<p>Jan 2017 - version 2.6.1</p><ul>
|
||
|
<li>Added ESP8266 example</li>
|
||
|
<li>Corrected keywords.txt file and main header file</li>
|
||
|
<li>Cleaned up looping logic in Double_Height examples</li>
|
||
|
<li>Corrected bug when double height PA_SCROLL_RIGHT</li>
|
||
|
</ul>
|
||
|
<p>Dec 2016 - version 2.6</p><ul>
|
||
|
<li>Prefaced all Parola enumerated types with PA_ as some clash with othe libraries</li>
|
||
|
<li>Edited main library core routines to allow scrolling in double height mode</li>
|
||
|
<li>Eliminated trailing char separator from displayed string</li>
|
||
|
<li>Adjusted some animations to allow for changes to core utility functions</li>
|
||
|
<li>Changed Double_Height_v2 example to allow for Generic and Parola modules</li>
|
||
|
<li>Fixed font definitions for font based examples</li>
|
||
|
<li>Added Arduino Library Print Class extension for easy printing</li>
|
||
|
</ul>
|
||
|
<p>Nov 2016 - version 2.5</p><ul>
|
||
|
<li>Added ambulance example</li>
|
||
|
<li>Updated branding to MD_ diamond</li>
|
||
|
<li>Added README.md file</li>
|
||
|
</ul>
|
||
|
<p>Jan 2016 - version 2.4</p><ul>
|
||
|
<li>Added dynamic zone example</li>
|
||
|
<li>Added synchZoneStart() method to allow zones start times to be synchronized</li>
|
||
|
<li>Added double height character example by Arek00</li>
|
||
|
<li>Modified all examples to conditionally include <SPI.h></li>
|
||
|
<li>Added double height character example (v2) using Font file created by MD_MAX72xx font builder</li>
|
||
|
<li>Added double height clock example</li>
|
||
|
<li>Added HelloWorld example - simplest working code</li>
|
||
|
<li>Added FADE animation</li>
|
||
|
<li>Adjusted documentation structure</li>
|
||
|
<li>Added preprocessor defines ENA_* for granular selection of animations (memory saving)</li>
|
||
|
</ul>
|
||
|
<p>Aug 2015 - version 2.3</p><ul>
|
||
|
<li>Added set/getScrollSpacing() methods and associated Scrolling_Spacing example</li>
|
||
|
<li>Added set/getZoneEffect with FLIP_LR and FLIP_UD, with associated Zone_Mirror example</li>
|
||
|
<li>Added MESH animation</li>
|
||
|
<li>Fixed minor bugs and documentation</li>
|
||
|
</ul>
|
||
|
<p>April 2015 - version 2.2</p><ul>
|
||
|
<li>Added Scrolling_ML example</li>
|
||
|
<li>Added Zone_Mesg example</li>
|
||
|
<li>Overloaded displayClear() for single zone clear</li>
|
||
|
<li>Fixed bug in SLICE effect when text was too long for display</li>
|
||
|
</ul>
|
||
|
<p>February 2015 - version 2.1</p><ul>
|
||
|
<li>Fixed small animation problems with SLICE and SCAN_VERT</li>
|
||
|
<li>Fixed PROGMEM error compiling with IDE version 1.5.7</li>
|
||
|
</ul>
|
||
|
<p>March 2014 - version 2.0</p><ul>
|
||
|
<li>Mods to accommodate revised font handling in MD_MAX72xx library<ul>
|
||
|
<li>Users can now provide a user defined font PROGMEM data table</li>
|
||
|
<li>User code can provide individual character override for equivalent font character</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Additional animations<ul>
|
||
|
<li>SCAN_HORIZ, SCAN_VERT</li>
|
||
|
<li>GROW_UP, GROW_DOWN</li>
|
||
|
<li>SCROLL_UP_LEFT, SCROLL_UP_RIGHT, SCROLL_DOWN_LEFT, SCROLL_DOWN_RIGHT</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Implemented Zoned scrolling<ul>
|
||
|
<li>Multiple independent zoned scrolling areas in one display.</li>
|
||
|
<li>Each zone has all character attributes (font, alignment, speed, pause, etc).</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>textEffect_t and textAlign_t taken out of the class definition. Requires legacy code mods.</li>
|
||
|
<li>Backward compatible with library version 1.x code.</li>
|
||
|
</ul>
|
||
|
<p>September 2013 - version 1.1</p><ul>
|
||
|
<li>Mods to accommodate changes to hardware SPI implementation in MD_MAX72xx library</li>
|
||
|
</ul>
|
||
|
<p>June 2013 - version 1.0</p><ul>
|
||
|
<li>New library </li>
|
||
|
</ul>
|
||
|
</div></div><!-- contents -->
|
||
|
</div><!-- doc-content -->
|
||
|
<!-- start footer part -->
|
||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||
|
<ul>
|
||
|
<li class="navelem"><a class="el" href="index.html">Main Page</a></li>
|
||
|
<li class="footer">Generated on Tue Jul 10 2018 20:02:31 for Parola for Arduino by
|
||
|
<a href="http://www.doxygen.org/index.html">
|
||
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|