md8800.docbook
来自「linux下LCD驱动的例子代码」· DOCBOOK 代码 · 共 78 行
DOCBOOK
78 行
<sect1 id="MD8800-howto"><title>The MD8800 Driver</title><para>This section talks about using LCDproc with VFD displays in Medion MD8800 PCs.</para><sect2 id="MD8800-features"><title>Features</title><para>You may find more information about the LCD on Martin Moeller's homepage<ulink url="http://www.martinm-76.dk/md8800/LCD/">Martin Moeller's homepage</ulink>.</para></sect2><!-- The driver for the VFD of the Medion MD8800 PC ## --><sect2 id="MD8800-config"><title>Configuration in LCDd.conf</title><sect3 id="MD8800-config-section"><title>[MD8800]</title><variablelist><varlistentry> <term> <command>Device=</command> <arg choice="plain"><replaceable>DEVICE</replaceable></arg> </term> <listitem><para> device to use [default: <filename>/dev/ttyS1</filename>] </para></listitem></varlistentry><varlistentry> <term> <command>Size=</command> <arg choice="plain"> <replaceable>WIDTH</replaceable> <literal>x</literal> <replaceable>HEIGHT</replaceable> </arg> </term> <listitem><para> display size [default: <literal>16x2</literal>] </para></listitem></varlistentry><varlistentry> <term> <command>Brightness=</command> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> </term> <listitem><para> Set the initial brightness [default: <literal>1000</literal>; legal: <literal>0</literal> - <literal>1000</literal>] </para></listitem></varlistentry><varlistentry> <term> <command>OffBrightness=</command> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> </term> <listitem><para> Set the initial off-brightness [default: <literal>0</literal>; legal: <literal>0</literal> - <literal>1000</literal>] This value is used when the display is normally switched off in case LCDd is inactive </para></listitem></varlistentry></variablelist></sect3></sect2></sect1>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?