forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_string
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin provides some basic string functions. This plugin will always be linked statically into LCD4Linux, and therefore does not follow the 'plugin_name::function' scheme.
| strlen(s) | length of the string |
|---|---|
| strupper(s) | upper case version of s |
| strstr(haystack, needle) | position of substring needle in haystack or -1 if not found |
| substr(string, pos) | substring starting at pos |
| substr(string, pos, len) | substring starting at pos, up to len characters |
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork