forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_dvb
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin allows reading the status of a DVB card.
| dvb(key) | gather status from the DVB frontend and return certain values |
|---|
Valid keys are:
| signal_strength | signal strength |
|---|---|
| snr | signal/noise ratio |
| ber | block error rate |
| ucb | uncorrected blocks |
Note that this plugin always opens the first frontend on the first DVB card (which is /dev/dvb/adapter0/frontend).
Widget DVB {
class 'Text'
expression dvb('signal_strength')*100
prefix 'DVB'
width 9
precision 1
align 'R'
update 500
}
Widget DVB_Bar {
class 'Bar'
expression dvb('signal_strength')
expression2 dvb('snr')
min 0
max 1
length 10
direction 'E'
update 200
}
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork