##-----------------------------------------------------------------------
## lcd.txt - fli4l configuration parameters V2.0.1
##
## P L E A S E R E A D T H E D O C U M E N T A T I O N ,
## S E E R E A D M E . T X T
##
## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N
## L E S E N , S I E H E R E A D M E . T X T
##
## Creation: 26.06.2001 fm
## Last Update: 02.11.2001 fm
## Translate: 12.12.2001 stp
##
## Copyright (c) 2001 Frank Meyer
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------
#------------------------------------------------------------------------
# Zusätzliches Packet: LCD
#------------------------------------------------------------------------
OPT_LCD='no' # installiere lcd Treiber und Tools: yes oder no
LCD_COLS='20' # Anzahl der Zeichen (16,20,32,40) z.B. 20
LCD_LINES='4' # Anzahl der Zeilen (1,2,4) z.b. 4
LCD_ADDRESS='0x0378' # I/O Addresse des Genutzen Ports oder 'comX'
LCD_TIME_LONG='' # bitte freilassen - siehe Doku
LCD_TIME_SHORT='' # bitte freilassen - siehe Doku
LCD_OPTION='' # setze 'a_type=1', wenn dein Controller
# ein HD66712 chip ist
LCD_START_ISDN_RATE='yes'# starte isdn/dsl Treiber für das lcd:
# yes oder no
LCD_TYPE_N='10' # Anzahl der darzustellenden Typen - siehe Doku
LCD_TYPE_1='39 0 1 IP:' # Text
LCD_TYPE_2='25 4 1' # DSL IP Addresse
LCD_TYPE_3='39 0 2 IN:' # Text
LCD_TYPE_4='18 3 2' # DSL Input rate
LCD_TYPE_5='39 11 2 OUT:'# Text
LCD_TYPE_6='19 15 2' # DSL Output rate
LCD_TYPE_7='39 0 3 >' # Text
LCD_TYPE_8='34 1 3' # DSL -Anzahl der in byts
LCD_TYPE_9='39 11 3 <' # Text
LCD_TYPE_10='37 12 3' # DSL -Anzahl der out byts
LCD_TYPE_ONLINE_N='3' # Anzahl der darzustellenden Typen bei online
LCD_TYPE_ONLINE_1=' 8 0 0' # DSL Status
LCD_TYPE_ONLINE_2='39 7 0 :' # Text
LCD_TYPE_ONLINE_3='31 9 0' # DSL Onlinezeit
LCD_TYPE_OFFLINE_N='2' # Anzahl der darzustellenden Typen bei offline
LCD_TYPE_OFFLINE_1=' 0 0 0' # locales Datum
LCD_TYPE_OFFLINE_2=' 2 12 0' # locale Zeit
LCD_VAR_TEXT_1='Text1' # Default-Text 1 -> /etc/lcd_text1.txt
LCD_VAR_TEXT_2='Text2' # Default-Text 2 -> /etc/lcd_text2.txt
LCD_VAR_TEXT_3='Text3' # Default-Text 3 -> /etc/lcd_text3.txt
LCD_VAR_TEXT_4='Text4' # Default-Text 4 -> /etc/lcd_text4.txt
|