video: Add a function to draw a rectangle
authorSimon Glass <sjg@chromium.org>
Tue, 1 Apr 2025 17:29:43 +0000 (06:29 +1300)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 19:40:25 +0000 (13:40 -0600)
commitf94f1f4b8ce62855693b4b48356f7e8d229b3fa4
treef3a8400dd68f59b9a15fee6385d733a5747897df
parentcb32266d4aeca4a730c1f8b85c981a8793d768c4
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>
drivers/video/video-uclass.c
include/video.h
test/dm/video.c