2020-08-03 14:28:10 +02:00
|
|
|
.. 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:
|
|
|
|
|
2020-08-03 15:37:18 +02:00
|
|
|
begin
|
2020-08-03 14:28:10 +02:00
|
|
|
|
|
|
|
*************
|
|
|
|
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`
|