source: bootscripts/lfs/sysconfig/lcd-raq2 @ 09aac41

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

Added: LCD Support to bootscripts

  • Property mode set to 100644
File size: 483 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# The executable that writes to the LCD
15#
16LCD_PROG=/sbin/putlcd
17
18# Number of characters the screen can handle
19#
20LCD_CHAR=16
21
22# What command option emulates echo -n
23#
24LCD_OPTION=" -n "
25
26# End /etc/sysconfig/lcd
Note: See TracBrowser for help on using the repository browser.