获取最新的网关固件,内置包含了LCD4Linux功能,并添加了自动识别LCD2USB模块并启动LCD4Linux进程
Display LCD2USB {
Driver 'LCD2USB'
Size '16x2'
Backlight 1
Icons 1
}
Widget Eth_br_lan {
class 'Text'
expression netinfo::ipaddr('br-lan')
prefix 'IP:'
width 16
align 'C'
update 1000
}
Widget Time {
class 'Text'
expression strftime('%a %H:%M:%S',time())
width 16
align 'C'
update 1000
}
Layout TLink {
Row1 {
Col1 'Eth_br_lan'
}
Row2 {
Col1 'CPU'
Col10 'RAM'
}
}
Display 'LCD2USB'
Layout 'TLink'