Skip to content

Commit

Permalink
deploy: 0056ed9
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 27, 2024
1 parent a91089f commit 98de04a
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 69 deletions.
2 changes: 1 addition & 1 deletion overview/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
<li><p>Add the LcdMenu library to your project by adding the following line to your platformio.ini file:</p>
<blockquote>
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1"><span class="nv">lib_deps</span><span class="w"> </span><span class="o">=</span>
</span><span id="line-2"><span class="w"> </span>forntoh/LcdMenu@^5.3.0
</span><span id="line-2"><span class="w"> </span>forntoh/LcdMenu@^5.3.1
</span></code></pre></div>
</div>
</div></blockquote>
Expand Down
2 changes: 1 addition & 1 deletion reference/api/renderer/CharacterDisplayRenderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h1>CharacterDisplayRenderer<a class="headerlink" href="#characterdisplayrendere
<dd><p>Constructor for <a class="reference internal" href="#classCharacterDisplayRenderer"><span class="std std-ref">CharacterDisplayRenderer</span></a>. Initializes the renderer with the display, maximum columns, and maximum rows. Also sets the up and down arrow icons, cursor icons, and edit cursor icons. </p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>slots 1 and 2 are reserved for up and down arrow icons. The available custom characters slots are 0 and 3 to 7.</p>
<p>slots 0 and 1 are reserved for up and down arrow icons. The available custom characters slots are 2 to 7.</p>
</div>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
Expand Down
Loading

0 comments on commit 98de04a

Please sign in to comment.