mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user