commit | aef8c793077433016349d2e4100fd740b9864f5e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:43 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | f3a8400dd68f59b9a15fee6385d733a5747897df | |
parent | be4fbd44304bf3058921cdff6f71b0a83ef01107 [diff] |
video: Add a function to draw a rectangle Provide a way to draw an unfilled box of a certain width. This is useful for grouping menu items together. Add a comment showing how to see the copy-framebuffer, for testing. Signed-off-by: Simon Glass <sjg@chromium.org>