forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_meminfo
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin provides an interface to the /proc/meminfo file.
| meminfo(key) | parse /proc/meminfo and return the value of |
|---|
The 'key' parameter does not have any fixed values, but is taken as a search key into the /proc/meminfo file. Common keys are '!MemTotal' or '!MemFree'. Do a 'cat /proc/meminfo' to see which values are available on your system.
Widget RAM {
class 'Text'
expression meminfo('MemTotal')/1024
postfix ' MB RAM'
width 11
precision 0
align 'R'
update 0
}
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork