forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_fifo
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
Here is my (michu / neophob.com) fifo widget config:
Plugin FIFO {
FifoPath '/tmp/lcd4linux.fifo'
FifoBufSize 80
}
Widget fifo {
class 'Text'
expression fifo::read()
width 20
align 'L'
speed scroller
update 500
}
...
You may use BASH to add a message to LCD4Linux:
# echo Hello FIFO Plugin! > /tmp/lcd4lnx.fifo
Now LCD4Linux will display "Hello FIFO Plugin!":
┌────────────────────┐
│Hello FIFO Plugin! │
│ │
└────────────────────┘
┌──Stderr:────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│initializing layout 'Default' │
│lcd4linux.c: starting main loop │
...
If buffer gets overflowed, some messages get lost<br> <br>
Redirect file to this plugin does not work yet:
tail -f /var/log/auth.log -n0 > /tmp/lcd4lnx.fifo
Result:<br>
[[:FIFO]] Error 11: Resource temporarily unavailable
[[:FIFO]] Error 11: Resource temporarily unavailable
[[:FIFO]] Error 11: Resource temporarily unavailable
[[:FIFO]] Error 11: Resource temporarily unavailable
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork