Skip to content

Commit

Permalink
release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFedOne committed Aug 16, 2016
1 parent ba824ae commit b17cbac
Show file tree
Hide file tree
Showing 86 changed files with 134 additions and 118 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*Menu creation Arduino library for LCDs, extends [LiquidCrystal][lc].*

[![Build Status](https://travis-ci.org/VasilKalchev/LiquidMenu.svg?branch=master)](https://travis-ci.org/VasilKalchev/LiquidMenu)
[![release](https://img.shields.io/badge/release-1.1.4-yellow.svg)](https://github.com/VasilKalchev/LiquidMenu/releases)
[![release](https://img.shields.io/badge/release-1.1.5-yellow.svg)](https://github.com/VasilKalchev/LiquidMenu/releases)
[![documentation](https://img.shields.io/badge/docs-doxygen-green.svg)](https://vasilkalchev.github.io/LiquidMenu/doc/html/index.html)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://opensource.org/licenses/mit-license.php)

Expand Down
20 changes: 10 additions & 10 deletions doc/html/_liquid_menu_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down Expand Up @@ -160,9 +160,9 @@
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a098c1bcb7abac7e1a1c0f8ecd23f8158"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_liquid_menu_8h.html#a098c1bcb7abac7e1a1c0f8ecd23f8158">print_me</a> (uint16_t address)</td></tr>
<tr class="memdesc:a098c1bcb7abac7e1a1c0f8ecd23f8158"><td class="mdescLeft">&#160;</td><td class="mdescRight">Prints the number passed to it in a specific way. <a href="#a098c1bcb7abac7e1a1c0f8ecd23f8158">More...</a><br /></td></tr>
<tr class="separator:a098c1bcb7abac7e1a1c0f8ecd23f8158"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afdff178c8b0daebe2b907aad7637ac8c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_liquid_menu_8h.html#afdff178c8b0daebe2b907aad7637ac8c">print_me</a> (uintptr_t address)</td></tr>
<tr class="memdesc:afdff178c8b0daebe2b907aad7637ac8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Prints the number passed to it in a specific way. <a href="#afdff178c8b0daebe2b907aad7637ac8c">More...</a><br /></td></tr>
<tr class="separator:afdff178c8b0daebe2b907aad7637ac8c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">recognizeType overloaded function</div></td></tr>
<tr class="memitem:a43ce352b01d201ddd165bd97a4f5ad2b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_liquid_menu_8h.html#a75e7df7c4007df61cf3716ba2d3ed8e3">DataType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_liquid_menu_8h.html#a43ce352b01d201ddd165bd97a4f5ad2b">recognizeType</a> (bool variable)</td></tr>
<tr class="separator:a43ce352b01d201ddd165bd97a4f5ad2b"><td class="memSeparator" colspan="2">&#160;</td></tr>
Expand Down Expand Up @@ -199,11 +199,11 @@
<div class="textblock"><p>Include file for <a class="el" href="class_liquid_menu.html" title="Represents a collection of screens forming a menu. ">LiquidMenu</a> library.</p>
<dl class="section author"><dt>Author</dt><dd>Vasil Kalchev </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2016 </dd></dl>
<dl class="section version"><dt>Version</dt><dd>1.1.4 </dd></dl>
<dl class="section version"><dt>Version</dt><dd>1.1.5 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>The MIT License</dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000001">Todo:</a></b></dt><dd><p class="startdd">: Change/Remove variables/screens/menus maybe </p>
<p>: screen wide glyphs </p>
<p class="enddd">: Shorten the examples add a setAsGlyph example </p>
<p class="enddd">: Shorten the examples and add a setAsGlyph example </p>
</dd></dl>
</div><h2 class="groupheader">Enumeration Type Documentation</h2>
<a class="anchor" id="a75e7df7c4007df61cf3716ba2d3ed8e3"></a>
Expand Down Expand Up @@ -252,14 +252,14 @@
</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a098c1bcb7abac7e1a1c0f8ecd23f8158"></a>
<a class="anchor" id="afdff178c8b0daebe2b907aad7637ac8c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void print_me </td>
<td>(</td>
<td class="paramtype">uint16_t&#160;</td>
<td class="paramtype">uintptr_t&#160;</td>
<td class="paramname"><em>address</em></td><td>)</td>
<td></td>
</tr>
Expand All @@ -280,8 +280,8 @@ <h2 class="groupheader">Function Documentation</h2>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="_liquid_menu_8h_a098c1bcb7abac7e1a1c0f8ecd23f8158_icgraph.png" border="0" usemap="#_liquid_menu_8h_a098c1bcb7abac7e1a1c0f8ecd23f8158_icgraph" alt=""/></div>
<map name="_liquid_menu_8h_a098c1bcb7abac7e1a1c0f8ecd23f8158_icgraph" id="_liquid_menu_8h_a098c1bcb7abac7e1a1c0f8ecd23f8158_icgraph">
<div class="center"><img src="_liquid_menu_8h_afdff178c8b0daebe2b907aad7637ac8c_icgraph.png" border="0" usemap="#_liquid_menu_8h_afdff178c8b0daebe2b907aad7637ac8c_icgraph" alt=""/></div>
<map name="_liquid_menu_8h_afdff178c8b0daebe2b907aad7637ac8c_icgraph" id="_liquid_menu_8h_afdff178c8b0daebe2b907aad7637ac8c_icgraph">
<area shape="rect" id="node2" href="class_liquid_line.html#a0d517f28006aa523b8c8753199d0bdac" title="Attaches a callback function to the line. " alt="" coords="170,5,305,49"/>
<area shape="rect" id="node3" href="class_liquid_line.html#a84f19c3724695929a6a6cc3ef6083865" title="Configures the focus indicator position for the line. " alt="" coords="132,125,343,153"/>
<area shape="rect" id="node4" href="class_liquid_screen.html#a6b025aaf4ba5d0749aa828a303e64415" title="Sets the focus position for the whole screen at once. " alt="" coords="391,139,621,167"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<map id="print_me" name="print_me">
<area shape="rect" id="node2" href="$class_liquid_line.html#a0d517f28006aa523b8c8753199d0bdac" title="Attaches a callback function to the line. " alt="" coords="170,5,305,49"/>
<area shape="rect" id="node3" href="$class_liquid_line.html#a84f19c3724695929a6a6cc3ef6083865" title="Configures the focus indicator position for the line. " alt="" coords="132,125,343,153"/>
<area shape="rect" id="node4" href="$class_liquid_screen.html#a6b025aaf4ba5d0749aa828a303e64415" title="Sets the focus position for the whole screen at once. " alt="" coords="391,139,621,167"/>
<area shape="rect" id="node5" href="$class_liquid_menu.html#acdce4caf01ad04fcbb8b7bbc91db98b2" title="Sets the focus position for the whole menu at once. " alt="" coords="669,139,888,167"/>
<area shape="rect" id="node7" href="$class_liquid_line.html#a58fa9ef1d59c5cf852aa0e5d834f2365" title="Adds a variable to the line. " alt="" coords="690,216,867,244"/>
<area shape="rect" id="node8" href="$class_liquid_menu.html#a0f914fb4eb461b03d10fb3ce713512ec" title="Adds a LiquidScreen object to the menu. " alt="" coords="147,280,327,308"/>
<area shape="rect" id="node10" href="$class_liquid_screen.html#acd5dc0309e7b66b42ca558015e586905" title="Adds a LiquidLine object to the screen. " alt="" coords="153,332,322,360"/>
<area shape="rect" id="node12" href="$class_liquid_screen.html#a99ca6b93fc5af199f50ce86421adbd49" title="Hides the screen. " alt="" coords="166,384,309,412"/>
<area shape="rect" id="node13" href="$class_liquid_system.html#ae43462b3beae352bdc4a3bf8032512e3" title="Adds a LiquidMenu object to the menu system. " alt="" coords="144,436,331,464"/>
<area shape="rect" id="node6" href="$class_liquid_system.html#af261a981d86b320ba57c392bd1b65432" title="Sets the focus position for the whole menu at once. " alt="" coords="936,139,1171,167"/>
<area shape="rect" id="node9" href="$class_liquid_menu.html#af35805d052ef3f26fa722859f540b78e" title="Constructor for 1 LiquidScreen object. " alt="" coords="418,280,594,308"/>
<area shape="rect" id="node11" href="$class_liquid_screen.html#a28130554c21cfa4876f3bd7366c0b31b" title="Constructor for 1 LiquidLine object. " alt="" coords="406,332,606,360"/>
<area shape="rect" id="node14" href="$class_liquid_system.html#a40d07c7650ed405ae6efde2309de6fea" title="Constructor for 2 LiquidMenu objects. " alt="" coords="403,436,609,464"/>
</map>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c18d770cc0bef3f79341f7e4d315e564
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions doc/html/_liquid_menu_8h_source.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/html/_liquid_menu__config_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/_liquid_menu__config_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/buttons_menu_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/class_liquid_line-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down
8 changes: 4 additions & 4 deletions doc/html/class_liquid_line.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down Expand Up @@ -490,7 +490,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="class_liquid_line_a58fa9ef1d59c5cf852aa0e5d834f2365_cgraph.png" border="0" usemap="#class_liquid_line_a58fa9ef1d59c5cf852aa0e5d834f2365_cgraph" alt=""/></div>
<map name="class_liquid_line_a58fa9ef1d59c5cf852aa0e5d834f2365_cgraph" id="class_liquid_line_a58fa9ef1d59c5cf852aa0e5d834f2365_cgraph">
<area shape="rect" id="node2" href="_liquid_menu_8h.html#a098c1bcb7abac7e1a1c0f8ecd23f8158" title="Prints the number passed to it in a specific way. " alt="" coords="768,23,847,51"/>
<area shape="rect" id="node2" href="_liquid_menu_8h.html#afdff178c8b0daebe2b907aad7637ac8c" title="Prints the number passed to it in a specific way. " alt="" coords="768,23,847,51"/>
<area shape="rect" id="node3" href="_liquid_menu_8h.html#a43ce352b01d201ddd165bd97a4f5ad2b" title="recognizeType" alt="" coords="287,23,405,51"/>
<area shape="rect" id="node4" href="class_liquid_screen.html#a6b025aaf4ba5d0749aa828a303e64415" title="Sets the focus position for the whole screen at once. " alt="" coords="231,75,461,103"/>
<area shape="rect" id="node5" href="class_liquid_line.html#a84f19c3724695929a6a6cc3ef6083865" title="Configures the focus indicator position for the line. " alt="" coords="509,75,720,103"/>
Expand Down Expand Up @@ -551,7 +551,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
<div class="center"><img src="class_liquid_line_a0d517f28006aa523b8c8753199d0bdac_cgraph.png" border="0" usemap="#class_liquid_line_a0d517f28006aa523b8c8753199d0bdac_cgraph" alt=""/></div>
<map name="class_liquid_line_a0d517f28006aa523b8c8753199d0bdac_cgraph" id="class_liquid_line_a0d517f28006aa523b8c8753199d0bdac_cgraph">
<area shape="rect" id="node2" href="_liquid_menu_8h.html#a098c1bcb7abac7e1a1c0f8ecd23f8158" title="Prints the number passed to it in a specific way. " alt="" coords="188,13,267,41"/>
<area shape="rect" id="node2" href="_liquid_menu_8h.html#afdff178c8b0daebe2b907aad7637ac8c" title="Prints the number passed to it in a specific way. " alt="" coords="188,13,267,41"/>
</map>
</div>
</p>
Expand Down Expand Up @@ -636,7 +636,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<div id="dynsection-2-content" class="dyncontent" style="display:none;">
<div class="center"><img src="class_liquid_line_a84f19c3724695929a6a6cc3ef6083865_cgraph.png" border="0" usemap="#class_liquid_line_a84f19c3724695929a6a6cc3ef6083865_cgraph" alt=""/></div>
<map name="class_liquid_line_a84f19c3724695929a6a6cc3ef6083865_cgraph" id="class_liquid_line_a84f19c3724695929a6a6cc3ef6083865_cgraph">
<area shape="rect" id="node2" href="_liquid_menu_8h.html#a098c1bcb7abac7e1a1c0f8ecd23f8158" title="Prints the number passed to it in a specific way. " alt="" coords="264,5,343,33"/>
<area shape="rect" id="node2" href="_liquid_menu_8h.html#afdff178c8b0daebe2b907aad7637ac8c" title="Prints the number passed to it in a specific way. " alt="" coords="264,5,343,33"/>
</map>
</div>
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<map id="LiquidLine::attach_function" name="LiquidLine::attach_function">
<area shape="rect" id="node2" href="$_liquid_menu_8h.html#a098c1bcb7abac7e1a1c0f8ecd23f8158" title="Prints the number passed to it in a specific way. " alt="" coords="188,13,267,41"/>
<area shape="rect" id="node2" href="$_liquid_menu_8h.html#afdff178c8b0daebe2b907aad7637ac8c" title="Prints the number passed to it in a specific way. " alt="" coords="188,13,267,41"/>
</map>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1848a2cc357b0239f357cb349f996a7d
c557e115a502d6a3a5bd6d0a9c06b35e
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<map id="LiquidLine::add_variable" name="LiquidLine::add_variable">
<area shape="rect" id="node2" href="$_liquid_menu_8h.html#a098c1bcb7abac7e1a1c0f8ecd23f8158" title="Prints the number passed to it in a specific way. " alt="" coords="768,23,847,51"/>
<area shape="rect" id="node2" href="$_liquid_menu_8h.html#afdff178c8b0daebe2b907aad7637ac8c" title="Prints the number passed to it in a specific way. " alt="" coords="768,23,847,51"/>
<area shape="rect" id="node3" href="$_liquid_menu_8h.html#a43ce352b01d201ddd165bd97a4f5ad2b" title="recognizeType" alt="" coords="287,23,405,51"/>
<area shape="rect" id="node4" href="$class_liquid_screen.html#a6b025aaf4ba5d0749aa828a303e64415" title="Sets the focus position for the whole screen at once. " alt="" coords="231,75,461,103"/>
<area shape="rect" id="node5" href="$class_liquid_line.html#a84f19c3724695929a6a6cc3ef6083865" title="Configures the focus indicator position for the line. " alt="" coords="509,75,720,103"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f71f23a79a1ba54b11ebed93ad038142
8de43c0e802c84848cb3e497179b7dae
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<map id="LiquidLine::set_focusPosition" name="LiquidLine::set_focusPosition">
<area shape="rect" id="node2" href="$_liquid_menu_8h.html#a098c1bcb7abac7e1a1c0f8ecd23f8158" title="Prints the number passed to it in a specific way. " alt="" coords="264,5,343,33"/>
<area shape="rect" id="node2" href="$_liquid_menu_8h.html#afdff178c8b0daebe2b907aad7637ac8c" title="Prints the number passed to it in a specific way. " alt="" coords="264,5,343,33"/>
</map>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48d590003781729b02a7118b20647db7
970219620dc6c33d40fbf063d63e6869
2 changes: 1 addition & 1 deletion doc/html/class_liquid_menu-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">LiquidMenu 1.1.4</a>
<a class="navbar-brand">LiquidMenu 1.1.5</a>
</div>
</div>
</nav>
Expand Down
Loading

0 comments on commit b17cbac

Please sign in to comment.