source: bootscripts/clfs/sysconfig/lcd-raq2 @ d66bf46

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d66bf46 was d66bf46, checked in by Jim Gifford <clfs@…>, 17 years ago

Update bootscripts to follow our standards

  • Property mode set to 100644
File size: 479 bytes
Line 
1########################################################################
2# Begin /etc/sysconfig/lcd
3#
4# Description : LCD Screen Control
5#
6# Authors     :
7#
8# Version     : 00.00
9#
10# Notes       :
11#
12########################################################################
13
14# Set the # of lines for the LCD Display
15#
16LCD_LINES=2
17
18# The executable that writes to the LCD
19#
20LCD_PROG=/sbin/putlcd
21
22# Number of characters the screen can handle
23#
24LCD_CHAR=16
25
26# End /etc/sysconfig/lcd
Note: See TracBrowser for help on using the repository browser.