Big cleanup: Remove trailing whitespace from files (except those imported
from external sources).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# LCDd.conf -- configuration file for the LCDproc server daemon LCDd
|
||||
#
|
||||
# This file contains the configuration for the LCDd server.
|
||||
#
|
||||
#
|
||||
# The format is ini-file-like. It is divided into sections that start at
|
||||
# markers that look like [section]. Comments are all line-based comments,
|
||||
# and are lines that start with '#' or ';'.
|
||||
@@ -44,7 +44,7 @@ DriverPath=server/drivers/
|
||||
# driver specific section.
|
||||
#
|
||||
# The following drivers are supported:
|
||||
# bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65,
|
||||
# bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65,
|
||||
# EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, imonlcd, IOWarrior,
|
||||
# irman, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800, ms6931, mtc_s16209x,
|
||||
# MtxOrb, mx5000, NoritakeVFD, picolcd, pyramid, sed1330, sed1520, serialPOS,
|
||||
@@ -395,7 +395,7 @@ UseFT2=yes
|
||||
|
||||
# text resolution in fixed width characters [default: 16x4]
|
||||
# (if it won't fit according to available physical pixel resolutioni
|
||||
# and the minimum available font face size in pixels, then
|
||||
# and the minimum available font face size in pixels, then
|
||||
# 'DebugBorder' will automatically be turned on)
|
||||
TextResolution=20x4
|
||||
|
||||
@@ -495,7 +495,7 @@ Size=20x4
|
||||
#LineAddress=0x10
|
||||
|
||||
# Character map to to map ISO-8859-1 to the LCD's character set
|
||||
# [default: hd44780_default; legal: hd44780_default, hd44780_euro,
|
||||
# [default: hd44780_default; legal: hd44780_default, hd44780_euro,
|
||||
# ea_ks0073, sed1278f_0b, hd44780_koi8_r ]
|
||||
CharMap=hd44780_default
|
||||
|
||||
@@ -846,9 +846,9 @@ Reboot=no
|
||||
## Mini-box.com picoLCD (usblcd) driver ##
|
||||
[picolcd]
|
||||
|
||||
# KeyTimeout is the time that LCDd spends waiting for a key press before cycling
|
||||
# through other duties. Higher values make LCDd use less CPU time and make
|
||||
# key presses more detectable. Lower values make LCDd more responsive but a
|
||||
# KeyTimeout is the time that LCDd spends waiting for a key press before cycling
|
||||
# through other duties. Higher values make LCDd use less CPU time and make
|
||||
# key presses more detectable. Lower values make LCDd more responsive but a
|
||||
# little prone to missing key presses. 500 (.5 second) is the default and a
|
||||
# balanced value.
|
||||
KeyTimeout=500
|
||||
@@ -863,8 +863,8 @@ Contrast=1000
|
||||
Keylights=on
|
||||
|
||||
# If Keylights is on, the you can unlight specific keys below:
|
||||
# Key0 is the directional pad. Key1 - Key5 correspond to the F1 - F5 keys.
|
||||
# There is no LED for the +/- keys. This is a handy way to indicate to users
|
||||
# Key0 is the directional pad. Key1 - Key5 correspond to the F1 - F5 keys.
|
||||
# There is no LED for the +/- keys. This is a handy way to indicate to users
|
||||
# which keys are disabled. [default: on; legal: on, off]
|
||||
Key0Light=on
|
||||
Key1Light=on
|
||||
@@ -1011,7 +1011,7 @@ Device=/dev/ttyUSB0
|
||||
# Edition level of the device (can be 1, 2 or 3) [default: 2]
|
||||
#Edition=1
|
||||
|
||||
# set display size
|
||||
# set display size
|
||||
# Note: The size can be obtained directly from device for edition 2 & 3.
|
||||
#Size=16x2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user