video: Add a pointer image

When the mouse is being used we need a suitable pointer image to draw on
the display. Add the RISC OS pointer, in honour of the first GUI
available on ARM devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-16 09:39:37 -06:00
parent 49beefc398
commit fe15b7cb6f
3 changed files with 5 additions and 1 deletions

View File

@@ -1211,9 +1211,10 @@ static int dm_test_video_images(struct unit_test_state *uts)
ut_assert_nextline("Name Size");
ut_assert_nextline("-------------------- ----------");
ut_assert_nextline("bgrt 43926");
ut_assert_nextline("riscos_arrow 3798");
ut_assert_nextline("u_boot 6932");
ut_assert_skip_to_line("");
ut_assert_nextline("Total images: 2");
ut_assert_nextline("Total images: 3");
ut_assert_console_end();
return 0;