mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2004-07-14 04:44:44 by reinelt]
Beckmann+Egle fix added smaple widget for the PPP plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@483 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -285,6 +285,16 @@ Widget Eth0Bar {
|
||||
update tack
|
||||
}
|
||||
|
||||
Widget PPP {
|
||||
class 'Text'
|
||||
expression (ppp('Rx:0', 500)+ppp('Tx:0', 500))
|
||||
prefix 'PPP'
|
||||
width 9
|
||||
precision 0
|
||||
align 'R'
|
||||
update tick
|
||||
}
|
||||
|
||||
Widget Temp {
|
||||
class 'Text'
|
||||
expression i2c_sensors('temp_input3')*1.0324-67
|
||||
|
||||
Reference in New Issue
Block a user