This is the README file for the Crystalfontz display driver for lcd4linux This driver supports the 632/634 LCD-Modules from Crystalfontz, but should work for the 626 and 636 modules too. The 634 is a 20x4 character display, while the others only display 16x2. I've written the driver using a 634 module. The driver understands the following configuration parameters: Display: any of 626, 632, 634 and 636. Port: serial device (i.e. ttyS0) the LCD module is connnected to. Speed: any of 1200, 2400, 9600 and 19200. By default, the driver uses 9600 which is the speed the LCD modules are hardwired at. If your module works at a different speed than 9600, use this parameter. Otherwise omit it (i.e. omit it when you have a 634). Backlight: controls the backlight brightness. Quote from 634.pdf from the Crystalfonts-Webserver[1]: "0=OFF 100=ON. Intermediate values vary the brightness. There are a total of 25 possible brightness levels." Contrast: controls the contrast settings. Quote[1]: "0=very light, 100 = very dark. 50 is typical. There are a total of 25 possible contrast levels." Known bugs: When you draw a bar over a previously drawn textfield, the white portion the bar will not erase the text. Only when the black portion of the bar has reached the full bar length, the text will be erased. I did not bother to implement that, since in lcd4linux, the whole display-screen is erased prior to switching to a different 'screen'. Implementing this feature would just add to program-overhead. Yes, you guessed it: I did not use the "bar"- command that comes with the LCD-module, but wrote my own instead. lcd4linux also supports "split-" or "dual-bars" (two bars in one segment), which are not available on the Crystalfontz firmware. [1] http://www.crystalfontz.com 8f5b886c73'/>
path: root/dvb-t/uk-CrystalPalace
blob: dc02b4e13ed9163cf2dd8a7ecff50139b26b6e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#----------------------------------------------------------------------------------------------
# Auto-generated from:
# <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/SE19�1UE/NA/0/>
#----------------------------------------------------------------------------------------------
# location and provider: UK, Crystal Palace
# date (yyyy-mm-dd)    : 2014-03-25
#
# T[2] <freq> <bw> <fec_hi> <fec_lo> <mod> <tm> <guard> <hi> [<plp_id>] [# comment]
#----------------------------------------------------------------------------------------------
[C23 BBC A]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 490000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 2/3
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/32
	HIERARCHY = NONE
	INVERSION = AUTO

[C26 D3&4]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 514000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 2/3
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/32
	HIERARCHY = NONE
	INVERSION = AUTO

[C33 COM7 HD]
	DELIVERY_SYSTEM = DVBT2
	FREQUENCY = 570000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 2/3
	CODE_RATE_LP = NONE
	MODULATION = QAM/256
	TRANSMISSION_MODE = 32K
	GUARD_INTERVAL = 1/128
	HIERARCHY = NONE
	STREAM_ID = 0
	INVERSION = AUTO

[C25 SDN]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 506000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 3/4
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/32
	HIERARCHY = NONE
	INVERSION = AUTO

[C22 ARQ A]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 482000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 3/4
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/32
	HIERARCHY = NONE
	INVERSION = AUTO

[C28- ARQ B]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 529833000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 3/4
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/32
	HIERARCHY = NONE
	INVERSION = AUTO

[C30- BBC B HD]
	DELIVERY_SYSTEM = DVBT2
	FREQUENCY = 545833000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 2/3
	CODE_RATE_LP = NONE
	MODULATION = QAM/256
	TRANSMISSION_MODE = 32K
	GUARD_INTERVAL = 1/128
	HIERARCHY = NONE
	STREAM_ID = 0
	INVERSION = AUTO