2006-04-05 10:36:58 +00:00
|
|
|
<sect1 id="text-howto">
|
|
|
|
|
<title>The text Driver</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
2011-01-17 23:16:03 +00:00
|
|
|
The text driver simply outputs the content of the internal framebuffer to
|
|
|
|
|
the current console using printf().
|
2006-04-05 10:36:58 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<!-- ## Text driver ## -->
|
|
|
|
|
<sect2 id="text-config">
|
|
|
|
|
<title>Configuration in LCDd.conf</title>
|
|
|
|
|
|
2006-09-13 11:49:43 +00:00
|
|
|
<sect3 id="text-config-section">
|
2006-04-05 10:36:58 +00:00
|
|
|
<title>[text]</title>
|
|
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>Size</property> = ¶meters.size;
|
2006-04-05 10:36:58 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
2006-10-06 11:05:48 +00:00
|
|
|
Set the display size [default: <literal>20x4</literal>]
|
2006-04-05 10:36:58 +00:00
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
</sect1>
|