forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugins
Alejandro Mora edited this page Apr 12, 2026
·
3 revisions
The Evaluator can be extended with additional 'functions', these extensions are called 'Plugins'. Every plugin provides at least one function. There may be additional functions provided by the display driver, you'll find this information in the driver documentation.
If a plugin provides only one function, the function is named like the plugin itself. If it provides more functions, every function has a prefix 'plugin_name::'. This is necessary to allow auto-loading in the future (at the moment, all plugins are linked statically to the executable. Someday in the future, we will support dynamic on-demand loading of plugins).
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork