summaryrefslogtreecommitdiff
path: root/doc/develop/expo.rst
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-06-01 19:22:52 +0300
committerTom Rini <trini@konsulko.com>2023-07-14 19:54:51 +0300
commit699b0acb522fd808b67b745b541bacf18c275d15 (patch)
treeadaa46800aadebb241d88974aaebde13512a5885 /doc/develop/expo.rst
parent50f02037594563dbc8da67f65959499bc1f5a46a (diff)
downloadu-boot-699b0acb522fd808b67b745b541bacf18c275d15.tar.xz
expo: Set up the width and height of objects
Provide a way to set the full dimensions of objects, i.e. including the width and height. For menus, calculate the bounding box of all objects in the menu. Set all labels to be the same size, so that highlighting works correct, once implemented. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop/expo.rst')
-rw-r--r--doc/develop/expo.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/develop/expo.rst b/doc/develop/expo.rst
index 9565974a28..54861b93ac 100644
--- a/doc/develop/expo.rst
+++ b/doc/develop/expo.rst
@@ -182,8 +182,6 @@ Some ideas for future work:
- Add a Kconfig option to drop the names to save code / data space
- Add a Kconfig option to disable vidconsole support to save code / data space
- Support both graphical and text menus at the same time on different devices
-- Implement proper measurement of object bounding boxes, to permit more exact
- layout. This would tidy up the layout when Truetype is not used
- Support unicode
- Support curses for proper serial-terminal menus