projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
video: use BMP_ALIGN_CENTER define from splash.h
[platform/kernel/u-boot.git]
/
drivers
/
video
/
sandbox_osd.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* (C) Copyright 2018
4
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5
*/
6
7
enum {
8
COLOR_BLACK,
9
COLOR_WHITE,
10
COLOR_RED,
11
COLOR_GREEN,
12
COLOR_BLUE,
13
};