]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9dcf06a0e1f21780df266e3f06f51eef1900bd0f
treeb333e6f2bb40d90f2ba48686c1b7531e20858398
parentba32facbabdb11481e8cd55e0b636e10d1c124e2
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