Files
ESPEasy/docs/source/Plugin/P036.rst
T

80 lines
1.6 KiB
ReStructuredText

.. include:: ../Plugin/_plugin_substitutions_p03x.repl
.. _P036_page:
|P036_typename|
==================================================
|P036_shortinfo|
Plugin details
--------------
Type: |P036_type|
Name: |P036_name|
Status: |P036_status|
GitHub: |P036_github|_
Maintainer: |P036_maintainer|
Used libraries: |P036_usedlibraries|
Description
-----------
The Framed OLED plugin does allow a bit more fancy look and feel compared to P023 OLED.
The plugin allows to show several "pages" of information.
The number of pages depends on the number of set lines of text and the font size.
Switching between pages can be "instant" or "scrolling".
Please note that scrolling may need more resources of the ESP, which can have an effect on other active tasks of the node.
The plugin allows for a header and footer line, which may show some user selectable information.
Checkbox 'Wake display on receiving text' (default: on) allows to not wake up the display when a text is sent from a remote source, and Display Timeout is set.
All user defined texts may contain references to system variables or task values which will be interpreted when displayed on screen.
For example: ``[bme#T#D2.1] {D}C [bme#H]%``
Supported hardware
------------------
|P036_usedby|
Commands available
^^^^^^^^^^^^^^^^^^
.. include:: P036_commands.repl
.. Events
.. ~~~~~~
.. .. include:: P036_events.repl
Change log
----------
.. versionchanged:: 2.0
...
|added|
Major overhaul for 2.0 release.
.. versionadded:: 1.0
...
|added|
Initial release version.