forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_uname
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin provides an interface to the uname() system call.
| uname(f) | call uname() and return field |
|---|
The 'field' can have the following values:
| sysname | operating system |
|---|---|
| nodename | network node hostname |
| release | kernel release |
| version | kernel version |
| machine | machine hardware name |
| domainname | NIS or YP domain name |
see uname(1) and uname(2) for details.
Widget CPU {
class 'Text'
expression uname('machine')
prefix 'CPU '
width 9
align 'L'
update 0
}
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork