33 lines
705 B
Plaintext
33 lines
705 B
Plaintext
|
.. Inkplate 6 documentation master file, created by
|
||
|
sphinx-quickstart on Mon Aug 3 13:10:28 2020.
|
||
|
You can adapt this file completely to your liking, but it should at least
|
||
|
contain the root `toctree` directive.
|
||
|
|
||
|
Welcome to Inkplate 6's documentation!
|
||
|
======================================
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
:caption: Contents:
|
||
|
|
||
|
|
||
|
*************
|
||
|
What is this?
|
||
|
*************
|
||
|
Here you can find descriptions of all Inkplate 6 library functions.
|
||
|
|
||
|
For these examples to work you first need to include our header file on top of your code, like this:
|
||
|
|
||
|
.. code-block:: c
|
||
|
|
||
|
#include "Inkplate.h"
|
||
|
|
||
|
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|