commit | c5ae5b18a55d8fc89fe43412c9cfee305c08566f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:40 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | 0089c864132dd9c27a237f62470b32c0dc16e0f2 | |
parent | 62f39d21bc95c83325827e6637e4afa8cc18c076 [diff] |
expo: Allow strings to be editable In some cases dynamic text is needed, e.g. for a menu countdown. Add a function which handles this, allowing the caller to take control of the text that is shown on each render. Signed-off-by: Simon Glass <sjg@chromium.org>