diff options
| author | Simon Glass <[email protected]> | 2023-06-01 10:22:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-14 12:54:51 -0400 |
| commit | 699b0acb522fd808b67b745b541bacf18c275d15 (patch) | |
| tree | adaa46800aadebb241d88974aaebde13512a5885 /doc/develop | |
| parent | 50f02037594563dbc8da67f65959499bc1f5a46a (diff) | |
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 <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/expo.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/develop/expo.rst b/doc/develop/expo.rst index 9565974a28e..54861b93acf 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 |
