1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<sect1 id="text-howto">
<title>The text Driver</title>
<para>
The text driver simply outputs the content of the internal framebuffer to
the current console using printf().
</para>
<!-- ## Text driver ## -->
<sect2 id="text-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="text-config-section">
<title>[text]</title>
<variablelist>
<varlistentry>
<term>
<property>Size</property> = ¶meters.size;
</term>
<listitem><para>
Set the display size [default: <literal>20x4</literal>]
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>
|