Deploying to gh-pages from @ lvgl/lvgl@ce6f56a742 🚀

This commit is contained in:
kisvegabor
2023-10-26 05:07:23 +00:00
parent 95308ffaad
commit f1d2a8f4b0
426 changed files with 3046 additions and 1980 deletions
+7 -5
View File
@@ -982,6 +982,7 @@
<li class="toctree-l4"><a class="reference internal" href="../overview/img.html#custom-image-formats">Custom image formats</a></li>
<li class="toctree-l4"><a class="reference internal" href="../overview/img.html#register-an-image-decoder">Register an image decoder</a></li>
<li class="toctree-l4"><a class="reference internal" href="../overview/img.html#manually-use-an-image-decoder">Manually use an image decoder</a></li>
<li class="toctree-l4"><a class="reference internal" href="../overview/img.html#image-post-processing">Image post-processing</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="../overview/img.html#image-caching">Image caching</a><ul>
@@ -2654,6 +2655,7 @@
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="../API/misc/lv_cache.html">lv_cache.h</a><ul>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv416lv_cache_entry_t"><code class="docutils literal notranslate"><span class="pre">lv_cache_entry_t</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv415lv_cache_add_cb"><code class="docutils literal notranslate"><span class="pre">lv_cache_add_cb</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv416lv_cache_find_cb"><code class="docutils literal notranslate"><span class="pre">lv_cache_find_cb</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv422lv_cache_invalidate_cb"><code class="docutils literal notranslate"><span class="pre">lv_cache_invalidate_cb</span></code></a></li>
@@ -2673,7 +2675,7 @@
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv421lv_cache_get_max_sizev"><code class="docutils literal notranslate"><span class="pre">lv_cache_get_max_size()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv413lv_cache_lockv"><code class="docutils literal notranslate"><span class="pre">lv_cache_lock()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv415lv_cache_unlockv"><code class="docutils literal notranslate"><span class="pre">lv_cache_unlock()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv416lv_cache_entry_t"><code class="docutils literal notranslate"><span class="pre">lv_cache_entry_t</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv417_lv_cache_entry_t"><code class="docutils literal notranslate"><span class="pre">_lv_cache_entry_t</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="../API/misc/lv_cache.html#_CPPv418lv_cache_manager_t"><code class="docutils literal notranslate"><span class="pre">lv_cache_manager_t</span></code></a></li>
</ul>
</li>
@@ -4316,7 +4318,7 @@
<li class="breadcrumb-item"><a href="index.html">3rd party libraries</a></li>
<li class="breadcrumb-item active">GIF decoder</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/lvgl/lvgl/blob/e869d76f53369e4f56c884f0f420f013d21e7f75/docs/libs/gif.rst" class="fa fa-github"> Edit on GitHub</a>
<a href="https://github.com/lvgl/lvgl/blob/ce6f56a7423193108c17ad3464ae79c8d63f8e4c/docs/libs/gif.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul><div class="rst-breadcrumbs-buttons" role="navigation" aria-label="Sequential page navigation">
<a href="libpng.html" class="btn btn-neutral float-left" title="libpng decoder" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
@@ -4369,7 +4371,7 @@ required:</p>
<h2>Open a GIF image from file and variable<a class="headerlink" href="#open-a-gif-image-from-file-and-variable" title="Link to this heading"></a></h2>
<div class='lv-example-container'><div class='lv-example' data-real-src='/9.0/_static/built_lv_examples/index.html?example=lv_example_gif_1&w=320&h=240'></div><div class='lv-example-description'></div></div><div class="toggle docutils container">
<div class="header docutils container">
<p>C code &nbsp;</p><a class='lv-example-link-button' onclick="event.stopPropagation();" href='https://github.com/lvgl/lvgl/blob/e869d76f53369e4f56c884f0f420f013d21e7f75/examples/libs/gif/lv_example_gif_1.c'><i class="fa fa-github"></i>&nbsp;View on GitHub</a></div>
<p>C code &nbsp;</p><a class='lv-example-link-button' onclick="event.stopPropagation();" href='https://github.com/lvgl/lvgl/blob/ce6f56a7423193108c17ad3464ae79c8d63f8e4c/examples/libs/gif/lv_example_gif_1.c'><i class="fa fa-github"></i>&nbsp;View on GitHub</a></div>
<div class="highlight-c notranslate"><div class="highlight"><pre><span></span><span class="cp">#include</span><span class="w"> </span><span class="cpf">&quot;../../lv_examples.h&quot;</span>
<span class="cp">#if LV_USE_GIF &amp;&amp; LV_BUILD_EXAMPLES</span>
@@ -4398,7 +4400,7 @@ required:</p>
</div>
<div class="toggle docutils container">
<div class="header docutils container">
<p>MicroPython code &nbsp;</p><a class='lv-example-link-button' onclick="event.stopPropagation();" href='https://github.com/lvgl/lvgl/blob/e869d76f53369e4f56c884f0f420f013d21e7f75/examples/libs/gif/lv_example_gif_1.py'><i class="fa fa-github"></i>&nbsp;View on GitHub</a><a class='lv-example-link-button' onclick="event.stopPropagation();" href='https://sim.lvgl.io/v9.0/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.com/lvgl/lvgl/e869d76f53369e4f56c884f0f420f013d21e7f75/examples/header.py&script=https://raw.githubusercontent.com/lvgl/lvgl/e869d76f53369e4f56c884f0f420f013d21e7f75/examples/libs/gif/lv_example_gif_1.py'><i class="fa fa-play"></i>&nbsp;MicroPython Simulator</a></div>
<p>MicroPython code &nbsp;</p><a class='lv-example-link-button' onclick="event.stopPropagation();" href='https://github.com/lvgl/lvgl/blob/ce6f56a7423193108c17ad3464ae79c8d63f8e4c/examples/libs/gif/lv_example_gif_1.py'><i class="fa fa-github"></i>&nbsp;View on GitHub</a><a class='lv-example-link-button' onclick="event.stopPropagation();" href='https://sim.lvgl.io/v9.0/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.com/lvgl/lvgl/ce6f56a7423193108c17ad3464ae79c8d63f8e4c/examples/header.py&script=https://raw.githubusercontent.com/lvgl/lvgl/ce6f56a7423193108c17ad3464ae79c8d63f8e4c/examples/libs/gif/lv_example_gif_1.py'><i class="fa fa-play"></i>&nbsp;MicroPython Simulator</a></div>
<div class="highlight-py notranslate"><div class="highlight"><pre><span></span><span class="ch">#!/opt/bin/lv_micropython -i</span>
<span class="kn">import</span> <span class="nn">lvgl</span> <span class="k">as</span> <span class="nn">lv</span>
<span class="kn">import</span> <span class="nn">display_driver</span>
@@ -4448,7 +4450,7 @@ required:</p>
<div role="contentinfo">
<p>&#169; Copyright 2023, LVGL Kft.
<span class="lastupdated">Last updated on Oct 25, 2023.
<span class="lastupdated">Last updated on Oct 26, 2023.
</span></p>
</div>