⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 svga.docbook

📁 linux下LCD驱动的例子代码
💻 DOCBOOK
字号:
<sect1 id="svga-howto"><title>The svga Driver</title><para>This section talks about using LCDproc with LCD displays that use thesvga chipset.</para><!-- ## SVGAlib driver ## --><sect2 id="svga-config"><title>Configuration in LCDd.conf</title><sect3 id="svga-config-section"><title>[svga]</title><variablelist><varlistentry>  <term>    <command>Mode=</command>    <arg choice="plain"><replaceable>SCGALIB-MODE</replaceable></arg>  </term>  <listitem><para>    svgalib mode to use [default: <literal>G320x240x256</literal>]    <replaceable>SCGALIB-MODE</replaceable> can be any legal mode string for svgalib.    See the <citerefentry><refentrytitle>cwsvgalib</refentrytitle>    <manvolnum>7</manvolnum></citerefentry> manual page for legal mode strings.  </para></listitem></varlistentry><varlistentry>  <term>    <command>Size=</command>    <arg choice="plain">      <replaceable>WIDTH</replaceable>      <literal>x</literal>      <replaceable>HEIGHT</replaceable>    </arg>  </term>  <listitem><para>    set display size [default: <literal>20x4</literal>]  </para></listitem></varlistentry><varlistentry>  <term>    <command>Contrast=</command>    <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>  </term>  <listitem><para>    Set the initial contrast.    Legal values for <replaceable>CONTRAST</replaceable> are <literal>0</literal> - <literal>1000</literal>.    If not given, the default value is <literal>500</literal>.    </para>    <note><para>      This parameter can be set but it does not change anything in the driver.    </para></note>  </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>1</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>500</literal>; legal: <literal>1</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -