forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_file
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin allows reading of a line from a file.
| file::readline('/path/to/file', line_number) |
|---|
This plugin returns up to 80 characters of a line from a file. Characters after that in the line are simply ignored.
The plugin could be a logical place to add more file operations, such as size, permissions display, etc.
Widget dmesgline99 {
class 'Text'
expression file::readline('/var/log/dmesg', 99)
width 20
align 'M'
update 10000
}
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork