From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 4 Dec 2018 19:53:32 +0100 Subject: [U-Boot] [PATCH v2] cmd: bmp: manage centered display In-Reply-To: <20181201134107.6947-1-agust@denx.de> References: <20181201134107.6947-1-agust@denx.de> Message-ID: <20181204195332.05eef7eb@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 1 Dec 2018 14:41:07 +0100 Anatolij Gustschin agust at denx.de wrote: > From: Patrick Delaunay > > 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 > --- > Changes in v2: > - drop BMP_ALIGN_CENTER define since it is already included > with splash.h > > cmd/bmp.c | 18 +++++++++++++----- > 1 file changed, 13 insertions(+), 5 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij