Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-14 | expo: Convert to using a string ID for the scene title | Simon Glass | |
This is easier to deal with if it uses the existing string handling, since we will be able to use translations, etc. in the future. Update it to use an ID instead of a string. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2023-01-16 | expo: Add support for scenes | Simon Glass | |
A scene is a single screen within an expo. It is possible to move between scenes but only one can be displayed at once. Add a basic implementation. Signed-off-by: Simon Glass <sjg@chromium.org> |