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

# The executable that writes to the LCD
#
LCD_PROG=/sbin/putlcd

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

# End /etc/sysconfig/lcd
