video: Provide a function to set the cursor position
authorSimon Glass <sjg@chromium.org>
Thu, 6 Oct 2022 14:36:04 +0000 (08:36 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 08:53:47 +0000 (09:53 +0100)
commit6b6dc0d2fbf8b036d7ee278071036c7479074b32
treeb333e6f2bb40d90f2ba48686c1b7531e20858398
parenta032e4b55ea717fb931dd0d4754cf72b9bafe2f4
video: Provide a function to set the cursor position

Add an exported function which allows the cursor position to be set to
pixel granularity. Make use of this in the existing code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/vidconsole-uclass.c
include/video_console.h