########################################################################
# Begin /etc/sysconfig/lcd
#
# Description : LCD Screen Control
#
# Authors     :
#
# Version     : 00.00
#
# Notes       :
#
########################################################################

# Set the # of lines for the LCD Display
#
LCD_LINES=2

# The executable that writes to the LCD
#
LCD_PROG=/sbin/lcd-write

# Number of characters the screen can handle
#
LCD_CHAR=16

# End /etc/sysconfig/lcd
