]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: bmp: manage centered display
authorPatrick Delaunay <patrick.delaunay@st.com>
Sat, 1 Dec 2018 13:41:07 +0000 (14:41 +0100)
committerAnatolij Gustschin <agust@denx.de>
Tue, 4 Dec 2018 18:45:57 +0000 (19:45 +0100)
commit0e75bf300fa7a3d6deb20788c31af30c0424956c
tree051298cf39e780b33a6464693f8760ba21085332
parenta84462baf08dc9e9bce9fe9fc3089246be44f19e
cmd: bmp: manage centered display

Allow to display BMP at the middle of the screen.

'm' means "middle" as it is done for the splashscreen variable:
splashpos=m,m

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
cmd/bmp.c