commit | 5e2607aedb6ad55268956eb7d0bce70520d57d11 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 06 08:52:37 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 16 18:26:50 2023 -0500 |
tree | c119f8d13ee603318deabdf06a5a9795750a2113 | |
parent | 87c6f8a4880d849fc4b782d0c43880ef7eb1fe8e [diff] |
expo: Add support for scenes 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>