2020-08-03 14:28:10 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Welcome to Inkplate 6’ s documentation! — Inkplate 6 documentation< / title >
< link rel = "stylesheet" href = "_static/alabaster.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
< script src = "_static/doctools.js" > < / script >
< script src = "_static/language_data.js" > < / script >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
2020-08-03 15:37:18 +02:00
< link rel = "next" title = ".begin method" href = "begin.html" / >
2020-08-03 14:28:10 +02:00
< link rel = "stylesheet" href = "_static/custom.css" type = "text/css" / >
< meta name = "viewport" content = "width=device-width, initial-scale=0.9, maximum-scale=0.9" / >
< / head > < body >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "welcome-to-inkplate-6-s-documentation" >
< h1 > Welcome to Inkplate 6’ s documentation!< a class = "headerlink" href = "#welcome-to-inkplate-6-s-documentation" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "toctree-wrapper compound" >
2020-08-03 15:37:18 +02:00
< p class = "caption" > < span class = "caption-text" > Contents:< / span > < / p >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "begin.html" > .begin method< / a > < ul class = "simple" >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "begin.html#what-is-this" > What is this?< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "begin.html#indices-and-tables" > Indices and tables< / a > < / li >
< / ul >
< / li >
< / ul >
2020-08-03 14:28:10 +02:00
< / div >
< div class = "section" id = "what-is-this" >
< h2 > What is this?< a class = "headerlink" href = "#what-is-this" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > Here you can find descriptions of all Inkplate 6 library functions.< / p >
< p > For these examples to work you first need to include our header file on top of your code, like this:< / p >
< div class = "highlight-c notranslate" > < div class = "highlight" > < pre > < span > < / span > < span class = "cp" > #include< / span > < span class = "cpf" > " Inkplate.h" < / span > < span class = "cp" > < / span >
< / pre > < / div >
< / div >
< / div >
< / div >
< div class = "section" id = "indices-and-tables" >
< h1 > Indices and tables< a class = "headerlink" href = "#indices-and-tables" title = "Permalink to this headline" > ¶< / a > < / h1 >
< ul class = "simple" >
< li > < p > < a class = "reference internal" href = "genindex.html" > < span class = "std std-ref" > Index< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "py-modindex.html" > < span class = "std std-ref" > Module Index< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "search.html" > < span class = "std std-ref" > Search Page< / span > < / a > < / p > < / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< h1 class = "logo" > < a href = "#" > Inkplate 6< / a > < / h1 >
< h3 > Navigation< / h3 >
2020-08-03 15:37:18 +02:00
< p class = "caption" > < span class = "caption-text" > Contents:< / span > < / p >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "begin.html" > .begin method< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "begin.html#what-is-this" > What is this?< / a > < / li >
< / ul >
2020-08-03 14:28:10 +02:00
< div class = "relations" >
< h3 > Related Topics< / h3 >
< ul >
< li > < a href = "#" > Documentation overview< / a > < ul >
2020-08-03 15:37:18 +02:00
< li > Next: < a href = "begin.html" title = "next chapter" > .begin method< / a > < / li >
2020-08-03 14:28:10 +02:00
< / ul > < / li >
< / ul >
< / div >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
© 2020, e-radionica.com.
|
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 3.1.2< / a >
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.12< / a >
|
< a href = "_sources/index.rst.txt"
rel="nofollow">Page source< / a >
< / div >
< / body >
< / html >