Files
ESPEasy/docs/source/Plugin/P023_commands.repl
T
2023-03-19 21:15:32 +01:00

31 lines
706 B
Plaintext

.. csv-table::
:header: "Command", "Extra information"
:widths: 20, 30
"
``oledcmd,off``
","
Turn the display off.
"
"
``oledcmd,on``
","
Turn the display on.
"
"
``oledcmd,clear``
","
Remove all content from the screen.
"
"
``oled,<line>,<column>,<content>``
``<line>``: The line to place the content on, range: 1..8.
``<column>``: The column to start writing the content. The number of characters that can be displayed can vary, depending on the ``Font Width`` setting.
``<content>``: The text content to place on the display. Can include system variables, taskvalue references, etc.
","
Write a line of text on the display, at the given position.
"